Skip to content

Commit

Permalink
Skip MHA tests that fail on NaviXX targets (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
groenenboomj authored Oct 12, 2023
1 parent b95a6d9 commit f640f89
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -484,6 +484,7 @@ TEST(MultiHeadAttentionTest, CrossAttention_Batch2_HeadSize32_RightSidePadding_M
}

TEST(MultiHeadAttentionTest, CrossAttention_Batch2_HeadSize32_RightSidePadding_Mask2D) {
ROCM_GTEST_SKIP("ROCm MHA skip");
AttentionTestData data;
GetCrossAttentionData_Batch2_HeadSize32_RightSidePadding(data, false);
RunMultiHeadAttentionTests(data, true);
Expand Down

0 comments on commit f640f89

Please sign in to comment.