Skip to content

Commit

Permalink
[xla] Disable nvtx_with_cuda_kernels_test on h100 backend
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 711868759
  • Loading branch information
ezhulenev authored and tensorflower-gardener committed Jan 3, 2025
1 parent 5843eb8 commit 2b39f2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions third_party/xla/xla/backends/profiler/gpu/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -445,6 +445,7 @@ xla_test(
srcs = ["nvtx_with_cuda_kernels_test.cc"],
backends = ["gpu"],
copts = tf_profiler_copts() + tsl_copts(),
disabled_backends = ["gpu_h100"],
tags = [
"no_mac",
"requires-gpu-nvidia",
Expand Down

0 comments on commit 2b39f2c

Please sign in to comment.