8000 [SYCL] Refactor kernel name based cache approach by sergey-semenov · Pull Request #19117 · intel/llvm · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

[SYCL] Refactor kernel name based cache approach #19117

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

Draft
wants to merge 4 commits into
base: sycl
Choose a base branch
from

Conversation

sergey-semenov
Copy link
Contributor
  • Make the cache presence unconditional by looking them up at runtime as a fallback. This consolidates the if branches into one and saves us a couple of map lookups with old applications.
  • Switch to eager initialization of cache entries.
  • Add cleanup of cache instances when unloading a library.

- Make the cache presence unconditional by looking them up at runtime as
a fallback. This consolidates the if branches into one and saves us
a couple of map lookups with old applications.
- Switch to eager initialization of cache entries.
- Add cleanup of cache instances when unloading a library.
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.

2 participants
0