Skip to content

[UR][NFC][CUDA-HIP] Add documentation in stream queue #19471

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

Merged
merged 1 commit into from
Jul 17, 2025

Conversation

npmiller
Copy link
Contributor

This patch mostly just adds some more documentation in the stream queue implementation, but it also does a few other things:

  • Re-order members in more coherent groups.
  • Use ur_<object>_t instead of ur_<object>_t_ *, they are identical but the first one is nicer.
  • Remove unused get() member function.

@npmiller npmiller requested a review from a team as a code owner July 16, 2025 11:14
@npmiller npmiller requested a review from ldrumm July 16, 2025 11:14
@npmiller npmiller force-pushed the stream-queue-comments branch from 1ca81c9 to bcafa91 Compare July 16, 2025 17:43
This patch mostly just adds some more documentation in the stream queue
implementation, but it also does a few other things:

* Re-order members in more coherent groups.
* Use `ur_<object>_t` instead of `ur_<object>_t_ *`, they are identical
  but the first one is nicer.
* Remove unused `get()` member function.
@npmiller
Copy link
Contributor Author

@intel/llvm-gatekeepers this is ready to merge

@kbenzie kbenzie merged commit 78fd7c1 into intel:sycl Jul 17, 2025
47 of 48 checks passed
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.

3 participants