Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions experimental/builder/test/conv/test_ckb_conv_fwd_1d_i8.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand All @@ -31,5 +33,6 @@ TEST(FwdConvInstances,
run_test<Builder>(
{"DeviceGroupedConvFwdMultipleD_Wmma_CShuffle", "128, 64, 64, 64", "Default"});
}
#endif

} // namespace
Loading