Skip to content

Commit fa201fe

Browse files
nlellaigcbot
authored andcommitted
Add Xe3p SIP support
Add Xe3p SIP support
1 parent 470adff commit fa201fe

File tree

10 files changed

+12721
-0
lines changed

10 files changed

+12721
-0
lines changed

IGC/common/SIPKernels/Xe3PSIPDebug64b_config1.h

Lines changed: 1074 additions & 0 deletions
Large diffs are not rendered by default.

IGC/common/SIPKernels/Xe3PSIPDebug64b_config2.h

Lines changed: 1074 additions & 0 deletions
Large diffs are not rendered by default.

IGC/common/SIPKernels/Xe3PSIPDebugLegacy_config1.h

Lines changed: 1365 additions & 0 deletions
Large diffs are not rendered by default.

IGC/common/SIPKernels/Xe3PSIPDebugLegacy_config2.h

Lines changed: 1364 additions & 0 deletions
Large diffs are not rendered by default.

IGC/common/SIPKernels/wmtp/XE3PV2_wmtp_e64.h

Lines changed: 2004 additions & 0 deletions
Large diffs are not rendered by default.

IGC/common/SIPKernels/wmtp/XE3PV2_wmtp_legacy.h

Lines changed: 1731 additions & 0 deletions
Large diffs are not rendered by default.

IGC/common/SIPKernels/wmtp/XE3P_wmtp_e64.h

Lines changed: 1967 additions & 0 deletions
Large diffs are not rendered by default.

IGC/common/SIPKernels/wmtp/XE3P_wmtp_legacy.h

Lines changed: 1705 additions & 0 deletions
Large diffs are not rendered by default.

IGC/common/SystemThread.cpp

Lines changed: 428 additions & 0 deletions
Large diffs are not rendered by default.

IGC/common/SystemThread.h

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,13 @@ enum SIP_ID {
6969
XE3G_DEBUG_BINDLESS,
7070
XE3_CSR_DEBUG_BINDLESS_config_1x4,
7171
XE3_CSR_DEBUG_BINDLESS_config_2x6,
72+
XE3P_DEBUG_E64,
73+
XE3P_DEBUG_BINDLESS_LEGACY,
74+
XE3P_CSR_DEBUG_LEGACY,
75+
XE3P_CSR_DEBUG_E64,
76+
XE3PV2_DEBUG_E64,
77+
XE3PV2_CSR_DEBUG_LEGACY,
78+
XE3PV2_CSR_DEBUG_E64,
7279
GEN_SIP_MAX_INDEX
7380
};
7481

@@ -77,6 +84,8 @@ enum WMTP_DATA_SIZE {
7784
XE2_CSR_DEBUG_BINDLESS_config160_WMTP_DATA_SIZE = 64244864,
7885
XE3_CSR_DEBUG_BINDLESS_PTL_config_1x4_WMTP_DATA_SIZE = 5192832,
7986
XE3_CSR_DEBUG_BINDLESS_PTL_config_2x6_WMTP_DATA_SIZE = 15570048,
87+
XE3P_CSR_DEBUG_BINDLESS_XE3P_WMTP_DATA_SIZE = 130512064,
88+
XE3PV2_CSR_DEBUG_BINDLESS_NVL_WMTP_DATA_SIZE = 13536448,
8089
};
8190

8291
enum SLM_SIZE_SUPPORTED { SLM_ANY, SLM_128 = 128, SLM_160 = 160 };

0 commit comments

Comments
 (0)