-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
IPU Jacobi eigh
fori_loop
transition
This PR is switching the IPU Jacobi `eigh` implementation from a Python loop to a JAX `fori_loop`, reducing massively code size and allowing Eigen decomposition on larger matrices. Note: in terms of performance, some issues still remain as Poplar compiler is adding some extra on-tile copies which in theory could be eluded.
- Loading branch information
Showing
2 changed files
with
306 additions
and
197 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
Oops, something went wrong.