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-check-differentiability.cpp
Commit message (
Expand
)
Author
Age
*
no_diff diagnostics improvement (#7655)
kaizhangNV
2025-07-09
*
extend fiddle to allow custom lua splices in more places (#7559)
Ellie Hermaszewska
2025-07-01
*
Do no fail on missing no_diff annotation on non-differentiable (inputs and ou...
Ellie Hermaszewska
2025-04-04
*
Feature/initialize list side branch (#6058)
kaizhangNV
2025-02-05
*
Move switch statement bodies to their own lines (#5493)
Ellie Hermaszewska
2024-11-05
*
format
Ellie Hermaszewska
2024-10-29
*
Support `IDifferentiablePtrType` (#5031)
Sai Praveen Bangaru
2024-09-19
*
Treat global variables and parameters as non-differentiable when checking der...
Sai Praveen Bangaru
2024-07-08
*
Add ConstBufferPointer::subscript. (#3415)
Yong He
2023-12-15
*
Small type system fixes. (#3265)
Yong He
2023-10-06
*
Various slangpy fixes. (#3227)
Yong He
2023-09-21
*
fix warnings (#3224)
Ellie Hermaszewska
2023-09-21
*
Added `[AutoPyBindCUDA]` for automatic kernel binding + `[PyExport]` for expo...
Sai Praveen Bangaru
2023-09-19
*
Refactor `dmul(This, Differential)` to `dmul<T:Real>(T, Differential)` (#3029)
Sai Praveen Bangaru
2023-07-26
*
Fix data-flow analysis not propagating diff property through differentiable c...
Sai Praveen Bangaru
2023-07-21
*
Pool inst worklists and hashsets to avoid rehashing. (#2982)
Yong He
2023-07-12
*
Various fixes for autodiff and slangpy. (#2876)
Yong He
2023-05-09
*
SSA Register Allocation improvements. (#2857)
Yong He
2023-04-28
*
Fix most of the disabled warnings on gcc/clang (#2839)
Ellie Hermaszewska
2023-04-26
*
Dictionary using lowerCamel (#2835)
jsmall-nvidia
2023-04-25
*
More builtin library support in torch backend. (#2760)
Yong He
2023-03-30
*
Rework differentiability dataflow check. (#2711)
Yong He
2023-03-17
*
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
*
Improve diagnostic on differentiablitiy check. (#2687)
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
*
Remove `SharedIRBuilder`. (#2657)
Yong He
2023-02-16
*
Treat user defined backward derivative function as non differentiable. (#2650)
Yong He
2023-02-15
*
Support `out` parameters in backward differentiation. (#2619)
Yong He
2023-02-01
*
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-25
*
Reimplement address elimination. (#2605)
Yong He
2023-01-24
*
Full address insts elimination for backward autodiff. (#2604)
Yong He
2023-01-23
*
Add diagnostic for calling non-bwd-diff func from bwd-diff func. (#2602)
Yong He
2023-01-19
*
Support custom backward derivative attribute. (#2594)
Yong He
2023-01-14
*
Make differentiable data-flow pass recognize interface methods. (#2530)
Yong He
2022-11-23
*
Refactor Auto-diff passes (#2526)
Sai Praveen Bangaru
2022-11-22
*
Data flow validation pass for diagnosing derivative loss. (#2523)
Yong He
2022-11-18