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:
Kacper Kasper
2023-02-17 19:00:29 +00:00
committed by Compute-Runtime-Automation
parent 674691d170
commit aece8195eb
25 changed files with 229 additions and 42 deletions

View File

@@ -76,7 +76,8 @@ const RuntimeCapabilityTable KBL::capabilityTable{
false, // p2pAccessSupported
false, // p2pAtomicAccessSupported
false, // fusedEuEnabled
false // l0DebuggerSupported;
false, // l0DebuggerSupported;
false // supportsFloatAtomics
};
WorkaroundTable KBL::workaroundTable = {};