"test/git@developer.sourcefind.cn:change/sglang.git" did not exist on "b77a02cdfdb4cd58be3ebc6a66d076832c309cfc"
Commit 2df8d1e5 authored by Adam Osewski's avatar Adam Osewski
Browse files

Remove unused function.

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