Revert "Add support for cl_ext_float_atomics"

This reverts commit da22e0aac9.

Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com>
This commit is contained in:
Compute-Runtime-Validation
2023-02-23 21:53:40 +01:00
committed by Compute-Runtime-Automation
parent 9eccd5d3d1
commit a7075f9ffb
25 changed files with 42 additions and 229 deletions

View File

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