Feature request: cache compilations to the filesystem
See original GitHub issueI am building a larger application with Jax, and compiling all the kernels adds about a minute of overhead until we’re ready to run.
It would be great if Jax were able to cache compilations, like Numba’s cache=True
argument to their JIT decorator.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:5
- Comments:5 (1 by maintainers)
Top Results From Across the Web
Filesystem - requests-cache 0.9.7 documentation
This backend stores responses in files on the local filesystem (one file per response). File Formats#. By default, responses are saved as pickle...
Read more >Caching guidance - Azure Architecture Center | Microsoft Learn
Learn how caching can improve the performance and scalability of a system by copying frequently accessed data to fast storage close to the...
Read more >Caching (Managing NFS and NIS, 2nd Edition)
In NFS, data caching means not having to send an RPC request over the network to a server: the data is cached on...
Read more >ccache(1)
Ccache is a compiler cache. It speeds up recompilation by caching the result of previous compilations and detecting when the same ...
Read more >Caching - webpack
This guide focuses on the configuration needed to ensure files produced by webpack compilation can remain cached unless their content has changed.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Is there any ongoing work to generalize this to CPU and GPU backends?
(I edited the title based on my understanding of what you mean, and a brief read of some numba docs. Let me know if I got that wrong.)