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(
5508
5508
),
5509
5509
hdrs = glob (["include/mlir/Dialect/GPU/Transforms/*.h" ]),
5510
5510
includes = ["include" ],
5511
- local_defines = if_cuda_available (["MLIR_GPU_TO_CUBIN_PASS_ENABLE" ]),
5512
5511
deps = [
5513
5512
":AffineDialect" ,
5514
5513
":AffineUtils" ,
Original file line number Diff line number Diff line change 4
4
5
5
load ("@bazel_skylib//rules:expand_template.bzl" , "expand_template" )
6
6
load ("//llvm:lit_test.bzl" , "package_path" )
7
- load ("//mlir:build_defs.bzl" , "if_cuda_available" )
8
7
load ("//mlir:tblgen.bzl" , "gentbl_cc_library" , "td_library" )
9
8
10
9
package (
@@ -663,9 +662,6 @@ cc_library(
663
662
cc_library (
664
663
name = "TestGPU" ,
665
664
srcs = glob (["lib/Dialect/GPU/*.cpp" ]),
666
- defines = if_cuda_available ([
667
- "MLIR_GPU_TO_CUBIN_PASS_ENABLE" ,
668
- ]),
669
665
includes = ["lib/Dialect/Test" ],
670
666
deps = [
671
667
"//llvm:NVPTXCodeGen" ,
You can’t perform that action at this time.
0 commit comments