File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
utils/bazel/llvm-project-overlay/mlir/test Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ expand_template(
43
43
"@MLIR_ENABLE_ROCM_CONVERSIONS@" : "0" ,
44
44
"@MLIR_ENABLE_ROCM_RUNNER@" : "0" ,
45
45
"@MLIR_ENABLE_SYCL_RUNNER@" : "0" ,
46
+ "@MLIR_ENABLE_LEVELZERO_RUNNER@" : "0" ,
46
47
"@MLIR_ENABLE_SPIRV_CPU_RUNNER@" : "0" ,
47
48
"@MLIR_ENABLE_VULKAN_RUNNER@" : "0" ,
48
49
"@MLIR_ENABLE_BINDINGS_PYTHON@" : "0" ,
@@ -914,10 +915,10 @@ cc_library(
914
915
"//mlir:DialectUtils" ,
915
916
"//mlir:FuncDialect" ,
916
917
"//mlir:IR" ,
917
- "//mlir:ShardDialect" ,
918
- "//mlir:ShardTransforms" ,
919
918
"//mlir:Pass" ,
920
919
"//mlir:SPIRVDialect" ,
920
+ "//mlir:ShardDialect" ,
921
+ "//mlir:ShardTransforms" ,
921
922
"//mlir:Support" ,
922
923
"//mlir:TransformUtils" ,
923
924
"//mlir:Transforms" ,
You can’t perform that action at this time.
0 commit comments