SWDEV-312707 - Avoid Char[] memory corrption on high GPU systems by increasing array size. (#2954)
Change-Id: Ia743e87d4cbcc9ccaa9e782109114dd878ab8b0d
This commit is contained in:
committato da
GitHub
parent
cd1e9a2775
commit
411a00b232
@@ -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) {
|
||||
|
||||
Fai riferimento in un nuovo problema
Block a user