mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-24 21:18:24 +08:00
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:
committed by
Compute-Runtime-Automation
parent
9eccd5d3d1
commit
a7075f9ffb
@@ -75,8 +75,7 @@ const RuntimeCapabilityTable BXT::capabilityTable{
|
||||
false, // p2pAccessSupported
|
||||
false, // p2pAtomicAccessSupported
|
||||
false, // fusedEuEnabled
|
||||
false, // l0DebuggerSupported;
|
||||
false // supportsFloatAtomics
|
||||
false // l0DebuggerSupported;
|
||||
};
|
||||
|
||||
WorkaroundTable BXT::workaroundTable = {};
|
||||
|
||||
@@ -75,8 +75,7 @@ const RuntimeCapabilityTable CFL::capabilityTable{
|
||||
false, // p2pAccessSupported
|
||||
false, // p2pAtomicAccessSupported
|
||||
false, // fusedEuEnabled
|
||||
false, // l0DebuggerSupported;
|
||||
false // supportsFloatAtomics
|
||||
false // l0DebuggerSupported;
|
||||
};
|
||||
|
||||
WorkaroundTable CFL::workaroundTable = {};
|
||||
|
||||
@@ -75,8 +75,7 @@ const RuntimeCapabilityTable GLK::capabilityTable{
|
||||
false, // p2pAccessSupported
|
||||
false, // p2pAtomicAccessSupported
|
||||
false, // fusedEuEnabled
|
||||
false, // l0DebuggerSupported;
|
||||
false // supportsFloatAtomics
|
||||
false // l0DebuggerSupported;
|
||||
};
|
||||
|
||||
WorkaroundTable GLK::workaroundTable = {};
|
||||
|
||||
@@ -75,8 +75,7 @@ const RuntimeCapabilityTable KBL::capabilityTable{
|
||||
false, // p2pAccessSupported
|
||||
false, // p2pAtomicAccessSupported
|
||||
false, // fusedEuEnabled
|
||||
false, // l0DebuggerSupported;
|
||||
false // supportsFloatAtomics
|
||||
false // l0DebuggerSupported;
|
||||
};
|
||||
|
||||
WorkaroundTable KBL::workaroundTable = {};
|
||||
|
||||
@@ -75,8 +75,7 @@ const RuntimeCapabilityTable SKL::capabilityTable{
|
||||
false, // p2pAccessSupported
|
||||
false, // p2pAtomicAccessSupported
|
||||
false, // fusedEuEnabled
|
||||
false, // l0DebuggerSupported;
|
||||
false // supportsFloatAtomics
|
||||
false // l0DebuggerSupported;
|
||||
};
|
||||
|
||||
WorkaroundTable SKL::workaroundTable = {};
|
||||
|
||||
Reference in New Issue
Block a user