From c235af35adce7b5b19bd682a2ce83a0f1da77e37 Mon Sep 17 00:00:00 2001 From: ZheWang Date: Thu, 8 Jan 2026 02:28:28 +0000 Subject: [PATCH] fix --- include/ck_tile/ops/epilogue/cshuffle_epilogue.hpp | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/include/ck_tile/ops/epilogue/cshuffle_epilogue.hpp b/include/ck_tile/ops/epilogue/cshuffle_epilogue.hpp index 97f936fde99..4f636b59625 100644 --- a/include/ck_tile/ops/epilogue/cshuffle_epilogue.hpp +++ b/include/ck_tile/ops/epilogue/cshuffle_epilogue.hpp @@ -331,10 +331,15 @@ struct CShuffleEpilogue } else { +#if defined(__gfx950__) + constexpr auto is_950 = true; +#else + constexpr auto is_950 = false; +#endif constexpr int RakedXDLN_PerWarp = NumNXdlPerWavePerShuffle / BlockedXDLN_PerWarp; // BlockedLayout // this branch is for original a16w4 - if constexpr(is_any_of::value || + if constexpr(is_950 || is_any_of::value || is_any_of::value) { return tile_distribution_encoding<