mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-30 01:35:20 +08:00
RelaxedOrdering dispatch for OCL 1/n
Related-To: NEO-7458 Signed-off-by: Dunajski, Bartosz <bartosz.dunajski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
7e46668fc7
commit
97a35debde
@@ -46,6 +46,7 @@ struct HardwareInterfaceWalkerArgs {
|
||||
uint32_t commandType = 0;
|
||||
uint32_t interfaceDescriptorIndex = 0;
|
||||
bool isMainKernel = false;
|
||||
bool relaxedOrderingEnabled = false;
|
||||
};
|
||||
|
||||
template <typename GfxFamily>
|
||||
|
||||
Reference in New Issue
Block a user