Revision 259a015feb9d4ab65e8fbba32f6c777e92780cc7 authored by Yong He on 23 March 2023, 04:16:35 UTC, committed by GitHub on 23 March 2023, 04:16:35 UTC
* Bug fixes.

* Fix.

* Only perform autodiff for functions whose derivative is actually used.

* Fix loop optimize bug.

* Fix high order diff.

* Fix trivial diff func generation.

* Fixes.

* Cleanup.

---------

Co-authored-by: Yong He <yhe@nvidia.com>
1 parent d4f99c8
Raw File
.gitattributes
# indicate generated files so they don't appear in GitHub diffs
*.slang.cpp linguist-generated
back to top