@@ -60,12 +60,17 @@ if [ ! -d /tf/pkg ]; then
6060fi
6161
6262EXCLUDED_TESTS=(
63- CollectiveOpsTestE2E.MemcpyP2pLargeMessage
64- RaggedAllToAllTest/RaggedAllToAllTest.RaggedAllToAll_8GPUs_2ReplicasPerGroups/sync_decomposer
65- RaggedAllToAllTest/RaggedAllToAllTest.RaggedAllToAll_8GPUs_2ReplicasPerGroups/async_decomposer
63+ # //xla/tests:collective_ops_test_amdgpu_any
64+ RaggedAllToAllTest*
65+ AsyncCollectiveOps*
66+ AsyncMemcpyCollectiveOps*
67+ CollectiveOpsTest*
68+ AllReduceTest*
69+ Fp8CollectiveOpsTest*
6670 # //xla/backends/gpu/codegen/triton:fusion_emitter_parametrized_legacy_test_amdgpu_any
6771 ElementwiseTestSuiteF32/BinaryElementwiseTest.ElementwiseFusionExecutesCorrectly/f32_atan2
6872 # //xla/tests:collective_ops_e2e_test_amdgpu_any
73+ CollectiveOpsTestE2E.MemcpyP2pLargeMessage
6974 CollectiveOpsTestE2EPipelinedNonPipelined.CollectivePipelinerBackward
7075 CollectiveOpsTestE2EPipelinedNonPipelined.CollectivePipelinerBackwardStartFromOne
7176 # //xla/tools/multihost_hlo_runner:functional_hlo_runner_test
@@ -87,20 +92,6 @@ elif [[ $1 == "tsan" ]]; then
8792 SANITIZER_ARGS+=(" --run_under=//build_tools/rocm:sanitizer_wrapper" )
8893 SANITIZER_ARGS+=(" --config=tsan" )
8994 TAG_FILTERS=" $TAG_FILTERS ,-notsan"
90- # excluded from tsan
91- EXCLUDED_TESTS+=(
92- CollectiveOpsTest*
93- Fp8CollectiveOpsTest.AllGather_8BitFloat
94- Fp8CollectiveOpsTest.CollectivePermute_8BitFloat
95- Fp8CollectiveOpsTest.AllToAll_8BitFloat
96- AsyncCollectiveOps*
97- AllReduceTest*
98- RaggedAllToAllTest*
99- AsyncCollectiveOps*
100- AsyncMemcpyCollectiveOps*
101- RaggedAllToAllTest*
102- )
103-
10495 # tsan tests appear to be flaky in rbe due to the heavy load
10596 # force them to run locally
10697 RBE_OPTIONS+=(
0 commit comments