Merge "hipDispatchLatency: reduce iterations to 5120" into amd-master

[ROCm/hip commit: ae5252d125]
Tento commit je obsažen v:
Maneesh Gupta
2016-06-14 00:28:12 -04:00
odevzdal Gerrit Code Review
+1 -1
Zobrazit soubor
@@ -30,7 +30,7 @@ if(status != hipSuccess){ \
#define LEN 1024*1024
#define SIZE LEN * sizeof(float)
#define ITER 10000
#define ITER 5120
__global__ void One(hipLaunchParm lp, float* Ad){
}