We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c533808 commit 88a2497Copy full SHA for 88a2497
xla/debug_options_flags.cc
@@ -232,7 +232,7 @@ DebugOptions DefaultDebugOptionsIgnoringFlags() {
232
opts.set_xla_gpu_exhaustive_tiling_search(false);
233
234
opts.set_xla_gpu_experimental_enable_triton_heroless_priority_fusion(false);
235
- opts.set_xla_gpu_experimental_enable_triton_i4_rewrites(true);
+ opts.set_xla_gpu_experimental_enable_triton_i4_rewrites(false);
236
237
opts.set_xla_gpu_auto_spmd_partitioning_memory_budget_gb(0);
238
opts.set_xla_gpu_auto_spmd_partitioning_memory_budget_ratio(1.1);
0 commit comments