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

[ROCm/clr commit: 37257dda35]
Este commit está contenido en:
Maneesh Gupta
2016-06-14 00:28:12 -04:00
cometido por Gerrit Code Review
@@ -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){
}