P4 to Git Change 1531579 by gandryey@gera-lnx-rcf on 2018/03/23 14:37:00

SWDEV-79445 - OCL generic changes and code clean-up
	- Remove static from the template to fix gcc compilation

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palkernel.cpp#47 edit


[ROCm/clr commit: 1d513806a5]
Этот коммит содержится в:
foreman
2018-03-23 14:45:37 -04:00
родитель 196881072d
Коммит ec2434cb2a
+3 -3
Просмотреть файл
@@ -875,7 +875,7 @@ void HSAILKernel::findLocalWorkSize(size_t workDim, const amd::NDRange& gblWorkS
}
template <typename T>
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