We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2d4abb commit aba8e49Copy full SHA for aba8e49
test/cpp/pir/shape_dialect/CMakeLists.txt
@@ -6,3 +6,9 @@ if(WITH_CINN)
6
shape_optimization_test PROPERTIES ENVIRONMENT
7
"FLAGS_enable_pir_in_executor=true")
8
endif()
9
+
10
+if(WITH_ONNXRUNTIME AND WIN32)
11
+ # Copy onnxruntime for some c++ test in Windows, since the test will
12
+ # be build only in CI, so suppose the generator in Windows is Ninja.
13
+ copy_onnx(symbol_dim_expr_test)
14
+endif()
0 commit comments