mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-09 03:55:04 -05:00
test(bench/gpu): Activate loop parallelism for e2e benchmark of gpu
This commit is contained in:
@@ -140,6 +140,7 @@ static int registerEndToEndTestFromFile(std::string prefix, std::string path,
|
||||
#ifdef CONCRETELANG_CUDA_SUPPORT
|
||||
mlir::concretelang::CompilationOptions gpu;
|
||||
gpu.emitGPUOps = true;
|
||||
gpu.loopParallelize = true;
|
||||
registe("gpu", gpu);
|
||||
#endif
|
||||
// mlir::concretelang::CompilationOptions dataflow;
|
||||
|
||||
Reference in New Issue
Block a user