-
Notifications
You must be signed in to change notification settings - Fork 35
Toggle numba caching by environment variable #870
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
Conversation
Codecov Report
@@ Coverage Diff @@
## main #870 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 37 38 +1
Lines 3163 3170 +7
=========================================
+ Hits 3163 3170 +7
📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more |
Totally agree we should do this, but I wonder if it'd be better if we just made our own local |
Agree - see #371. |
Ah, thanks I hadn't noticed that issue. I can make a start on custom |
FWIW, here's what I did for an experimental project downstream of sgkit. You might find parts of it familar 😉 |
Nice! I'm not sure how easy it would be to completely disable numba for |
64638f5
to
01e9763
Compare
I've started with some simple wrappers for |
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!
@timothymillar sorry I was away last week on vacation and have only just got back. I'm fine leaving cuda for now. |
No worries, thanks @tomwhite |
Fixes #371 and #869
This is just a suggestion and I'm not sure of the best way to test this in CI unless we create an additional runner?