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-rev.h
Age
Commit message (
Expand
)
Author
2024-10-29
format
Ellie Hermaszewska
2024-10-28
Assorted auto-diff enhancements for increased performance & more streamlined ...
Sai Praveen Bangaru
2024-09-18
Report AD checkpoint contexts (#5058)
venkataram-nv
2023-09-19
Added `[AutoPyBindCUDA]` for automatic kernel binding + `[PyExport]` for expo...
Sai Praveen Bangaru
2023-04-26
Fix most of the disabled warnings on gcc/clang (#2839)
Ellie Hermaszewska
2023-04-25
Cleanup checkpointing policy impl. (#2837)
Yong He
2023-02-22
Fixed hoisting of intermediate array & context vars (#2674)
Sai Praveen Bangaru
2023-02-20
Miscellaneous backward autodiff fixes. (#2665)
Yong He
2023-02-16
Remove `SharedIRBuilder`. (#2657)
Yong He
2023-02-03
Overhaul `transposeParameterBlock` to support `inout` params. (#2621)
Yong He
2023-02-01
Support `out` parameters in backward differentiation. (#2619)
Yong He
2023-01-25
Unify UpdateField and UpdateElement with access chain. (#2611)
Yong He
2023-01-25
Cleanup IR representation of interface member derivative. (#2610)
Yong He
2023-01-14
Support custom backward derivative attribute. (#2594)
Yong He
2023-01-11
Make backward differentiation work with generics. (#2586)
Yong He
2023-01-10
Nested bwd-diff func call context save/restore. (#2584)
Yong He
2023-01-06
Split bwd_diff op into separate ops for primal and propagate func. (#2582)
Yong He
2022-12-21
Further unify the autodiff passes. (#2574)
Yong He
2022-11-22
Refactor Auto-diff passes (#2526)
Sai Praveen Bangaru