-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adapt Dr.Jit to Dr.Jit-Core code generation
This PR makes Dr.Jit compatible with the following Dr.Jit-Core PRs: - mitsuba-renderer/drjit-core#40 - mitsuba-renderer/drjit-core#41
- Loading branch information
Showing
3 changed files
with
3 additions
and
6 deletions.
There are no files selected for viewing
Submodule drjit-core
updated
19 files
+3 −18 | include/drjit-core/state.h | |
+4 −12 | src/api.cpp | |
+2 −1 | src/cuda_api.cpp | |
+63 −35 | src/eval.cpp | |
+47 −21 | src/eval.h | |
+34 −44 | src/eval_cuda.cpp | |
+33 −60 | src/eval_llvm.cpp | |
+7 −0 | src/hash.h | |
+17 −15 | src/llvm_api.cpp | |
+19 −2 | src/loop.cpp | |
+9 −14 | src/op.cpp | |
+15 −10 | src/optix_api.cpp | |
+19 −28 | src/printf.cpp | |
+19 −10 | src/var.cpp | |
+3 −0 | src/var.h | |
+105 −114 | src/vcall.cpp | |
+2 −0 | src/vcall.h | |
+1 −5 | tests/ekloop.h | |
+21 −10 | tests/vcall.cpp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters