sgemm_tcore: inline left out

This commit is contained in:
Hansung Kim
2024-06-07 20:34:29 -07:00
parent d61dd85872
commit 90662484b1

View File

@@ -532,7 +532,7 @@ inline void global_dmem_load(const uint32_t dim_n, const uint32_t dim_k,
}
}
void thread_block_gemm(kernel_arg_t *__UNIFORM__ arg,
inline void thread_block_gemm(kernel_arg_t *__UNIFORM__ arg,
const uint32_t tid_in_threadblock,
const uint32_t threads_per_threadblock,
const uint32_t threadblock_dim_x,