Pinned
542 contributions in the last year
Activity overview
Contributed to
pytorch/pytorch,
IvanYashchuk/jax-fenics,
IvanYashchuk/jax-fenics-adjoint
and 5 other
repositories
Contribution activity
January 2021
Created 32 commits in 4 repositories
Created 1 repository
Created a pull request in pytorch/pytorch that received 18 comments
Port cholesky_inverse to ATen
Now we can remove _th_potri!
Compared to the original TH-based cholesky_inverse, complex (#33152) and batched inputs (#7500) are now supported both…
+413
−294
•
18
comments
Opened 16 other pull requests in 3 repositories
pytorch/pytorch
3
open
6
closed
- Added CUDA support for torch.orgqr
- Fixed SVD ignoring "some/full_matrices" flag for empty inputs
- Added OpInfo-based testing of some linalg functions
- Make torch.svd return V, not V.conj() for complex inputs
- Added OpInfo-based testing of triangular_solve
- Port CPU torch.orgqr to ATen [ci-all]
- Port CPU torch.orgqr to ATen
- Added linalg.inv [ci-all]
- Added linalg.inv #2
IvanYashchuk/firedrake-numpy-adjoint
5
merged
IvanYashchuk/jax-fenics-adjoint
2
merged
Reviewed 7 pull requests in 1 repository
pytorch/pytorch 7 pull requests
- symeig backward for repeated eigenvalues
- Rewrite kron with broadcasting at::mul
- Port CPU torch.orgqr to ATen
- OpInfo JIT op.output_func handling support
- Add cusolver gesvdj and gesvdjBatched to the backend of torch.svd
- Implements `torch.linalg.lstsq`
- svd_backward: more memory and computationally efficient.
Created an issue in pytorch/xla that received 2 comments
[PT_BREAK] pinverse test fails when changing the SVD function
torch.svd (at::svd) and torch.linalg.svd (at::linalg_svd). When I tried changing at::pinverse to use …
2
comments

