oneapi-src / oneapi-src/unified-runtime
Delete the workaround for handling warnings inside the loader
@martygrant is already working on this.
Since Apr 8, 2025.
- Dominant language
- C++
- Stars
- 57
- Forks
- 120
- Avg merge
- 1d 14h
- Merged PRs (30d)
- 1
Description
We have added a workaround for handling warning inside the loader in this PR. That workaround is needed for the deleting PI PR. However, this will be properly fixed in the new logger mechanism added by this PR. After the logger mechanism is merged, we should change the adapters entry-points that currently use UR_RESULT_ERROR_ADAPTER_SPECIFIC to report warning to use the new logger mechanism. We should attach deleting the workaround condition in the loader with the migration to use the new logger mechanism.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.