From 3717cbac5abe70f4ee9573b4135871ceca99d55d Mon Sep 17 00:00:00 2001 From: Vladana Stojiljkovic Date: Thu, 30 Oct 2025 10:37:06 +0000 Subject: [PATCH] SWDEV-553920 - Fix Unit_hipStreamCreateWithPriority_ValidateWithEvents --- .../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 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