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 b3ad88b commit b6bd221Copy full SHA for b6bd221
third_party/xla/xla/debug_options_flags.cc
@@ -400,7 +400,8 @@ DebugOptions DefaultDebugOptionsIgnoringFlags() {
400
#endif
401
402
#ifdef HAS_SUPPORT_FOR_LLD_AS_A_LIBRARY
403
- opts.set_xla_gpu_use_inprocess_lld(true);
+ // TODO weekly-sync 2025-11-17 enable it once lldMain stops segfaulting
404
+ opts.set_xla_gpu_use_inprocess_lld(false);
405
406
407
opts.set_xla_gpu_use_memcpy_local_p2p(false);
0 commit comments