"...composable_kernel_rocm.git" did not exist on "56c0279bbd822b9736b4e97d73331e1e5ccb27bb"
Commit e3eb0006 authored by Adam Osewski's avatar Adam Osewski
Browse files

Remove unused function.

parent 43c92cf3
......@@ -508,12 +508,12 @@ struct GridwiseGemm_bk0mk1_bk0nk1_mn_xdlops_v2r4r2
return true;
}
__host__ __device__ static auto GetKPad(index_t K, index_t KBatch)
{
const index_t K0 = math::integer_divide_ceil(K, K1 * K0PerBlock * KBatch) * K0PerBlock;
const index_t KPad = KBatch * K0 * K1;
return KPad;
}
// __host__ __device__ static auto GetKPad(index_t K, index_t KBatch)
// {
// const index_t K0 = math::integer_divide_ceil(K, K1 * K0PerBlock * KBatch) * K0PerBlock;
// const index_t KPad = KBatch * K0 * K1;
// return KPad;
// }
__host__ __device__ static constexpr bool CalculateHasMainK0BlockLoop(index_t K0)
{
......
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