mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-08 19:44:57 -05:00
tests: disable dataflow tests when compiler not built with dataflow support.
This commit is contained in:
@@ -260,7 +260,10 @@ INSTANTIATE_END_TO_END_TEST_SUITE_FROM_ALL_TEST_FILES(
|
||||
JitTest, {defaultOptions()}, mlir::concretelang::JITSupport())
|
||||
|
||||
std::vector<mlir::concretelang::CompilationOptions> allOptions{
|
||||
defaultOptions(), loopOptions(), asyncOptions(), dataflowOptions(),
|
||||
defaultOptions(), loopOptions(), asyncOptions(),
|
||||
#ifdef CONCRETELANG_DATAFLOW_EXECUTION_ENABLED
|
||||
dataflowOptions(),
|
||||
#endif
|
||||
#ifdef CONCRETELANG_CUDA_SUPPORT
|
||||
gpuOptions(),
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user