[go: nahoru, domu]

Skip to content

Commit

Permalink
[XLA:GPU] Two minor cleanups.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 644686184
  • Loading branch information
dimitar-asenov authored and tensorflower-gardener committed Jun 19, 2024
1 parent a2db2af commit 80059e4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion third_party/xla/xla/service/gpu/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -1304,7 +1304,6 @@ xla_test(
"//xla/stream_executor:device_description",
"@com_google_absl//absl/log:check",
"@com_google_absl//absl/status",
"@com_google_absl//absl/status:statusor",
"@com_google_absl//absl/strings",
"@com_google_googletest//:gtest_main",
"@local_tsl//tsl/lib/core:status_test_util",
Expand Down
2 changes: 1 addition & 1 deletion third_party/xla/xla/service/gpu/backend_configs.proto
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ message FusionBackendConfig {
// present, we use the default Triton config.
AutotuneResult.TritonGemmKey triton_gemm_config = 2;

// Only valid when kind == "__triton_fusion" for now. Code generation of such
// Only valid when kind == "__triton" for now. Code generation of such
// fusions will fail if this field is not set.
BlockLevelFusionConfig block_level_fusion_config = 6;

Expand Down

0 comments on commit 80059e4

Please sign in to comment.