Skip to content

Commit 9482582

Browse files
committed
Skip collective tests for ROCm
1 parent 74fa172 commit 9482582

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

third_party/xla/xla/stream_executor/gpu/gpu_executor_test.cc

+2
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ TEST_F(GetPointerMemorySpaceTest, Device) {
5656
}
5757

5858
TEST_F(GetPointerMemorySpaceTest, Collective) {
59+
// TODO (rocm) Remove this once https://github.com/openxla/xla/pull/22532 is merged
60+
GTEST_SKIP() << "Collectives are not enabled for ROCm";
5961
StreamExecutor* executor = GetPlatform()->ExecutorForDevice(0).value();
6062
auto mem =
6163
executor->Allocate(64, static_cast<int64_t>(MemoryType::kCollective));

0 commit comments

Comments
 (0)