-
Notifications
You must be signed in to change notification settings - Fork 124
[Spec] fix urKernelSuggestMaxCooperativeGroupCountExp #2277
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
0a8ccf1 to
1c91bbd
Compare
1c91bbd to
43aa821
Compare
|
Testing PR to intel/llvm: intel/llvm#15966 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CUDA/HIP 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM for L0
|
this needs rebasing. @oneapi-src/unified-runtime-opencl-write please review |
Add extra param: ur_device_handle_t It is necessary to implement this function on L0 for kernels that are build for multiple devices. Right now, the implementation only works when the kernel is created from a native handle. Ref: oneapi-src#2262
43aa821 to
4a89e1c
Compare
Done. |
|
v2 tests failed, but that doesn't seem related. |
intel/llvm#15966 is approved. |
…15966) Ref: oneapi-src/unified-runtime#2277 --------- Co-authored-by: Martin Morrison-Grant <[email protected]>
Add extra param: ur_device_handle_t
It is necessary to implement this function on L0 for kernels that are build for multiple devices. Right now, the implementation only works when the kernel is created from a native handle.
Ref: #2262