mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 06:49:52 +08:00
Add support for new thread arbitration policies via zeKernelSchedulingHintExp
Related-To: LOCI-2319 Signed-off-by: Vinod Tipparaju <vinod.tipparaju@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
c54152bbbc
commit
37670aeb91
@@ -227,3 +227,10 @@ zeKernelSetCacheConfig(
|
||||
ze_cache_config_flags_t flags) {
|
||||
return L0::Kernel::fromHandle(hKernel)->setCacheConfig(flags);
|
||||
}
|
||||
|
||||
ZE_APIEXPORT ze_result_t ZE_APICALL
|
||||
zeKernelSchedulingHintExp(
|
||||
ze_kernel_handle_t hKernel,
|
||||
ze_scheduling_hint_exp_desc_t *pHint) {
|
||||
return L0::Kernel::fromHandle(hKernel)->setSchedulingHintExp(pHint);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user