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