issues
search
mitsuba-renderer
/
drjit
Dr.Jit — A Just-In-Time-Compiler for Differentiable Rendering
BSD 3-Clause "New" or "Revised" License
597
stars
45
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Call domain isolation per (variant, domain, scope)
#313
merlinND
opened
12 hours ago
0
Add a missing #include <string>
#312
alexfh
opened
17 hours ago
0
Fix DDA for rays aligned with grid edges and zero-direction rays
#311
lnuic
closed
4 days ago
2
Add python binding for diff_array_t
#310
lnuic
closed
1 week ago
0
Fix incorrect tracking of side-effects per vectorized call target
#309
njroussel
closed
1 week ago
0
`dr.print` : Fix evaluated mode with active mask
#308
rtabbara
closed
2 weeks ago
0
call_support: allow override of the Domain
#307
merlinND
closed
3 weeks ago
3
Backport fix `dr.backward_from` and `dr.forward_from` on special types
#306
rtabbara
closed
1 month ago
0
Add support for gather/scatter of dataclass
#305
rtabbara
closed
1 month ago
3
Support higher axis numbers for dr.any and dr.all reductions
#304
zhestyatsky
opened
1 month ago
0
drjit.gather does not support PyTrees defined with @dataclass
#303
zihay
closed
1 month ago
1
fix mask type select
#302
YunHsiao
closed
1 month ago
0
Extends drjit.wrap to TensorFlow
#301
jhoydis
opened
1 month ago
5
Fix the behavior of ``copysign``, ``mulsign``, etc.
#300
wjakob
closed
1 month ago
0
Improve the behavior of control flow operations (``dr.if_stmt(), drjit.while_loop()``) in AD-suspended scopes
#299
wjakob
closed
1 month ago
1
Differentiable prefix reduction
#298
wjakob
closed
1 month ago
0
Fix scatter for JIT arrays
#297
YunHsiao
closed
1 month ago
3
Critical Dr.Jit compiler failure: cuda_check(): API error 0718 (CUDA_ERROR_INVALID_PC): "invalid program counter" in D:\a\drjit\drjit\ext\drjit-core\src\eval.cpp:395
#296
aantg
opened
1 month ago
6
Forward-mode gradients with symbolic conditionals
#295
dvicini
opened
1 month ago
2
Bump pypa/gh-action-pypi-publish from 1.5.1 to 1.10.3
#294
dependabot[bot]
opened
1 month ago
0
PyPI wheels
#293
njroussel
closed
1 month ago
3
Updated drjit-core to frozen-threadstate-prep
#292
DoeringChristian
closed
1 month ago
1
Update drjit-core submodule
#291
njroussel
closed
2 months ago
0
Add Python bindings for the jit_scope functions
#290
dvicini
closed
2 months ago
0
Changing default behaviour of reductions for tensor types.
#289
rtabbara
closed
1 month ago
1
TraversableBase intrusive interface
#288
DoeringChristian
opened
2 months ago
0
CallSupport: allow calls on derived classes
#287
merlinND
closed
2 months ago
2
Avoid generating stubs twice on Windows
#286
rtabbara
closed
2 months ago
0
Bump pypa/gh-action-pypi-publish from 1.5.1 to 1.10.2
#285
dependabot[bot]
closed
1 month ago
1
Bug report with slicing of ArrayXf
#284
XiaoXinyyx
closed
1 week ago
2
Support for indexing into zero-dim tensor
#283
rtabbara
closed
2 months ago
1
Fix loop state aliasing
#282
DoeringChristian
closed
2 months ago
0
Fixed LoopOp out of bounds read with extra non-grad variables
#281
DoeringChristian
closed
2 months ago
0
Fixed reduce_identity creating intermediate opaque
#280
DoeringChristian
closed
2 months ago
1
Allow `&` operator with masks to zero out indices
#279
njroussel
closed
2 months ago
0
Update drjit-core submodule (fix for vectorized call bounds checking)
#278
njroussel
closed
2 months ago
0
Fixed tensor initialization creating opaque
#277
DoeringChristian
closed
2 months ago
5
Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows
#276
dependabot[bot]
opened
2 months ago
0
Bump pypa/gh-action-pypi-publish from 1.5.1 to 1.10.1
#275
dependabot[bot]
closed
2 months ago
1
Bump pypa/gh-action-pypi-publish from 1.5.1 to 1.10.0
#274
dependabot[bot]
closed
2 months ago
1
Fix nested uses of `dr.wrap` with torch
#273
njroussel
closed
2 months ago
0
Fix DLPack exporting when JIT variables get migrated to the host
#272
njroussel
closed
2 months ago
0
Fix `gather_` definition for packets (avx2)
#271
DoeringChristian
closed
2 months ago
0
Gradient flow from PyTorch to DrJiT
#270
shhra
closed
2 months ago
1
Fix `dr.reinterpret_array` to vectorized class pointers
#269
njroussel
closed
2 months ago
3
Fix forward differentiation of packet scatters
#268
njroussel
closed
3 months ago
0
Tensor initialization creates opaques (regression?)
#267
DoeringChristian
closed
2 months ago
4
Custom Build on Windows drjit version troubles
#266
DanielPSchenk
closed
3 months ago
2
Fix type fetching of some Dr.Jit Python functions
#265
rtabbara
closed
3 months ago
0
Mismatch in float precision for (some) math functions
#264
dvicini
closed
3 months ago
1
Next