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.
xla_gpu_triton_gemm_disable_reduced_precision_reduction
1 parent be5b1af commit 9ba7f35Copy full SHA for 9ba7f35
xla/debug_options_flags.cc
@@ -213,6 +213,7 @@ DebugOptions DefaultDebugOptionsIgnoringFlags() {
213
214
opts.set_xla_gpu_auto_spmd_partitioning_memory_budget_gb(0);
215
opts.set_xla_gpu_auto_spmd_partitioning_memory_budget_ratio(1.1);
216
+ opts.set_xla_gpu_triton_gemm_disable_reduced_precision_reduction(false);
217
opts.set_xla_gpu_unsafe_pipelined_loop_annotator(false);
218
219
opts.set_xla_gpu_copy_insertion_use_region_analysis(false);
0 commit comments