test: add GPU end2end tests

This commit is contained in:
youben11
2022-09-22 07:49:21 +01:00
committed by Ayoub Benaissa
parent 2383c5aec3
commit 7cd45d1514
17 changed files with 169 additions and 31 deletions

View File

@@ -356,7 +356,7 @@ CompilerEngine::compile(llvm::SourceMgr &sm, Target target, OptionalLib lib) {
// Concrete -> BConcrete
if (mlir::concretelang::pipeline::lowerConcreteToBConcrete(
mlirContext, module, this->enablePass, loopParallelize,
options.useGPU)
options.emitGPUOps)
.failed()) {
return StreamStringError(
"Lowering from Concrete to Bufferized Concrete failed");