Skip to content

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