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-check-differentiability.cpp
Age
Commit message (
Expand
)
Author
2023-10-06
Small type system fixes. (#3265)
Yong He
2023-09-21
Various slangpy fixes. (#3227)
Yong He
2023-09-21
fix warnings (#3224)
Ellie Hermaszewska
2023-09-19
Added `[AutoPyBindCUDA]` for automatic kernel binding + `[PyExport]` for expo...
Sai Praveen Bangaru
2023-07-26
Refactor `dmul(This, Differential)` to `dmul<T:Real>(T, Differential)` (#3029)
Sai Praveen Bangaru
2023-07-21
Fix data-flow analysis not propagating diff property through differentiable c...
Sai Praveen Bangaru
2023-07-12
Pool inst worklists and hashsets to avoid rehashing. (#2982)
Yong He
2023-05-09
Various fixes for autodiff and slangpy. (#2876)
Yong He
2023-04-28
SSA Register Allocation improvements. (#2857)
Yong He
2023-04-26
Fix most of the disabled warnings on gcc/clang (#2839)
Ellie Hermaszewska
2023-04-25
Dictionary using lowerCamel (#2835)
jsmall-nvidia
2023-03-30
More builtin library support in torch backend. (#2760)
Yong He
2023-03-17
Rework differentiability dataflow check. (#2711)
Yong He
2023-03-16
Fix Phi simplification bug. (#2710)
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-03-01
Improve diagnostic on differentiablitiy check. (#2687)
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-20
Add static for loop iteration inference. (#2659)
Yong He
2023-02-16
Remove `SharedIRBuilder`. (#2657)
Yong He
2023-02-15
Treat user defined backward derivative function as non differentiable. (#2650)
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-24
Reimplement address elimination. (#2605)
Yong He
2023-01-23
Full address insts elimination for backward autodiff. (#2604)
Yong He
2023-01-19
Add diagnostic for calling non-bwd-diff func from bwd-diff func. (#2602)
Yong He
2023-01-14
Support custom backward derivative attribute. (#2594)
Yong He
2022-11-23
Make differentiable data-flow pass recognize interface methods. (#2530)
Yong He
2022-11-22
Refactor Auto-diff passes (#2526)
Sai Praveen Bangaru
2022-11-18
Data flow validation pass for diagnosing derivative loss. (#2523)
Yong He