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:
Zbigniew Zdanowicz
2021-07-02 16:31:57 +00:00
committed by Compute-Runtime-Automation
parent 6453ab852a
commit 37c0501f1c
9 changed files with 2664 additions and 38 deletions

View File

@ -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>