We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41581dd commit 395c6b3Copy full SHA for 395c6b3
1 file changed
third_party/xla/xla/service/gpu/llvm_gpu_backend/BUILD
@@ -66,6 +66,7 @@ cc_library(
66
"GOOGLE_CUDA=1",
67
]) + if_rocm_is_configured(["TENSORFLOW_USE_ROCM=1"]),
68
deps = [
69
+ ":amdgpu_device_lib_data",
70
"//xla:status_macros",
71
"//xla:types",
72
"//xla:util",
@@ -119,7 +120,6 @@ cc_library(
119
120
"@local_config_rocm//rocm:rocm_headers",
121
"@llvm-project//llvm:AMDGPUCodeGen",
122
"@llvm-project//llvm:AMDGPUAsmParser",
- ":amdgpu_device_lib_data",
123
]) + if_sycl_is_configured([
124
"@spirv_llvm_translator//:spirv_llvm_translator",
125
]),
0 commit comments