Skip to content

Commit 88a2497

Browse files
loisloGoogle-ML-Automation
authored andcommitted
Reverts 627fe8e
PiperOrigin-RevId: 715423832
1 parent c533808 commit 88a2497

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xla/debug_options_flags.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ DebugOptions DefaultDebugOptionsIgnoringFlags() {
232232
opts.set_xla_gpu_exhaustive_tiling_search(false);
233233

234234
opts.set_xla_gpu_experimental_enable_triton_heroless_priority_fusion(false);
235-
opts.set_xla_gpu_experimental_enable_triton_i4_rewrites(true);
235+
opts.set_xla_gpu_experimental_enable_triton_i4_rewrites(false);
236236

237237
opts.set_xla_gpu_auto_spmd_partitioning_memory_budget_gb(0);
238238
opts.set_xla_gpu_auto_spmd_partitioning_memory_budget_ratio(1.1);

0 commit comments

Comments
 (0)