diff --git a/projects/hip-tests/catch/unit/stream/hipStreamCreateWithPriority.cc b/projects/hip-tests/catch/unit/stream/hipStreamCreateWithPriority.cc index 4031063099f..ac1d66a0e3c 100644 --- a/projects/hip-tests/catch/unit/stream/hipStreamCreateWithPriority.cc +++ b/projects/hip-tests/catch/unit/stream/hipStreamCreateWithPriority.cc @@ -33,7 +33,7 @@ THE SOFTWARE. #define MEMCPYSIZE1 (64 * 1024 * 1024) #define MEMCPYSIZE2 (1024 * 1024) #define NUMITERS 2 -#define GRIDSIZE 1024 +#define GRIDSIZE 4096 #define BLOCKSIZE 256 #define TOTALTHREADS 16