mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-05 18:06:32 +08:00
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:
committed by
Compute-Runtime-Automation
parent
ff324424eb
commit
789efc8909
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user