Skip to content
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

[SYCL][Graph][UR] Rename cmd-buf enqueue entry-point #16984

Merged
merged 1 commit into from
Mar 6, 2025

Conversation

EwanC
Copy link
Contributor

@EwanC EwanC commented Feb 12, 2025

Same PR as was closed in #16747 due to CI issue #16982 which has since been resolved.

The API to enqueue a closed command-buffer to a queue is defined in the YAML as a part of the command-buffer class, but it should be part of the enqueue class like other enqueue API extensions.

This PR updates the YAML and regenerates UR code, making the associated changes to adapters and CTS.

Closes UR issue oneapi-src/unified-runtime#2600

@EwanC EwanC force-pushed the ewan/rename_enqueue branch from 4237ced to 91e3208 Compare February 18, 2025 15:23
@EwanC EwanC force-pushed the ewan/rename_enqueue branch 2 times, most recently from 0d2edb2 to 4408c4c Compare February 19, 2025 09:38
@EwanC EwanC changed the title [SYCL][Graph] Update to UR cmd-buf enqueue rename [SYCL][Graph][UR] Rename cmd-buf enqueue entry-point Feb 19, 2025
@EwanC EwanC force-pushed the ewan/rename_enqueue branch from 4408c4c to aa24647 Compare February 20, 2025 09:23
@EwanC EwanC force-pushed the ewan/rename_enqueue branch from aa24647 to 67e68e7 Compare February 24, 2025 14:53
@EwanC EwanC force-pushed the ewan/rename_enqueue branch from 67e68e7 to 4271718 Compare February 24, 2025 15:36
@EwanC EwanC force-pushed the ewan/rename_enqueue branch from 4271718 to f6215b3 Compare February 25, 2025 16:02
@EwanC EwanC force-pushed the ewan/rename_enqueue branch from f6215b3 to 26dcd77 Compare February 25, 2025 16:37
@EwanC EwanC force-pushed the ewan/rename_enqueue branch from 26dcd77 to 6dff0b2 Compare February 25, 2025 19:15
**Same PR as was closed in intel#16747
due to intel#16982

Reflects change in name of UR entry-point from
`urCommandBufferEnqueueExp` to `urEnqueueCommandBufferExp` in oneapi-src/unified-runtime#2606
@EwanC EwanC force-pushed the ewan/rename_enqueue branch from b1f8a1f to 36b3867 Compare March 4, 2025 11:52
@EwanC EwanC temporarily deployed to WindowsCILock March 4, 2025 11:53 — with GitHub Actions Inactive
@EwanC EwanC temporarily deployed to WindowsCILock March 4, 2025 13:59 — with GitHub Actions Inactive
@EwanC EwanC marked this pull request as ready for review March 4, 2025 16:03
@EwanC EwanC requested review from a team as code owners March 4, 2025 16:03
Copy link
Contributor

@frasercrmck frasercrmck left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CUDA/HIP LGTM

@EwanC
Copy link
Contributor Author

EwanC commented Mar 6, 2025

@intel/llvm-gatekeepers This is good to merge, thanks

@sommerlukas sommerlukas merged commit 474235e into intel:sycl Mar 6, 2025
31 checks passed
lukaszstolarczuk added a commit to lukaszstolarczuk/compute-benchmarks that referenced this pull request Mar 12, 2025
EwanC added a commit to reble/llvm that referenced this pull request Mar 14, 2025
`urCommandBufferEnqueueExp` was changed in
intel#16984 to `urEnqueueCommandBufferExp`
uditagarwal97 pushed a commit that referenced this pull request Mar 14, 2025
`urCommandBufferEnqueueExp` was changed in
#16984 to `urEnqueueCommandBufferExp`
but added back accidentally to the v2 L0 adapter in
#17297
kbenzie pushed a commit to oneapi-src/unified-runtime that referenced this pull request Mar 17, 2025
`urCommandBufferEnqueueExp` was changed in
intel/llvm#16984 to `urEnqueueCommandBufferExp`
but added back accidentally to the v2 L0 adapter in
intel/llvm#17297
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants