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
/
slang-ir-autodiff-rev.cpp
Commit message (
Expand
)
Author
Age
*
Rename some symbols related to pointers types (#8592)
Theresa Foley
2025-10-03
*
extend fiddle to allow custom lua splices in more places (#7559)
Ellie Hermaszewska
2025-07-01
*
Add debug information for slang inling (#6621)
Mukund Keshava
2025-05-10
*
Fix `UseGraph::replace` (#6395)
Sai Praveen Bangaru
2025-02-25
*
Don't initialize temp var for out parameters. (#6076)
Sai Praveen Bangaru
2025-01-13
*
Fix `markNonContextParamsAsSideEffectFree`. (#6054)
Yong He
2025-01-10
*
[Auto-diff] Overhaul auto-diff type tracking + Overhaul dynamic dispatch for ...
Sai Praveen Bangaru
2025-01-09
*
Correct IR generation for no-diff pointer type (#5976)
kaizhangNV
2025-01-02
*
Move switch statement bodies to their own lines (#5493)
Ellie Hermaszewska
2024-11-05
*
format
Ellie Hermaszewska
2024-10-29
*
Replace the word stdlib or standard-library with core-module for source code ...
Jay Kwak
2024-10-28
*
Assorted auto-diff enhancements for increased performance & more streamlined ...
Sai Praveen Bangaru
2024-10-28
*
Support `IDifferentiablePtrType` (#5031)
Sai Praveen Bangaru
2024-09-19
*
Report AD checkpoint contexts (#5058)
venkataram-nv
2024-09-18
*
Adds a warning for using `[PreferRecompute]` on methods that may contain side...
Sai Praveen Bangaru
2024-08-27
*
[SPIRV] Add NonSemanticDebugInfo for step-through debugging. (#3644)
Yong He
2024-02-28
*
Support `constref` parameters passing. (#3249)
Yong He
2023-09-28
*
Revert inlining change in #3217. (#3229)
Yong He
2023-09-21
*
Move force inlining step to before `processAutodiffCalls` (and run in loop) (...
Sai Praveen Bangaru
2023-09-20
*
Added `[AutoPyBindCUDA]` for automatic kernel binding + `[PyExport]` for expo...
Sai Praveen Bangaru
2023-09-19
*
Don't inline callees with custom derivative before autodiff. (#3196)
Yong He
2023-09-08
*
Initial support for differentiating existential types (#3111)
Sai Praveen Bangaru
2023-08-17
*
Use ankerl/unordered_dense as a hashmap implementation (#3036)
Ellie Hermaszewska
2023-08-16
*
Add auto-diff support for `IRSwizzleStore` (#3102)
Sai Praveen Bangaru
2023-08-14
*
Fix bug in legalizeFuncType that leads to invalid IR. (#2902)
Yong He
2023-05-26
*
Fix checkpoint hints for higher-order autodiff (#2869)
Sai Praveen Bangaru
2023-05-05
*
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-26
*
Support recomputing phi params in bwd prop func. (#2841)
Yong He
2023-04-25
*
Cleanup checkpointing policy impl. (#2837)
Yong He
2023-04-25
*
Dictionary using lowerCamel (#2835)
jsmall-nvidia
2023-04-25
*
Change AD checkpointing policy to recompute more. (#2836)
Yong He
2023-04-24
*
Refactor checkpointing policy and availability pass. (#2826)
Yong He
2023-04-21
*
Fix inlining. (#2786)
Yong He
2023-04-10
*
Fix autodiff pass duplicates exported functions. (#2759)
Yong He
2023-03-30
*
Type legalization and autodiff bug fixes. (#2722)
Yong He
2023-03-22
*
[TreatAsDifferentiable] functions. (#2720)
Yong He
2023-03-21
*
Fix Phi simplification bug. (#2710)
Yong He
2023-03-16
*
AD: Primal-Hoisting Rework + Checkpoint Policy Framework (#2702)
Sai Praveen Bangaru
2023-03-15
*
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
*
More fixes for reverse-mode on complicated loops (#2675)
Sai Praveen Bangaru
2023-02-27
*
Reverse-mode AD fixes for loops with non-trivial break region (#2671)
Sai Praveen Bangaru
2023-02-22
*
Miscellaneous backward autodiff fixes. (#2665)
Yong He
2023-02-20
*
AD: More legacy type handling cleanup + user-defined reverse-mode fix (#2662)
Sai Praveen Bangaru
2023-02-17
*
Remove `SharedIRBuilder`. (#2657)
Yong He
2023-02-16
*
Various auto-diff bug fixes. (#2646)
Yong He
2023-02-13
*
Reverse-mode Loop Support (#2635)
Sai Praveen Bangaru
2023-02-09
*
Arithmetic simplifications and more IR clean up logic. (#2632)
Yong He
2023-02-07
*
Patch transcription of `inout` non differentiable params. (#2623)
Yong He
2023-02-04
[next]