From 90662484b1be6d53d41440eadefa08eb33463d9e Mon Sep 17 00:00:00 2001 From: Hansung Kim Date: Fri, 7 Jun 2024 20:34:29 -0700 Subject: [PATCH] sgemm_tcore: inline left out --- tests/regression/sgemm_tcore/kernel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/regression/sgemm_tcore/kernel.cpp b/tests/regression/sgemm_tcore/kernel.cpp index 18f52917..a56203a4 100644 --- a/tests/regression/sgemm_tcore/kernel.cpp +++ b/tests/regression/sgemm_tcore/kernel.cpp @@ -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,