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

Dieser Commit ist enthalten in:
Maneesh Gupta
2016-06-14 00:28:12 -04:00
committet von Gerrit Code Review
Commit ae5252d125
@@ -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){
}