-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable overload caching in kernel_dispatcher.
- Use function qualname as the entry point (key) for caching compiled function in the target's _defns dict. - KernelCompileResult now extends numba's CompileResult class and only stores the spirv bitcode as an extra field. - Added a new function to return just the device ir for a cached overload. - Updates to launcher to accomodate changes to kernel_dispatcher.
- Loading branch information
Diptorup Deb
committed
Nov 21, 2023
1 parent
185a61b
commit 2ab2608
Showing
2 changed files
with
48 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters