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 6c2f5df6c3
commit da22e0aac9
25 changed files with 232 additions and 45 deletions

View File

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