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
/
source
/
slang
/
diff.meta.slang
Commit message (
Expand
)
Author
Age
*
Cleaner impl of unary stdlib derivative functions. (#2785)
Yong He
2023-04-10
*
Fix stdlib definitions for tensor interlocked methods. (#2761)
Yong He
2023-03-30
*
More builtin library support in torch backend. (#2760)
Yong He
2023-03-30
*
Add slangpy doc, fix cuda prelude. (#2748)
Yong He
2023-03-28
*
Small fixes and cleanups on CUDA/CPP codegen. (#2746)
Yong He
2023-03-28
*
Add PyTorch C++ binding generation. (#2734)
Yong He
2023-03-26
*
Added `[BackwardDifferentiable]` tags for intrinsic + builtin methods (#2732)
Sai Praveen Bangaru
2023-03-24
*
Type legalization and autodiff bug fixes. (#2722)
Yong He
2023-03-22
*
Fix Phi simplification bug. (#2710)
Yong He
2023-03-16
*
Support high order diff pattern: `bwd_diff(fwd_diff(f))`. (#2695)
Yong He
2023-03-13
*
Add support for `[PrimalSubstitute]` and `[PrimalSubstituteOf]`. (#2691)
Yong He
2023-03-08
*
Reuse higher-order `ResolveInvoke` logic to resolve func refs in `[*Derivativ...
Yong He
2023-03-07
*
Implement derivatives for HLSL intrinsics. (#2684)
Yong He
2023-03-01
*
Diagnose on storing differentiable value into non-differentiable location. (#...
Yong He
2023-02-27
*
Miscellaneous backward autodiff fixes. (#2665)
Yong He
2023-02-20
*
Add static for loop iteration inference. (#2659)
Yong He
2023-02-20
*
Add backward derivatives for functions in diff.meta.slang (#2633)
winmad
2023-02-07
*
Overhaul `transposeParameterBlock` to support `inout` params. (#2621)
Yong He
2023-02-03
*
Make ArrayExpressionType a DeclRefType and define its autodiff extension in s...
Yong He
2023-01-30
*
First custom backward-derivative test case working. (#2598)
Yong He
2023-01-17
*
Frontend work for `[BackwardDerivative]` and `[BackwardDerivativeOf]`. (#2589)
Yong He
2023-01-13
*
Add `diffPair` stdlib function. (#2560)
Yong He
2022-12-09
*
Auto-diff for matrix operations. (#2559)
Yong He
2022-12-08
*
Add helper functions to update DifferentialPair (#2547)
winmad
2022-12-02
*
Allow `no_diff` on `this` parameter. (#2543)
Yong He
2022-12-01
*
Adding some math functions and their derivatives (#2497)
winmad
2022-11-14
*
Minimum binary arithmetic reverse autodiff working. (#2514)
Edward Liu
2022-11-14
*
Add `[ForwardDerivativeOf]` attribute. (#2501)
Yong He
2022-11-09
*
Make `__BuiltinFloatingPointType` conform to `IDifferentiable`. (#2499)
Yong He
2022-11-08
*
Use property for `DifferentialPair` accessors. (#2493)
Yong He
2022-11-04
*
Higher order differentiation. (#2487)
Yong He
2022-11-04
*
Added a vector intrinsic definition for exp (to serve as template for other v...
Sai Praveen Bangaru
2022-11-01
*
Make `DifferentialPair` able to nest. (#2477)
Yong He
2022-11-01
*
Rename 'IDifferentiable.zero' -> `IDifferentiable.dzero`. (#2474)
Yong He
2022-10-27
*
Rename `[__custom_jvp]` -> `[ForwardDerivative]`. (#2473)
Yong He
2022-10-27
*
Rename `JVPDerivativeModifier` -> `ForwardDifferentiableAttribute`. (#2472)
Yong He
2022-10-27
*
Auto synthesis of IDifferntial interface methods. (#2469)
Yong He
2022-10-27
*
Adding a differentiable standard library (#2465)
Sai Praveen Bangaru
2022-10-26
*
Auto synthesis of Differential type (#2466)
Yong He
2022-10-26
*
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