diff --git a/projects/clr/rocclr/runtime/device/pal/palkernel.cpp b/projects/clr/rocclr/runtime/device/pal/palkernel.cpp index 4381baf16a..5efba941ff 100644 --- a/projects/clr/rocclr/runtime/device/pal/palkernel.cpp +++ b/projects/clr/rocclr/runtime/device/pal/palkernel.cpp @@ -875,7 +875,7 @@ void HSAILKernel::findLocalWorkSize(size_t workDim, const amd::NDRange& gblWorkS } template -inline static void WriteAqlArg( +inline void WriteAqlArg( unsigned char** dst, //!< The write pointer to the buffer const T* src, //!< The source pointer uint size, //!< The size in bytes to copy @@ -887,7 +887,7 @@ inline static void WriteAqlArg( } template <> -inline static void WriteAqlArg( +inline void WriteAqlArg( unsigned char** dst, //!< The write pointer to the buffer const uint32_t* src, //!< The source pointer uint size, //!< The size in bytes to copy @@ -899,7 +899,7 @@ inline static void WriteAqlArg( } template <> -inline static void WriteAqlArg( +inline void WriteAqlArg( unsigned char** dst, //!< The write pointer to the buffer const uint64_t* src, //!< The source pointer uint size, //!< The size in bytes to copy