Questions tagged [cuda-jit-cache]

2 questions
1
vote
0 answers

How can I interact with NVIDIA's JIT compilation cache?

(Following Is NVIDIA's JIT compilation cache used when you don't use NVCC?) NVIDIA's JIT compilation cache (which we find in ~/.nv/CompilationCache on Linux systems) has a somewhat opaque structure, with a non-textual index. I would like to be able…
einpoklum
  • 118,144
  • 57
  • 340
  • 684
1
vote
2 answers

Is NVIDIA's JIT compilation cache used when you don't use NVCC?

As we should all know (but not enough people do), when you build a CUDA program with NVCC, and run it on a device for which fully-compiled (SASS) code for the specific device is not included in the binary - the intermediate PTX code is JITed, and…
einpoklum
  • 118,144
  • 57
  • 340
  • 684