Skip to content

Commit

Permalink
Internal CI configuration to run tests on H100
Browse files Browse the repository at this point in the history
Do some required BUILD file adjustments

PiperOrigin-RevId: 621777011
  • Loading branch information
akuegel authored and copybara-github committed Apr 4, 2024
1 parent ff468cb commit 31da0a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion xla/service/gpu/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -654,7 +654,7 @@ xla_test(
"requires-gpu-sm80",
]},
backends = [
"gpu",
"gpu_a100",
"gpu_h100",
],
tags = [
Expand Down
2 changes: 2 additions & 0 deletions xla/service/gpu/kernels/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ xla_test(
name = "cutlass_gemm_fusion_test",
srcs = ["cutlass_gemm_fusion_test.cc"],
backends = ["gpu"],
# TODO(b/332820384): Enable when it passes on H100.
disabled_backends = ["gpu_h100"],
tags = ["no_rocm"],
deps = [
":custom_kernel_fusion_pattern",
Expand Down

0 comments on commit 31da0a2

Please sign in to comment.