Skip to content

Commit

Permalink
Add missing cuda-only tags to stream_executor/cuda targets
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 681596514
  • Loading branch information
beckerhe authored and Google-ML-Automation committed Oct 2, 2024
1 parent bed2300 commit 3e44751
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions xla/stream_executor/cuda/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,7 @@ xla_test(
name = "cuda_collectives_test",
srcs = ["cuda_collectives_test.cc"],
backends = ["gpu_any"],
tags = ["cuda-only"],
deps = [
":cuda_collectives",
"//xla/service/gpu/runtime:nccl_api",
Expand Down Expand Up @@ -594,6 +595,7 @@ xla_test(
name = "cuda_kernel_test",
srcs = ["cuda_kernel_test.cc"],
backends = ["gpu_any"],
tags = ["cuda-only"],
deps = [
":cuda_kernel",
":cuda_runtime",
Expand Down Expand Up @@ -1069,6 +1071,7 @@ cc_library(

cc_library(
name = "stream_executor_cuda",
tags = ["cuda-only"],
deps = [
"//xla/stream_executor",
"//xla/stream_executor:dnn",
Expand Down

0 comments on commit 3e44751

Please sign in to comment.