SWDEV-312707 - Avoid Char[] memory corrption on high GPU systems by increasing array size. (#2954)

Change-Id: Ia743e87d4cbcc9ccaa9e782109114dd878ab8b0d

[ROCm/hip commit: 411a00b232]
This commit is contained in:
ROCm CI Service Account
2022-09-23 12:35:04 +05:30
committed by GitHub
parent d92825a143
commit 38ee9fb2c3
@@ -86,7 +86,7 @@ void getDeviceCount(int *numDevices) {
#endif
}
#define MAX_SIZE 30
#define MAX_SIZE 1024
// Pass either -1 in deviceNumber or invalid device number
bool testInvalidDevice(int numDevices, bool useRocrEnv, int deviceNumber) {