summaryrefslogtreecommitdiff
path: root/source/slang/slang-ir-check-differentiability.cpp
AgeCommit message (Expand)Author
2025-07-01extend fiddle to allow custom lua splices in more places (#7559)Ellie Hermaszewska
2025-04-04Do no fail on missing no_diff annotation on non-differentiable (inputs and ou...Ellie Hermaszewska
2025-02-05Feature/initialize list side branch (#6058)kaizhangNV
2024-11-05Move switch statement bodies to their own lines (#5493)Ellie Hermaszewska
2024-10-29formatEllie Hermaszewska
2024-09-19Support `IDifferentiablePtrType` (#5031)Sai Praveen Bangaru
2024-07-08Treat global variables and parameters as non-differentiable when checking der...Sai Praveen Bangaru
2023-12-15Add ConstBufferPointer::subscript. (#3415)Yong He
2023-10-06Small type system fixes. (#3265)Yong He
2023-09-21Various slangpy fixes. (#3227)Yong He
2023-09-21fix warnings (#3224)Ellie Hermaszewska
2023-09-19Added `[AutoPyBindCUDA]` for automatic kernel binding + `[PyExport]` for expo...Sai Praveen Bangaru
2023-07-26Refactor `dmul(This, Differential)` to `dmul<T:Real>(T, Differential)` (#3029)Sai Praveen Bangaru
2023-07-21Fix data-flow analysis not propagating diff property through differentiable c...Sai Praveen Bangaru
2023-07-12Pool inst worklists and hashsets to avoid rehashing. (#2982)Yong He
2023-05-09Various fixes for autodiff and slangpy. (#2876)Yong He
2023-04-28SSA Register Allocation improvements. (#2857)Yong He
2023-04-26Fix most of the disabled warnings on gcc/clang (#2839)Ellie Hermaszewska
2023-04-25Dictionary using lowerCamel (#2835)jsmall-nvidia
2023-03-30More builtin library support in torch backend. (#2760)Yong He
2023-03-17Rework differentiability dataflow check. (#2711)Yong He
2023-03-16Fix Phi simplification bug. (#2710)Yong He
2023-03-13Support high order diff pattern: `bwd_diff(fwd_diff(f))`. (#2695)Yong He
2023-03-08Add support for `[PrimalSubstitute]` and `[PrimalSubstituteOf]`. (#2691)Yong He
2023-03-01Improve diagnostic on differentiablitiy check. (#2687)Yong He
2023-02-27Diagnose on storing differentiable value into non-differentiable location. (#...Yong He
2023-02-20Miscellaneous backward autodiff fixes. (#2665)Yong He
2023-02-20Add static for loop iteration inference. (#2659)Yong He
2023-02-16Remove `SharedIRBuilder`. (#2657)Yong He
2023-02-15Treat user defined backward derivative function as non differentiable. (#2650)Yong He
2023-02-01Support `out` parameters in backward differentiation. (#2619)Yong He
2023-01-25Unify UpdateField and UpdateElement with access chain. (#2611)Yong He
2023-01-25Cleanup IR representation of interface member derivative. (#2610)Yong He
2023-01-24Reimplement address elimination. (#2605)Yong He
2023-01-23Full address insts elimination for backward autodiff. (#2604)Yong He
2023-01-19Add diagnostic for calling non-bwd-diff func from bwd-diff func. (#2602)Yong He
2023-01-14Support custom backward derivative attribute. (#2594)Yong He
2022-11-23Make differentiable data-flow pass recognize interface methods. (#2530)Yong He
2022-11-22Refactor Auto-diff passes (#2526)Sai Praveen Bangaru
2022-11-18Data flow validation pass for diagnosing derivative loss. (#2523)Yong He