From 7d078b98753c0baf78e90288077783aefe2f5ebe Mon Sep 17 00:00:00 2001 From: vstojilj Date: Wed, 5 Nov 2025 09:31:01 +0100 Subject: [PATCH] SWDEV-553920 - Fix Unit_hipStreamCreateWithPriority_ValidateWithEvents (#1622) --- .../hip-tests/catch/unit/stream/hipStreamCreateWithPriority.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/hip-tests/catch/unit/stream/hipStreamCreateWithPriority.cc b/projects/hip-tests/catch/unit/stream/hipStreamCreateWithPriority.cc index 4031063099..ac1d66a0e3 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