Update document for workaround suggestion on threadfence_system()

Change-Id: Icccab8270604a0e578a8614b9afb3f95372f4966


[ROCm/hip commit: 774de273d0]
This commit is contained in:
pensun
2016-11-02 16:08:27 -05:00
parent 959880e318
commit 9251040786
2 changed files with 2 additions and 3 deletions
@@ -556,7 +556,7 @@ extern "C" __device__ void __threadfence(void);
*
* @param void
*
* @warning __threadfence_system is a stub and map to no-op, application should set "export HSA_DISABLE_CACHE=1" to disable both L1 and L2 caches.
* @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")));