English

Dr.Jit: A Just-In-Time Compiler for Differentiable Rendering

Graphics 2026-05-26 v2

Abstract

Dr..Jit is a new just-in-time compiler for physically based rendering and its derivative. Dr..Jit expedites research on these topics in two ways: first, it traces high-level simulation code (e.g., written in Python) and aggressively simplifies and specializes the resulting program representation, producing data-parallel kernels with state-of-the-art performance on CPUs and GPUs. Second, it simplifies the development of differentiable rendering algorithms. Efficient methods in this area turn the derivative of a simulation into a simulation of the derivative. Dr..Jit provides fine-grained control over the process of automatic differentiation to help with this transformation. Specialization is particularly helpful in the context of differentiation, since large parts of the simulation ultimately do not influence the computed gradients. Dr..Jit tracks data dependencies globally to find and remove redundant computation.

Keywords

Cite

@article{arxiv.2202.01284,
  title  = {Dr.Jit: A Just-In-Time Compiler for Differentiable Rendering},
  author = {Wenzel Jakob and Sébastien Speierer and Nicolas Roussel and Delio Vicini},
  journal= {arXiv preprint arXiv:2202.01284},
  year   = {2026}
}

Comments

To appear at SIGGRAPH 2022

R2 v1 2026-06-24T09:16:42.049Z