File tree 8 files changed +5
-170
lines changed
8 files changed +5
-170
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ add_subdirectory(Interfaces)
14
14
add_subdirectory (IR)
15
15
add_subdirectory (RegisterEverything)
16
16
add_subdirectory (Transforms)
17
- add_subdirectory (Target )
18
17
19
18
if (MLIR_ENABLE_EXECUTION_ENGINE)
20
19
add_subdirectory (ExecutionEngine)
@@ -37,3 +36,4 @@ if(MLIR_BUILD_MLIR_C_DYLIB)
37
36
endif ()
38
37
endif ()
39
38
endif ()
39
+
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -85,12 +85,3 @@ _add_capi_test_executable(mlir-capi-transform-test
85
85
MLIRCAPIRegisterEverything
86
86
MLIRCAPITransformDialect
87
87
)
88
-
89
- _add_capi_test_executable(mlir-capi-translation-test
90
- translation.c
91
- LINK_LIBS PRIVATE
92
- MLIRCAPIIR
93
- MLIRCAPILLVM
94
- MLIRCAPIRegisterEverything
95
- MLIRCAPITarget
96
- )
Load Diff This file was deleted.
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,7 +101,6 @@ 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
105
104
mlir-linalg-ods-yaml-gen
106
105
mlir-lsp-server
107
106
mlir-pdll-lsp-server
Original file line number Diff line number Diff line change @@ -106,7 +106,6 @@ def add_runtime(name):
106
106
"mlir-capi-quant-test" ,
107
107
"mlir-capi-sparse-tensor-test" ,
108
108
"mlir-capi-transform-test" ,
109
- "mlir-capi-translation-test" ,
110
109
"mlir-cpu-runner" ,
111
110
add_runtime ("mlir_runner_utils" ),
112
111
add_runtime ("mlir_c_runner_utils" ),
You can’t perform that action at this time.
0 commit comments