mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
Add atomic move for native cleanup operations
Related-To: NEO-5848 Signed-off-by: Zbigniew Zdanowicz <zbigniew.zdanowicz@intel.com>
This commit is contained in:

committed by
Compute-Runtime-Automation

parent
6453ab852a
commit
37c0501f1c
@ -20,6 +20,7 @@ extern bool apiSupport;
|
||||
struct ImplicitScalingHelper {
|
||||
static bool isImplicitScalingEnabled(const DeviceBitfield &devices, bool preCondition);
|
||||
static bool isSynchronizeBeforeExecutionRequired();
|
||||
static bool useAtomicsForNativeCleanup();
|
||||
};
|
||||
|
||||
template <typename GfxFamily>
|
||||
|
Reference in New Issue
Block a user