Skip to content

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

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

@AlexeySachkov AlexeySachkov commented Jul 26, 2024

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

@AlexeySachkov AlexeySachkov changed the title [SYCL][NFC] Detach library loading helpers from PI [SYCL][NFC] Detach library loading helpers from UR Jul 26, 2024
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
seprate header and removed declarations from public SYCL headers.
@AlexeySachkov
Copy link
Contributor Author

Superseded by #15491

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.

move loadOsLibrary and unloadOsLibrary to os_util.
1 participant