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-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