fix: remove number of RT stacks from capability table

Related-To: NEO-10830

Signed-off-by: Alicja Lukaszewicz <alicja.lukaszewicz@intel.com>
This commit is contained in:
Alicja Lukaszewicz
2024-11-21 13:07:52 +00:00
committed by Compute-Runtime-Automation
parent ff324424eb
commit 789efc8909
18 changed files with 12 additions and 47 deletions

View File

@@ -68,7 +68,6 @@ struct RuntimeCapabilityTable {
bool l0DebuggerSupported;
bool supportsFloatAtomics;
uint32_t cxlType;
uint32_t syncNumRTStacksPerDSS;
};
inline bool operator==(const RuntimeCapabilityTable &lhs, const RuntimeCapabilityTable &rhs) {