mitsuba-renderer / drjit

Dr.Jit — A Just-In-Time-Compiler for Differentiable Rendering
BSD 3-Clause "New" or "Revised" License
593 stars 43 forks source link

Is the location of the kernel cache controllable? #162

Closed errissa closed 1 year ago

errissa commented 1 year ago

Is there some way to change the location that DrJIT uses to cache compiled kernels from ~/.drjit to something user configurable?

njroussel commented 1 year ago

Hi @errissa

This is not something that is currently supported. If you wish to implement this yourself, here is where this path is initialized. We'd welcome a PR on this.