-
Notifications
You must be signed in to change notification settings - Fork 915
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
jitify direct-to-cubin compilation and caching. #7919
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! (Verified that this change works.)
Codecov Report
@@ Coverage Diff @@
## branch-0.19 #7919 +/- ##
===============================================
+ Coverage 81.86% 82.74% +0.88%
===============================================
Files 101 103 +2
Lines 16884 17701 +817
===============================================
+ Hits 13822 14647 +825
+ Misses 3062 3054 -8
Continue to review full report at Codecov.
|
@gpucibot merge |
This changes jitify2
get_kernel
invocations to pass an-arch=sm_.
arg which causes jitify to compile and disk-cache direct-to-cubin, rather than caching ptx. This alleviates some compilation issues for specific (possibly unsupported) environments/configurations, but more importantly should provide faster launching from a cached kernel.