From be692b48b01620eedabeef8325df5d4eeed6c2ae Mon Sep 17 00:00:00 2001 From: Lain <28486541+IwakuraRein@users.noreply.github.com> Date: Wed, 23 Oct 2024 11:24:09 -0700 Subject: [PATCH] remove redundant hardcoded packing configs in mixed dtype gemm (#1894) Co-authored-by: Siyuan Fu --- ...tma_gmma_rs_warpspecialized_mixed_input.hpp | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/include/cutlass/gemm/collective/sm90_mma_tma_gmma_rs_warpspecialized_mixed_input.hpp b/include/cutlass/gemm/collective/sm90_mma_tma_gmma_rs_warpspecialized_mixed_input.hpp index 0871d26c..8c838df1 100644 --- a/include/cutlass/gemm/collective/sm90_mma_tma_gmma_rs_warpspecialized_mixed_input.hpp +++ b/include/cutlass/gemm/collective/sm90_mma_tma_gmma_rs_warpspecialized_mixed_input.hpp @@ -1291,24 +1291,6 @@ private: return Int, sizeof_bits_v))>{}; } }; - template struct select_packing { - static constexpr auto value() { return Int{}; } - }; - template struct select_packing { - static constexpr auto value() { return Int{}; } - }; - template struct select_packing { - static constexpr auto value() { return Int{}; } - }; - template struct select_packing { - static constexpr auto value() { return Int{}; } - }; - template struct select_packing { - static constexpr auto value() { return Int{}; } - }; - template struct select_packing { - static constexpr auto value() { return Int{}; } - }; CUTLASS_DEVICE static uint32_t to_reg(Array const& source) {