Skip to content

Commit

Permalink
Remove async XLA_FLAGS from A3 configs
Browse files Browse the repository at this point in the history
  • Loading branch information
michelle-yooh committed May 16, 2024
1 parent 3e65eb6 commit b98ad6c
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 b98ad6c

Please sign in to comment.