Skip to content

Commit

Permalink
Merge pull request #652 from google:yooh/xla-flags-fix
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 634572059
  • Loading branch information
maxtext authors committed May 17, 2024
2 parents fa92a21 + b98ad6c commit 8930215
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions end_to_end/gpu/a3/test_llama2_7b.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,8 @@ export NVTE_FUSED_ATTN=1
export NCCL_DEBUG=VERSION

export XLA_FLAGS="--xla_dump_to=$BASE_OUTPUT_PATH/$RUN_NAME/HLO_dumps/
--xla_gpu_enable_latency_hiding_scheduler=true --xla_gpu_enable_async_all_gather=true
--xla_gpu_enable_async_reduce_scatter=true --xla_gpu_enable_triton_gemm=false
--xla_gpu_graph_level=0 --xla_gpu_enable_async_all_reduce=true --xla_gpu_enable_highest_priority_async_stream=true
--xla_gpu_enable_latency_hiding_scheduler=true --xla_gpu_enable_triton_gemm=false
--xla_gpu_graph_level=0 --xla_gpu_enable_highest_priority_async_stream=true
--xla_gpu_all_reduce_combine_threshold_bytes=134217728 --xla_gpu_all_gather_combine_threshold_bytes=134217728
--xla_gpu_reduce_scatter_combine_threshold_bytes=67108864 --xla_gpu_enable_pipelined_all_gather=true
--xla_gpu_enable_pipelined_reduce_scatter=true --xla_gpu_enable_pipelined_all_reduce=true
Expand Down

0 comments on commit 8930215

Please sign in to comment.