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(
4343 "@MLIR_ENABLE_ROCM_CONVERSIONS@" : "0" ,
4444 "@MLIR_ENABLE_ROCM_RUNNER@" : "0" ,
4545 "@MLIR_ENABLE_SYCL_RUNNER@" : "0" ,
46+ "@MLIR_ENABLE_LEVELZERO_RUNNER@" : "0" ,
4647 "@MLIR_ENABLE_SPIRV_CPU_RUNNER@" : "0" ,
4748 "@MLIR_ENABLE_VULKAN_RUNNER@" : "0" ,
4849 "@MLIR_ENABLE_BINDINGS_PYTHON@" : "0" ,
@@ -914,10 +915,10 @@ cc_library(
914915 "//mlir:DialectUtils" ,
915916 "//mlir:FuncDialect" ,
916917 "//mlir:IR" ,
917- "//mlir:ShardDialect" ,
918- "//mlir:ShardTransforms" ,
919918 "//mlir:Pass" ,
920919 "//mlir:SPIRVDialect" ,
920+ "//mlir:ShardDialect" ,
921+ "//mlir:ShardTransforms" ,
921922 "//mlir:Support" ,
922923 "//mlir:TransformUtils" ,
923924 "//mlir:Transforms" ,
You can’t perform that action at this time.
0 commit comments