implement __threadfence_system

[ROCm/clr commit: b6e22b5c93]
This commit is contained in:
Siu Chi Chan
2017-08-02 08:50:18 +00:00
förälder ddf72a1b2c
incheckning 6598eabd24
3 ändrade filer med 130 tillägg och 2 borttagningar
+1 -1
Visa fil
@@ -1264,7 +1264,7 @@ __device__ double __hip_fast_dsqrt_rz(double x) {
}
__device__ void __threadfence_system(void){
// no-op
std::atomic_thread_fence(std::memory_order_seq_cst);
}
double __hip_host_j0(double x)