Update in clock function

Change-Id: I5819aa62693dc3b9b5d7e39944d1e58aadc72027
Tá an tiomantas seo le fáil i:
Rahul Garg
2016-05-20 11:12:32 +05:30
tuismitheoir 0e0c4250de
tiomantas d46b3446de
D'athraigh 2 comhad le 3 breiseanna agus 13 scriosta
+2 -2
Féach ar an gComhad
@@ -501,8 +501,8 @@ __device__ double trunc(double x)
const int warpSize = 64;
__device__ long long int clock64() { return (long long int)hc::__clock_u64(); };
__device__ clock_t clock() { return (clock_t)hc::__clock_u64(); };
__device__ long long int clock64() { return (long long int)hc::__cycle_u64(); };
__device__ clock_t clock() { return (clock_t)hc::__cycle_u64(); };
//atomicAdd()