mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-21 01:04:57 +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
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user