Skip to content

Commit

Permalink
fixed the XLA flag typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kocchop committed Sep 4, 2024
1 parent 6accf4a commit bef0376
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rosetta/docs/PGLE.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ PGLE found latency for async op custom-call-start.1 and (assumed)custom-call-don
In order to get the best performance with PGLE, here is a list of all recommended XLA flags:
```
export XLA_FLAGS="--xla_gpu_enable_latency_hiding_scheduler=true
--xla_gpu_enable_triton_gemm-false
--xla_gpu_enable_triton_gemm=false
--xla_gpu_graph_level=0
--xla_gpu_all_reduce_combine_threshold_bytes=1073741824
--xla_gpu_all_gather_combine_threshold_bytes=1073741824
Expand Down
2 changes: 1 addition & 1 deletion rosetta/rosetta/projects/maxtext/scripts/example_slurm.sub
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export NCCL_IB_SL=1

# Set XLA Flags
export XLA_FLAGS="--xla_gpu_enable_latency_hiding_scheduler=true
--xla_gpu_enable_triton_gemm-false
--xla_gpu_enable_triton_gemm=false
--xla_gpu_graph_level=0
--xla_gpu_all_reduce_combine_threshold_bytes=1073741824
--xla_gpu_all_gather_combine_threshold_bytes=1073741824
Expand Down

0 comments on commit bef0376

Please sign in to comment.