Hi,
I have a JIT cache that’s already been populated. And I’m seeing the expected speed-up when I load my CUDA application using this cache.
But I have restrictions that require me to make the JIT cache directory read-only. Once it’s read-only, JIT compilation and loading becomes slow again… suggesting that the cache is not being used.
Is it required to have the JIT cache directory as read+write-enabled, even though we just want to only read from it?