Skip to content

Commit 6f7d02a

Browse files
Use the NVML from the CUDA.
PiperOrigin-RevId: 736402658
1 parent 099c69e commit 6f7d02a

File tree

1 file changed

+1
-1
lines changed
  • xla/service/gpu/model

1 file changed

+1
-1
lines changed

xla/service/gpu/model/BUILD

+1-1
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ cc_library(
397397
"@llvm-project//llvm:Support",
398398
"@llvm-project//mlir:IR",
399399
"@tsl//tsl/platform:status",
400-
] + if_cuda_is_configured(["@local_config_cuda//cuda:nvml_headers"]),
400+
] + if_cuda_is_configured(["@local_config_cuda//cuda:cuda_headers"]),
401401
)
402402

403403
xla_cc_test(

0 commit comments

Comments
 (0)