mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-09 03:55:04 -05:00
chore(bench): Use batched concrete operators for gpu benchmarks
This commit is contained in:
@@ -145,6 +145,7 @@ static int registerEndToEndTestFromFile(std::string prefix, std::string path,
|
||||
cpu.loopParallelize = true;
|
||||
#else
|
||||
mlir::concretelang::CompilationOptions gpu;
|
||||
gpu.batchConcreteOps = true;
|
||||
gpu.emitGPUOps = true;
|
||||
gpu.loopParallelize = true;
|
||||
registe("gpu", gpu);
|
||||
|
||||
Reference in New Issue
Block a user