-
Notifications
You must be signed in to change notification settings - Fork 242
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
+1 −1 | docs/release.rst | |
+15 −2 | include/drjit/autodiff.h | |
+24 −4 | include/drjit/call.h | |
+1 −1 | pyproject.toml | |
+10 −2 | src/python/autodiff.cpp | |
+24 −9 | src/python/memop.cpp | |
+55 −0 | tests/test_annotations.py | |
+37 −0 | tests/test_autodiff.py | |
+30 −6 | tests/test_memop.py |