hipDispatchLatency: reduce iterations to 5120

Change-Id: I94ae4993ff5058cf15f9487a5a528fc24c1ad5fa
Tá an tiomantas seo le fáil i:
Maneesh Gupta
2016-06-13 14:23:51 +05:30
tuismitheoir e89fba7fe1
tiomantas a685f7dc79
@@ -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){
}