index
:
slang.git
master
Making it easier to work with shaders
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source
/
slang
/
slang-ir-autodiff.cpp
Age
Commit message (
Expand
)
Author
2024-09-30
Fix diagnostics for [PreferRecompute] (#5159)
Sai Praveen Bangaru
2024-09-26
Always run AD cleanup pass. (#5157)
Sai Praveen Bangaru
2024-09-19
Support `IDifferentiablePtrType` (#5031)
Sai Praveen Bangaru
2024-09-18
Report AD checkpoint contexts (#5058)
venkataram-nv
2024-08-28
Make sure `NullDifferential` and its witness are removed after autodiff. (#4958)
Yong He
2024-08-28
Make tuple types work in autodiff. (#4923)
Yong He
2024-08-27
Adds a warning for using `[PreferRecompute]` on methods that may contain side...
Sai Praveen Bangaru
2024-08-23
Make variadic generics work with interfaces and forward autodiff. (#4905)
Yong He
2024-07-19
move autodiff-decoration-stripping-pass so it always runs (#4632)
ArielG-NV
2024-03-01
Add support for bitfields (#3639)
Ellie Hermaszewska
2024-02-20
Refactor compiler option representations. (#3598)
Yong He
2024-01-24
IRSPIRVAsmOperandInst instructions may not have IRBlock as the immediate pare...
Pankaj Mistry
2023-12-15
Add ConstBufferPointer::subscript. (#3415)
Yong He
2023-12-06
Support visibility control and default to `internal`. (#3380)
Yong He
2023-09-27
Fix regression on no_diff type transcription. (#3245)
Yong He
2023-09-21
Various slangpy fixes. (#3227)
Yong He
2023-09-19
Added `[AutoPyBindCUDA]` for automatic kernel binding + `[PyExport]` for expo...
Sai Praveen Bangaru
2023-08-23
Lower all ByteAddressBuffer uses for SPIRV. (#3143)
Yong He
2023-08-17
Initial support for differentiating existential types (#3111)
Sai Praveen Bangaru
2023-08-16
Use ankerl/unordered_dense as a hashmap implementation (#3036)
Ellie Hermaszewska
2023-07-11
Add perf benchmark utility. (#2977)
Yong He
2023-05-06
Don't store loop induction values + fix minor issue (#2872)
Sai Praveen Bangaru
2023-05-05
Fix checkpoint hints for higher-order autodiff (#2869)
Sai Praveen Bangaru
2023-04-28
Fix handling of `[PreferRecompute]`. (#2855)
Sai Praveen Bangaru
2023-04-27
Small fixes to autodiff pass. (#2852)
Yong He
2023-04-26
Fix most of the disabled warnings on gcc/clang (#2839)
Ellie Hermaszewska
2023-04-26
Autodiff support for dynamically dispatched generic method. (#2846)
Yong He
2023-04-25
StringBuilder to lowerCamel (#2840)
jsmall-nvidia
2023-04-25
Dictionary using lowerCamel (#2835)
jsmall-nvidia
2023-04-24
Change AD checkpointing policy to recompute more. (#2836)
Yong He
2023-04-21
Refactor checkpointing policy and availability pass. (#2826)
Yong He
2023-04-21
AD: Various fixes around dynamic dispatch (#2820)
Sai Praveen Bangaru
2023-04-05
Register `IDifferentiable` witnesses for the differential associated types of...
Sai Praveen Bangaru
2023-03-29
Update checkpoint policy to make obvious recompute decisions. (#2753)
Yong He
2023-03-28
AD: Warped-Area-Sampling test works now. (#2742)
Sai Praveen Bangaru
2023-03-24
Fix nested bwdContextType lowering. (#2731)
Yong He
2023-03-23
Fix various autodiff crashes related to interface usage. (#2730)
Yong He
2023-03-22
Type legalization and autodiff bug fixes. (#2722)
Yong He
2023-03-21
Fix associated type resolution bug. (#2719)
Yong He
2023-03-16
Fix Phi simplification bug. (#2710)
Yong He
2023-03-15
AD: Primal-Hoisting Rework + Checkpoint Policy Framework (#2702)
Sai Praveen Bangaru
2023-03-15
Properly implement differential witness of intermediate context type. (#2699)
Yong He
2023-03-14
Support `fwd_diff(bwd_diff(f))`. (#2697)
Yong He
2023-03-13
Support high order diff pattern: `bwd_diff(fwd_diff(f))`. (#2695)
Yong He
2023-03-08
Add support for `[PrimalSubstitute]` and `[PrimalSubstituteOf]`. (#2691)
Yong He
2023-02-27
Diagnose on storing differentiable value into non-differentiable location. (#...
Yong He
2023-02-20
Miscellaneous backward autodiff fixes. (#2665)
Yong He
2023-02-17
Proper reverse-mode loop handling with splitting + inversion steps (#2656)
Sai Praveen Bangaru
2023-02-16
Remove `SharedIRBuilder`. (#2657)
Yong He
2023-02-09
Reverse-mode Loop Support (#2635)
Sai Praveen Bangaru
[next]