Skip to content

Commit

Permalink
Add NCCL_MAX_NCHANNELS env variable to multi gpu tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hsharsha committed Nov 28, 2024
1 parent 1d70f15 commit ee307e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build_tools/rocm/run_xla_multi_gpu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ bazel \
--test_env=TF_GPU_COUNT=$TF_GPU_COUNT \
--action_env=XLA_FLAGS=--xla_gpu_force_compilation_parallelism=16 \
--action_env=XLA_FLAGS=--xla_gpu_enable_llvm_module_compilation_parallelism=true \
--action_env=NCCL_MAX_NCHANNELS=1 \
-- //xla/tests:collective_ops_test_e2e_gpu_amd_any \
//xla/tests:collective_ops_test_gpu_amd_any \
//xla/tests:replicated_io_feed_test_gpu_amd_any \
Expand Down

0 comments on commit ee307e3

Please sign in to comment.