unified-runtime
unified-runtime copied to clipboard
Add new launch property to support work_group_static_memory
https://github.com/intel/llvm/pull/15061 introduce a new property work_group_static_memory which allow the user to set a given amount of local memory to be used.
In order to pass this information to the adaptor, the patch adds a new launch property to urEnqueueKernelLaunchCustomExp.
The patch also changes the signature of urEnqueueKernelLaunchCustomExp to add global offset in order to maintain features when using this extension.