Skip to content

Commit 359f2b2

Browse files
committed
Add flag comment
1 parent 3b4d111 commit 359f2b2

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

xla/xla.proto

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)