index
:
slang.git
master
Making it easier to work with shaders
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
autodiff
/
generic-jvp.slang
Commit message (
Expand
)
Author
Age
*
Fix 7723 - Add autodiff tests (#7919)
Harsh Aggarwal (NVIDIA)
2025-08-06
*
Correct the `generic-jvp.slang` test (#4900)
ArielG-NV
2024-08-26
*
Refactor `dmul(This, Differential)` to `dmul<T:Real>(T, Differential)` (#3029)
Sai Praveen Bangaru
2023-07-26
*
Make differentiable data-flow pass recognize interface methods. (#2530)
Yong He
2022-11-23
*
Use property for `DifferentialPair` accessors. (#2493)
Yong He
2022-11-04
*
Make `DifferentialPair` able to nest. (#2477)
Yong He
2022-11-01
*
Rename 'IDifferentiable.zero' -> `IDifferentiable.dzero`. (#2474)
Yong He
2022-10-27
*
Rename `JVPDerivativeModifier` -> `ForwardDifferentiableAttribute`. (#2472)
Yong He
2022-10-27
*
Rename `__jvp`-->`__fwd_diff`. (#2471)
Yong He
2022-10-27
*
Rework differentiation of member access through `[DerivativeMember(DiffType.f...
Yong He
2022-10-24
*
Modified the new type system to support generic differentiable types … (#2413)
Sai Praveen Bangaru
2022-10-20
*
Added a new differential type system and various improvements (#2343)
Sai Praveen Bangaru
2022-08-05