Skip to content

Commit

Permalink
[XLA:GPU] Remove debug spew in triton_fusion_emitter_device_legacy_test.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 675085981
  • Loading branch information
chsigg authored and Google-ML-Automation committed Sep 16, 2024
1 parent 3ad60e4 commit f96a975
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ class TritonGemmTest : public TritonTest {
// Always rewrite Gemms with Triton regardless of size.
debug_options.set_xla_gpu_gemm_rewrite_size_threshold(0);
debug_options.set_xla_gpu_enable_triton_gemm_int4(true);
debug_options.set_xla_dump_to("-");
return debug_options;
}

Expand Down

0 comments on commit f96a975

Please sign in to comment.