From 985bdb8abf74d5fa1c5253aa0cd0de63e3534166 Mon Sep 17 00:00:00 2001 From: ROCm CI Service Account <66695075+rocm-ci@users.noreply.github.com> Date: Fri, 24 Feb 2023 07:10:26 +0530 Subject: [PATCH] SWDEV-370743 - Change the hard coded CU mask to support higher CUs. (#3144) Change-Id: I87ac149a6144959b46963ed8c867e6d3b6bca462 [ROCm/hip commit: 5c3e4fba39e1690dddc11d0da1c3dccb00d52178] --- projects/hip/tests/src/runtimeApi/stream/hipStreamGetCUMask.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/hip/tests/src/runtimeApi/stream/hipStreamGetCUMask.cpp b/projects/hip/tests/src/runtimeApi/stream/hipStreamGetCUMask.cpp index ec3722f91d..1ea05c7ec4 100644 --- a/projects/hip/tests/src/runtimeApi/stream/hipStreamGetCUMask.cpp +++ b/projects/hip/tests/src/runtimeApi/stream/hipStreamGetCUMask.cpp @@ -32,7 +32,7 @@ using namespace std; int main(int argc, char* argv[]) { hipStream_t stream; - vector cuMask(6); + vector cuMask(8); stringstream ss; int nGpu = 0;