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

@@ -93,8 +93,7 @@ const RuntimeCapabilityTable PVC::capabilityTable{
false, // fusedEuEnabled
true, // l0DebuggerSupported;
true, // supportsFloatAtomics
0, // cxlType
2048 // syncNumRTStacksPerDSS
0 // cxlType
};
void PVC::setupFeatureAndWorkaroundTable(HardwareInfo *hwInfo) {