-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #342 from EnzymeAD/ap/upsampling
* fix: manually zero out the lower triangular and upper triangular values * fix: only do it in tests * revert: change in Ops.cholesky * revert: remove unnecessary changes * fix: preserve parent array tracking for reshape * test: writing to a reshaped array * test: upsample_nearest * fix: test failures due to wrappers * fix: handle lazy transpose/adjoint correctly * fix: handle wrappers in NNlibExt correctly * fix: more reshaped wrappers handling * fix: dispatches to avoid ambiguity * fix: handle diagonal wrapper gracefully * fix: compile wrapped concrete array conversion to arrays * feat: more wrapped ConcreteRArray handling * chore: apply suggestions from code review * refactor: rearrange the tests * test: add test that fails on incorrect reshape dims ordering
- Loading branch information
Showing
12 changed files
with
388 additions
and
241 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.