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-util.cpp
Age
Commit message (
Expand
)
Author
2023-03-16
Fix Phi simplification bug. (#2710)
Yong He
2023-03-15
Extend DCE to handle pure function calls that returns via `inout` parameters....
Yong He
2023-03-15
Properly implement differential witness of intermediate context type. (#2699)
Yong He
2023-03-13
Support high order diff pattern: `bwd_diff(fwd_diff(f))`. (#2695)
Yong He
2023-02-27
Detect and deduplicate read-only resource access. (#2680)
Yong He
2023-02-24
More control flow simplifications. (#2673)
Yong He
2023-02-20
Miscellaneous backward autodiff fixes. (#2665)
Yong He
2023-02-20
Add static for loop iteration inference. (#2659)
Yong He
2023-02-16
Overhaul global inst deduplication and cpp/cuda backend. (#2654)
Yong He
2023-02-13
Eliminate `continue` to allow unrolling any loops. (#2645)
Yong He
2023-02-13
Add Loop Unrolling Pass. (#2644)
Yong He
2023-02-10
Fix checking of `[BackwardDerivativeOf]` attribute. (#2640)
Yong He
2023-02-07
Arithmetic simplifications and more IR clean up logic. (#2632)
Yong He
2023-02-01
Support `out` parameters in backward differentiation. (#2619)
Yong He
2023-01-24
Reimplement address elimination. (#2605)
Yong He
2023-01-23
Full address insts elimination for backward autodiff. (#2604)
Yong He
2023-01-17
First custom backward-derivative test case working. (#2598)
Yong He
2023-01-14
Support custom backward derivative attribute. (#2594)
Yong He
2023-01-11
Make backward differentiation work with generics. (#2586)
Yong He
2023-01-06
Split bwd_diff op into separate ops for primal and propagate func. (#2582)
Yong He
2022-12-21
Further unify the autodiff passes. (#2574)
Yong He
2022-12-07
Lower-to-ir no longer produce `Construct` inst. (#2553)
Yong He
2022-11-02
Rework differential conformance dictionary checking. (#2483)
Yong He
2022-09-15
Run simple compute kernel in gfx-smoke test. (#2400)
Yong He
2022-08-22
Make Optional<PointerType> lower to PointerType instead of a struct. (#2373)
Yong He
2022-08-03
Basic pointer usages. (#2342)
Yong He
2022-07-25
Allow `class` to implement COM interface, [DLLExport] (#2338)
Yong He
2022-07-12
Support `class` types. (#2321)
Yong He