feature: add number of rt stacks to capability table

Related-To: NEO-12138

Signed-off-by: Tomasz Biernacik <tomasz.biernacik@intel.com>
This commit is contained in:
Tomasz Biernacik
2024-10-16 12:05:13 +00:00
committed by Compute-Runtime-Automation
parent 5463ddea06
commit c982981dde
19 changed files with 76 additions and 25 deletions

View File

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