mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 23:03:02 +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
674691d170
commit
aece8195eb
@@ -76,7 +76,8 @@ const RuntimeCapabilityTable KBL::capabilityTable{
|
||||
false, // p2pAccessSupported
|
||||
false, // p2pAtomicAccessSupported
|
||||
false, // fusedEuEnabled
|
||||
false // l0DebuggerSupported;
|
||||
false, // l0DebuggerSupported;
|
||||
false // supportsFloatAtomics
|
||||
};
|
||||
|
||||
WorkaroundTable KBL::workaroundTable = {};
|
||||
|
||||
Reference in New Issue
Block a user