From 55b45147ecd2bbf51d5a092f6dacce305bb11d98 Mon Sep 17 00:00:00 2001 From: ROCm CI Service Account <66695075+rocm-ci@users.noreply.github.com> Date: Wed, 4 Jan 2023 13:18:17 +0530 Subject: [PATCH] SWDEV-369618 - hipOccupancyMaxPotentialBlockSizeVariableSMemWithFlags invalid flag scenario (#3121) Change-Id: I98f185db82f23514976ecf562894acb65006c352 [ROCm/hip commit: afeeaba3a3457d8709d582fccda0334b4d4a51cb] --- projects/hip/include/hip/hip_runtime_api.h | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/hip/include/hip/hip_runtime_api.h b/projects/hip/include/hip/hip_runtime_api.h index 6e875bf6c5..87fc5c577f 100644 --- a/projects/hip/include/hip/hip_runtime_api.h +++ b/projects/hip/include/hip/hip_runtime_api.h @@ -673,6 +673,7 @@ enum hipLimit_t { #define hipArrayCubemap 0x04 #define hipArrayTextureGather 0x08 #define hipOccupancyDefault 0x00 +#define hipOccupancyDisableCachingOverride 0x01 #define hipCooperativeLaunchMultiDeviceNoPreSync 0x01 #define hipCooperativeLaunchMultiDeviceNoPostSync 0x02 #define hipCpuDeviceId ((int)-1)