diff --git a/src/include/blockwise_gemm.hip.hpp b/src/include/blockwise_gemm.hip.hpp index c3a17634ec..cb4cce5ec2 100644 --- a/src/include/blockwise_gemm.hip.hpp +++ b/src/include/blockwise_gemm.hip.hpp @@ -1,6 +1,8 @@ #pragma once #include "threadwise_gemm.hip.hpp" +extern "C" __attribute__((address_space(3))) void* __to_local(void* p) [[hc]]; + template