summaryrefslogtreecommitdiffstats
path: root/tests/autodiff/reverse-vector-arithmetic.slang.expected.txt
Commit message (Collapse)AuthorAge
* More type support for reverse-mode (#2551)Sai Praveen Bangaru2022-12-08
* Add vector arithmetic test. Make gradient accumulation work for any IRLoad * Added support for general vector types, and split transposition into transpose & materialize to allow emitting the fully accumulated gradient for complex types. * Several bug fixes + finished up support for vector & struct types + removed prop pass * minor fixes (int/uint casts) * Removed IRConstruct * Added some type casts to prevent warnings * minor fix for unused variable