mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-04 07:14:10 +08:00
Add support for cl_ext_float_atomics
Resolves: NEO-6596 Signed-off-by: Kacper Kasper <kacper.k.kasper@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
6c2f5df6c3
commit
da22e0aac9
@@ -75,7 +75,8 @@ const RuntimeCapabilityTable EHL::capabilityTable{
|
||||
false, // p2pAccessSupported
|
||||
false, // p2pAtomicAccessSupported
|
||||
false, // fusedEuEnabled
|
||||
false // l0DebuggerSupported;
|
||||
false, // l0DebuggerSupported;
|
||||
false // supportsFloatAtomics
|
||||
};
|
||||
|
||||
WorkaroundTable EHL::workaroundTable = {};
|
||||
|
||||
@@ -75,7 +75,8 @@ const RuntimeCapabilityTable ICLLP::capabilityTable{
|
||||
false, // p2pAccessSupported
|
||||
false, // p2pAtomicAccessSupported
|
||||
false, // fusedEuEnabled
|
||||
false // l0DebuggerSupported;
|
||||
false, // l0DebuggerSupported;
|
||||
false // supportsFloatAtomics
|
||||
};
|
||||
|
||||
WorkaroundTable ICLLP::workaroundTable = {};
|
||||
|
||||
@@ -75,7 +75,8 @@ const RuntimeCapabilityTable LKF::capabilityTable{
|
||||
false, // p2pAccessSupported
|
||||
false, // p2pAtomicAccessSupported
|
||||
false, // fusedEuEnabled
|
||||
false // l0DebuggerSupported;
|
||||
false, // l0DebuggerSupported;
|
||||
false // supportsFloatAtomics
|
||||
};
|
||||
|
||||
WorkaroundTable LKF::workaroundTable = {};
|
||||
|
||||
Reference in New Issue
Block a user