File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -45,10 +45,10 @@ if (MLIR_INCLUDE_INTEGRATION_TESTS)
45
45
message (FATAL_ERROR "MLIR_INCLUDE_INTEGRATION_TESTS requires a native target" )
46
46
endif ()
47
47
48
- # When the Integration tests are requested via the MLIR_INCLUDE_INTEGRATION_TESTS
49
- # configuration flag, we automatically include sm80 tests when build for
50
- # cuSparse when the configuration flag MLIR_ENABLE_CUDA_CUSPARSE is set and
51
- # include sm80 lt tests when the MLIR_ENABLE_CUDA_CUSPARSELT is set in
48
+ # When the Integration tests are requested via the MLIR_INCLUDE_INTEGRATION_TESTS
49
+ # configuration flag, we automatically include sm80 tests when build for
50
+ # cuSparse when the configuration flag MLIR_ENABLE_CUDA_CUSPARSE is set and
51
+ # include sm80 lt tests when the MLIR_ENABLE_CUDA_CUSPARSELT is set in
52
52
# addition to those.
53
53
if (MLIR_ENABLE_CUDA_CUSPARSE )
54
54
set (MLIR_RUN_CUDA_SM80_TESTS ON )
@@ -101,6 +101,7 @@ set(MLIR_TEST_DEPENDS
101
101
mlir-capi-quant-test
102
102
mlir-capi-sparse-tensor-test
103
103
mlir-capi-transform-test
104
+ mlir-capi-translation-test
104
105
mlir-linalg-ods-yaml-gen
105
106
mlir-lsp-server
106
107
mlir-pdll-lsp-server
You can’t perform that action at this time.
0 commit comments