unified-runtime icon indicating copy to clipboard operation
unified-runtime copied to clipboard

Add new launch property to support work_group_static_memory

Open Naghasan opened this issue 1 year ago • 0 comments

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.

Naghasan avatar Aug 13 '24 20:08 Naghasan