File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -462,8 +462,9 @@ message DebugOptions {
462462
463463 bool xla_gpu_enable_pipelined_reduce_scatter = 231 ;
464464
465- // Enable NVSHMEM.
466- bool xla_gpu_experimental_enable_nvshmem = 379 ;
465+ // Enable NVSHMEM. Must be set via XLA_FLAGS variable before XLA client is
466+ // initialized and can't be set just through HLO Config->ExecutionOptions.
467+ bool xla_gpu_experimental_enable_nvshmem = 382 ;
467468
468469 // Enable allreduce reassociation on allreduces that are converted to a wider
469470 // type. The resulting allreduce will be promoted to a wider-typed allreduce.
@@ -1199,7 +1200,7 @@ message DebugOptions {
11991200 // Note: when adding a new flag, please add it to one of the hardware-specific
12001201 // or hardware-agnostic sections at the top of this proto message.
12011202
1202- // Next id: 380
1203+ // Next id: 383
12031204
12041205 // Extra options to pass to the compilation backend (e.g. LLVM); specific
12051206 // interpretation of these values is left to the backend.
You can’t perform that action at this time.
0 commit comments