Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix IPU Jacobi eigh algorithm when size % 4 == 2
The recent improvement in PR #49 introduced a regression in Jacobi `eigh`, raising an error when size % 4 == 2. This is due to the partial loop unrolling in Jacobi second update stage. This PR is fixing the issue by passing explicitely the offset and size of the workload to the vertex.
- Loading branch information