Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions build_tools/rocm/run_xla.sh
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ bazel \
--action_env=XLA_FLAGS=--xla_gpu_enable_llvm_module_compilation_parallelism=true \
--run_under=//build_tools/ci:parallel_gpu_execute \
--test_filter=-$(IFS=: ; echo "${EXCLUDED_TESTS[*]}") \
--test_env=MIOPEN_FIND_ENFORCE=5 \
--test_env=MIOPEN_FIND_MODE=1 \
-- //xla/... \

# clean up bazel disk_cache
Expand Down
7 changes: 7 additions & 0 deletions build_tools/rocm/run_xla_multi_gpu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,12 @@ GPU_NAME=${GPU_NAME[1]}
BAZEL_DISK_CACHE_SIZE=100G
BAZEL_DISK_CACHE_DIR="/tf/disk_cache/rocm-jaxlib-v0.6.0"

EXCLUDED_TESTS=(
CollectiveOpsTestE2E.MemcpyP2pLargeMessage
RaggedAllToAllTest/RaggedAllToAllTest.RaggedAllToAll_8GPUs_2ReplicasPerGroups/sync_decomposer
RaggedAllToAllTest/RaggedAllToAllTest.RaggedAllToAll_8GPUs_2ReplicasPerGroups/async_decomposer
)

bazel \
test \
--define xnn_enable_avxvnniint8=false \
Expand All @@ -99,6 +105,7 @@ bazel \
--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 \
--test_filter=-$(IFS=: ; echo "${EXCLUDED_TESTS[*]}") \
-- //xla/tests:collective_ops_e2e_test \
//xla/tests:collective_ops_test \
//xla/tests:collective_pipeline_parallelism_test \
Expand Down