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:
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) {
|
||||
|
||||
Reference in New Issue
Block a user