Restore setting the default value for xla_gpu_enable_dynamic_slice_fusion flag.

The line was accidentally removed, this change adds it back with the previous
default (false).

PiperOrigin-RevId: 826008957
This commit is contained in:
Adrian Kuegel 2025-10-30 06:41:59 -07:00 committed by TensorFlower Gardener
parent fbaeea227b
commit 3bd63fafc5

View File

@ -274,6 +274,7 @@ DebugOptions DefaultDebugOptionsIgnoringFlags() {
opts.set_xla_detailed_logging(true);
opts.set_xla_enable_dumping(true);
opts.set_xla_gpu_enable_dynamic_slice_fusion(false);
opts.set_xla_gpu_nccl_termination_timeout_seconds(-1);
opts.set_xla_gpu_enable_shared_constants(true);
opts.set_xla_gpu_enable_nccl_user_buffers(false);