"...git@developer.sourcefind.cn:OpenDAS/mmdetection3d.git" did not exist on "4f1a5e52472c740e392b889f28021bc60a11b880"
Unverified Commit 5008a960 authored by jefyang1's avatar jefyang1 Committed by GitHub
Browse files

Update include/ck/tensor_operation/gpu/grid/gridwise_batched_gemm_gemm_xdl_cshuffle_v1.hpp


Co-authored-by: default avatarAndriy Roshchenko <107577548+andriy-ca@users.noreply.github.com>
parent 2120dc07
......@@ -609,7 +609,7 @@ struct GridwiseBatchedGemmGemm_Xdl_CShuffle
// therefore we may just as well assign Gemm1KPack = group_size
#if defined(CK_USE_AMD_MFMA_GFX950)
// TODO: fix logic for gfx950 as it's temperary hack for passing compiling
// TODO: fix logic for gfx950 as it's temporary hack for passing compiling
constexpr index_t Gemm1KPack = math::max(
math::lcm(AK1, BK1), MfmaSelector<FloatAB, MPerXdl, NPerXdl>::selected_mfma.k_per_blk);
#else
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment