mitsuba-renderer / drjit

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

Fix DLPack exporting when JIT variables get migrated to the host #272

Closed njroussel closed 2 months ago

njroussel commented 2 months ago

(Run for CI)

The DLPack export shouldn't replace the source Python object if it the result of a device->host migration.