summaryrefslogtreecommitdiffstats
path: root/source/slang/slang-ir-util.cpp
Commit message (Expand)AuthorAge
...
* Fix checking of `[BackwardDerivativeOf]` attribute. (#2640)Yong He2023-02-10
* Arithmetic simplifications and more IR clean up logic. (#2632)Yong He2023-02-07
* Support `out` parameters in backward differentiation. (#2619)Yong He2023-02-01
* Reimplement address elimination. (#2605)Yong He2023-01-24
* Full address insts elimination for backward autodiff. (#2604)Yong He2023-01-23
* First custom backward-derivative test case working. (#2598)Yong He2023-01-17
* Support custom backward derivative attribute. (#2594)Yong He2023-01-14
* Make backward differentiation work with generics. (#2586)Yong He2023-01-11
* Split bwd_diff op into separate ops for primal and propagate func. (#2582)Yong He2023-01-06
* Further unify the autodiff passes. (#2574)Yong He2022-12-21
* Lower-to-ir no longer produce `Construct` inst. (#2553)Yong He2022-12-07
* Rework differential conformance dictionary checking. (#2483)Yong He2022-11-02
* Run simple compute kernel in gfx-smoke test. (#2400)Yong He2022-09-15
* Make Optional<PointerType> lower to PointerType instead of a struct. (#2373)Yong He2022-08-22
* Basic pointer usages. (#2342)Yong He2022-08-03
* Allow `class` to implement COM interface, [DLLExport] (#2338)Yong He2022-07-25
* Support `class` types. (#2321)Yong He2022-07-12