Skip to content

Commit

Permalink
Increase shard count for triton_support_test
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 694183667
  • Loading branch information
Google-ML-Automation committed Nov 7, 2024
1 parent 2bbc3ea commit b0aae98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xla/service/gpu/fusions/triton/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -726,7 +726,7 @@ cc_library(
xla_cc_test(
name = "triton_support_test",
srcs = ["triton_support_test.cc"],
shard_count = 20,
shard_count = 25,
# TODO(b/353912594): this test does not need to run on GPU, but it is broken on CPU in OSS.
# Force it to run on GPU temporarily in order to get important OSS coverage.
tags = ["gpu"],
Expand Down

0 comments on commit b0aae98

Please sign in to comment.