mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-26 15: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
6c2f5df6c3
commit
da22e0aac9
@@ -75,7 +75,8 @@ const RuntimeCapabilityTable BDW::capabilityTable{
|
||||
false, // p2pAccessSupported
|
||||
false, // p2pAtomicAccessSupported
|
||||
false, // fusedEuEnabled
|
||||
false // l0DebuggerSupported;
|
||||
false, // l0DebuggerSupported;
|
||||
false // supportsFloatAtomics
|
||||
};
|
||||
|
||||
WorkaroundTable BDW::workaroundTable = {};
|
||||
|
||||
Reference in New Issue
Block a user