summaryrefslogtreecommitdiffstats
path: root/source/slang/slang-ir-autodiff-fwd.cpp
Commit message (Expand)AuthorAge
* Clean up Slang IR representation of undefined values (#8708)Theresa Foley2025-10-15
* Rename some symbols related to pointers types (#8592)Theresa Foley2025-10-03
* extend fiddle to allow custom lua splices in more places (#7559)Ellie Hermaszewska2025-07-01
* Fix intermittent debug failures with Debug build (#7369)Jay Kwak2025-06-12
* Make interface types non c-style in Slang2026. (#7260)Yong He2025-06-04
* Add debug information for slang inling (#6621)Mukund Keshava2025-05-10
* Add IREnumType to distinguish enums from ints and each other (#6973)Julius Ikkala2025-05-03
* Add flag to hoist instructions (#6740)jarcherNV2025-04-11
* Add auto-diff support for `GetOffsetPtr` (#6625)Sai Praveen Bangaru2025-03-17
* Fix crash when swizzling non-differentiable types (#6613)Sai Praveen Bangaru2025-03-17
* Fix `UseGraph::replace` (#6395)Sai Praveen Bangaru2025-02-25
* Improve performance when compiling small shaders. (#6396)Yong He2025-02-23
* Support stage_switch. (#6311)Yong He2025-02-06
* Add coop-vec insts to non-differentiable insts list (#6227)Sai Praveen Bangaru2025-01-30
* [Auto-diff] Overhaul auto-diff type tracking + Overhaul dynamic dispatch for ...Sai Praveen Bangaru2025-01-09
* Add `OpPrintf` to non-differentiable insts list (#5718)Sai Praveen Bangaru2024-12-02
* Move switch statement bodies to their own lines (#5493)Ellie Hermaszewska2024-11-05
* formatEllie Hermaszewska2024-10-29
* Replace the word stdlib or standard-library with core-module for source code ...Jay Kwak2024-10-28
* Support `IDifferentiablePtrType` (#5031)Sai Praveen Bangaru2024-09-19
* Make tuple types work in autodiff. (#4923)Yong He2024-08-28
* Make variadic generics work with interfaces and forward autodiff. (#4905)Yong He2024-08-23
* Tuple swizzling, concat, comparison and `countof`. (#4856)Yong He2024-08-19
* Allow passing sized array to unsized array parameter. (#4744)Yong He2024-07-26
* Partial implementation of static_assert (#4294)Jay Kwak2024-06-10
* Improve compile time performance. (#3857)Yong He2024-05-29
* Add `-minimum-slang-optimization` to favor compile time. (#4186)Yong He2024-05-17
* Switch to direct-to-spirv backend as default. (#4002)Yong He2024-04-23
* Enable NonUniformResourceIndex support for glsl, hlsl and spirv (#3899)sriramm-nv2024-04-19
* ForceInline SampleLevel to allow decorations to be applied (#3977)sriramm-nv2024-04-18
* [SPIRV] Add NonSemanticDebugInfo for step-through debugging. (#3644)Yong He2024-02-28
* AD: Handle case where struct is created with `no_diff`-wrapped operands. (#3629)Sai Praveen Bangaru2024-02-26
* Refactor compiler option representations. (#3598)Yong He2024-02-20
* Atomics+Wave ops intrinsics fixes. (#3542)Yong He2024-02-02
* Add ConstBufferPointer::subscript. (#3415)Yong He2023-12-15
* Fix crash when writing to `no_diff` out parameter. (#3308)Yong He2023-11-02
* Add `kIROp_BitOr` to known non-differentiable inst list. (#3259)Yong He2023-10-04
* SPIRV compiler performance fixes. (#3258)Yong He2023-10-04
* Avoid make copies of __ref parameters when doing autodiff. (#3242)Yong He2023-09-27
* Revert inlining change in #3217. (#3229)Yong He2023-09-21
* Various slangpy fixes. (#3227)Yong He2023-09-21
* Move force inlining step to before `processAutodiffCalls` (and run in loop) (...Sai Praveen Bangaru2023-09-20
* Don't inline callees with custom derivative before autodiff. (#3196)Yong He2023-09-08
* Initial support for differentiating existential types (#3111)Sai Praveen Bangaru2023-08-17
* Use ankerl/unordered_dense as a hashmap implementation (#3036)Ellie Hermaszewska2023-08-16
* Add auto-diff support for `IRSwizzleStore` (#3102)Sai Praveen Bangaru2023-08-14
* Support per field matrix layout (#3101)Yong He2023-08-14
* Fix div-by-zero error during sccp. (#2911)Yong He2023-05-31
* Generate faster derivative for div by const operations. (#2877)Yong He2023-05-10
* Fix function side-effectness prop logic. (#2875)Yong He2023-05-09