diff --git a/experimental/builder/test/conv/test_ckb_conv_fwd_1d_i8.cpp b/experimental/builder/test/conv/test_ckb_conv_fwd_1d_i8.cpp index 029ddf4236..f6b18747b7 100644 --- a/experimental/builder/test/conv/test_ckb_conv_fwd_1d_i8.cpp +++ b/experimental/builder/test/conv/test_ckb_conv_fwd_1d_i8.cpp @@ -9,6 +9,8 @@ namespace { using namespace ck_tile::builder::test_utils; // 1D I8 (channels-last) with and DEFAULT specialization +// (not supported on gfx11 and gfx12) +#if !defined(__gfx11__) && !defined(__gfx12__) TEST(FwdConvInstances, Create_DeviceGroupedConvFwdMultipleD_Wmma_CShuffle_Instance_1D_FP32_ChannelsFirst_scale) { @@ -31,5 +33,6 @@ TEST(FwdConvInstances, run_test( {"DeviceGroupedConvFwdMultipleD_Wmma_CShuffle", "128, 64, 64, 64", "Default"}); } +#endif } // namespace