Ivan Yashchuk

Results 27 issues of Ivan Yashchuk

### Description This PR removes the use of `prims.var` in the implementation of the `var` reference because there's no need for `var` to be a primitive. ### Testing No new...

open source
cla signed
module: primTorch

Hello @charlesm93, here are my friendly suggestions on the section you wrote. I propose renaming "algebraic equations" -> "nonlinear system" as the same results hold for this more general case...

These patches should `fix` https://github.com/pytorch/pytorch/issues/70111 and https://github.com/pytorch/pytorch/issues/57482. However, the failure in these issues is observed only on Windows CI (I think it's GPU dependent, not OS) and this package is...

cla signed

It's possible now to add a few settings to Azure pipelines as documented here https://conda-forge.org/docs/maintainer/conda_forge_yml.html#azure-config. However, it's not possible currently to add additional steps. See for example [this post in...

Examples use old function names and should be updated. It's a good idea to add to CI with a maximum number of iterations to test they run without fails.

New ref: `torch._refs.sum_to_size`. View consistency validation is disabled because the ref returns a view instead of returning the input.

open source
cla signed
module: primTorch

The time has come to remove deprecated linear algebra related functions. This PR removes `torch.lstsq`. There's a note in `tools/codegen/gen.py` about `lstsq` schema in `native_function.yaml` that I will not remove:...

triaged
open source
module: linear algebra
module: deprecation
cla signed
ciflow/trunk

`torch.symeig` was deprecated in 1.9 release and will be removed in the next 1.11 release. This PR removes `symeig` and replaces it with `linalg_eigh`. https://github.com/pytorch/pytorch/pull/69857 that removes deprecated functions in...

The time has come to remove deprecated linear algebra related functions. This PR removes `torch.symeig`. - [x] XLA PR: https://github.com/pytorch/xla/pull/4498 cc @jianyuh @nikitaved @pearu @mruberry @walterddr @xwang233 @Lezcano @mcarilli @ptrblck...

triaged
open source
module: linear algebra
module: deprecation
module: amp (automated mixed precision)
Merged
cla signed
Reverted
ciflow/trunk
release notes: linalg_frontend
topic: deprecation
ciflow/unstable

Fake tensors were not working with `torch.ops.nvprims` functions because the fake tensors code expects to see the "prim_meta_impl" attribute that was missing. Also fixes https://github.com/pytorch/pytorch/issues/87236 cc @kevinstephano @jjsjann123

triaged
open source
Stale
module: nvfuser
ciflow/inductor