summaryrefslogtreecommitdiffstats
path: root/tests/autodiff/reverse-struct-types.slang.expected.txt
Commit message (Collapse)AuthorAge
* Added support for nested calls (#2562)Sai Praveen Bangaru2022-12-12
| | | | | | | * Added initial support for nested calls * removed comments Co-authored-by: Yong He <yonghe@outlook.com>
* 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