mitsuba-renderer / drjit

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

Add missing support for JIT types in certain matrix operations #182

Closed njroussel closed 1 year ago

njroussel commented 1 year ago

This adds support for the following matrix operations/functions on JIT types:

Fixes #177

The existing tests were modified such that they no longer only cover the scalar types.