Skip to content

Commit 395c6b3

Browse files
committed
Generate embedded device lib headers unconditonally
1 parent 41581dd commit 395c6b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • third_party/xla/xla/service/gpu/llvm_gpu_backend

third_party/xla/xla/service/gpu/llvm_gpu_backend/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ cc_library(
6666
"GOOGLE_CUDA=1",
6767
]) + if_rocm_is_configured(["TENSORFLOW_USE_ROCM=1"]),
6868
deps = [
69+
":amdgpu_device_lib_data",
6970
"//xla:status_macros",
7071
"//xla:types",
7172
"//xla:util",
@@ -119,7 +120,6 @@ cc_library(
119120
"@local_config_rocm//rocm:rocm_headers",
120121
"@llvm-project//llvm:AMDGPUCodeGen",
121122
"@llvm-project//llvm:AMDGPUAsmParser",
122-
":amdgpu_device_lib_data",
123123
]) + if_sycl_is_configured([
124124
"@spirv_llvm_translator//:spirv_llvm_translator",
125125
]),

0 commit comments

Comments
 (0)