Skip to content

Commit 102bb47

Browse files
authored
Reduce Adapter count for MA ULT
1 parent 02a2dae commit 102bb47

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Source/GmmLib/ULT/GmmMultiAdapterULT.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ OTHER DEALINGS IN THE SOFTWARE.
2525
#include "stdafx.h"
2626
#include "GmmCommonULT.h"
2727

28-
#define MAX_COUNT_PER_ADAPTER 5
28+
#define MAX_COUNT_PER_ADAPTER 3
2929

3030
#ifdef _WIN32
3131
#define GMM_DLL_HANDLE HINSTANCE

Source/GmmLib/inc/External/Common/GmmInfo.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -566,7 +566,7 @@ namespace GmmLib
566566
};
567567

568568
// Max number of Multi-Adapters allowed in the system
569-
#define MAX_NUM_ADAPTERS 32
569+
#define MAX_NUM_ADAPTERS 9
570570
//===========================================================================
571571
// typedef:
572572
// _GMM_ADAPTER_INFO_

0 commit comments

Comments
 (0)