We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74fa172 commit 9482582Copy full SHA for 9482582
third_party/xla/xla/stream_executor/gpu/gpu_executor_test.cc
@@ -56,6 +56,8 @@ TEST_F(GetPointerMemorySpaceTest, Device) {
56
}
57
58
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";
61
StreamExecutor* executor = GetPlatform()->ExecutorForDevice(0).value();
62
auto mem =
63
executor->Allocate(64, static_cast<int64_t>(MemoryType::kCollective));
0 commit comments