Skip to content

[SYCL][NFC] Detach library loading helpers from UR #15491

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

AlexeySachkov
Copy link
Contributor

This is a by-product of #14145. Functions to dynamically load a library and query a symbol out of it should not be attached to UR, because they are used for other libraries as well.

Moved them from detail::ur into detail namespace, outlined into a separate header and removed declarations from public SYCL headers.

Fixes #14923

This is a by-product of intel#14145. Functions to dynamically load a library and
query a symbol out of it should not be attached to UR, because they are used for
other libraries as well.

Moved them from `detail::ur` into `detail` namespace, outlined into a separate
header and removed declarations from public SYCL headers.

Fixes intel#14923
Copy link
Contributor

github-actions bot commented Apr 8, 2025

This pull request is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be automatically closed in 30 days.

@github-actions github-actions bot added the Stale label Apr 8, 2025
Copy link
Contributor

github-actions bot commented May 8, 2025

This pull request was closed because it has been stalled for 30 days with no activity.

@github-actions github-actions bot closed this May 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

move loadOsLibrary and unloadOsLibrary to os_util.
1 participant