Skip to content

Commit

Permalink
Skip collective tests for ROCm
Browse files Browse the repository at this point in the history
  • Loading branch information
hsharsha committed Feb 5, 2025
1 parent 815c3a2 commit f59a9fb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ TEST_F(GetPointerMemorySpaceTest, Device) {
}

TEST_F(GetPointerMemorySpaceTest, Collective) {
GTEST_SKIP() << "Collectives are not enabled for ROCm";
StreamExecutor* executor = GetPlatform()->ExecutorForDevice(0).value();
auto mem =
executor->Allocate(64, static_cast<int64_t>(MemoryType::kCollective));
Expand Down

0 comments on commit f59a9fb

Please sign in to comment.