mirror of
https://github.com/zebrajr/tensorflow.git
synced 2025-12-06 00:19:58 +01:00
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:
parent
fbaeea227b
commit
3bd63fafc5
1
third_party/xla/xla/debug_options_flags.cc
vendored
1
third_party/xla/xla/debug_options_flags.cc
vendored
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user