Merge pull request #138 from scchan/threadfence_system

implement __threadfence_system

[ROCm/hip commit: f14e31d9d7]
Tento commit je obsažen v:
Maneesh Gupta
2017-08-10 12:51:05 +05:30
odevzdal GitHub
3 změnil soubory, kde provedl 130 přidání a 2 odebrání
+1 -1
Zobrazit soubor
@@ -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)