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