RelaxedOrdering dispatch for OCL 1/n

Related-To: NEO-7458

Signed-off-by: Dunajski, Bartosz <bartosz.dunajski@intel.com>
This commit is contained in:
Dunajski, Bartosz
2023-03-09 18:29:45 +00:00
committed by Compute-Runtime-Automation
parent 7e46668fc7
commit 97a35debde
22 changed files with 670 additions and 413 deletions

View File

@@ -46,6 +46,7 @@ struct HardwareInterfaceWalkerArgs {
uint32_t commandType = 0;
uint32_t interfaceDescriptorIndex = 0;
bool isMainKernel = false;
bool relaxedOrderingEnabled = false;
};
template <typename GfxFamily>