chore(bench): Use batched concrete operators for gpu benchmarks

This commit is contained in:
Quentin Bourgerie
2022-11-29 14:37:32 +01:00
parent 33a0d1b9e9
commit 735e78c141

View File

@@ -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);