Update depreciated information for threadfence_system()

Change-Id: Id13d2f81edb51eb42b896a5c06913d59ec907c55
This commit is contained in:
pensun
2016-11-10 11:54:59 -06:00
parent cdcf04d744
commit 9aa2269d5c
+1 -1
View File
@@ -558,7 +558,7 @@ extern "C" __device__ void __threadfence(void);
*
* @warning __threadfence_system is a stub and map to no-op.
*/
__device__ void __threadfence_system(void) __attribute__((deprecated("Provided for compile-time compatibility, not yet functional")));
__device__ void __threadfence_system(void) __attribute__((deprecated("Provided with workaround configuration, see hip_kernel_language.md for details")));
__device__ unsigned __hip_ds_bpermute(int index, unsigned src);
__device__ float __hip_ds_bpermutef(int index, float src);