-
Notifications
You must be signed in to change notification settings - Fork 250
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule drjit
updated
9 files
+293 −81 | docs/autodiff.rst | |
+4 −2 | docs/changelog.rst | |
+1 −1 | ext/drjit-core | |
+4 −4 | src/extra/call.cpp | |
+0 −2 | src/python/dlpack.cpp | |
+4 −0 | src/python/docstr.rst | |
+39 −2 | src/python/print.cpp | |
+36 −0 | tests/test_call_ext.py | |
+47 −0 | tests/test_format.py |