File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed
utils/bazel/llvm-project-overlay/mlir Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -5508,7 +5508,6 @@ cc_library(
55085508 ),
55095509 hdrs = glob (["include/mlir/Dialect/GPU/Transforms/*.h" ]),
55105510 includes = ["include" ],
5511- local_defines = if_cuda_available (["MLIR_GPU_TO_CUBIN_PASS_ENABLE" ]),
55125511 deps = [
55135512 ":AffineDialect" ,
55145513 ":AffineUtils" ,
Original file line number Diff line number Diff line change 44
55load ("@bazel_skylib//rules:expand_template.bzl" , "expand_template" )
66load ("//llvm:lit_test.bzl" , "package_path" )
7- load ("//mlir:build_defs.bzl" , "if_cuda_available" )
87load ("//mlir:tblgen.bzl" , "gentbl_cc_library" , "td_library" )
98
109package (
@@ -663,9 +662,6 @@ cc_library(
663662cc_library (
664663 name = "TestGPU" ,
665664 srcs = glob (["lib/Dialect/GPU/*.cpp" ]),
666- defines = if_cuda_available ([
667- "MLIR_GPU_TO_CUBIN_PASS_ENABLE" ,
668- ]),
669665 includes = ["lib/Dialect/Test" ],
670666 deps = [
671667 "//llvm:NVPTXCodeGen" ,
You can’t perform that action at this time.
0 commit comments