albanD

Results 21 issues of albanD

Today, when doing `t.grad_fn.register_hook(foo)`, this registers a post hook on the Node corresponding to `t.grad_fn`. There is no API to add a pre-hook and we should add one. Adding a...

module: autograd
triaged
actionable

In the context of AOTAutograd, we want to be able to use anomaly mode to enhance the backward graph with information about the forward's stack trace. Such information can be...

module: autograd
triaged
actionable

Empty (with no point) experiments are not listed in the GET `/data` endpoint properly [here](https://github.com/torrvision/crayon/blob/master/doc/specs.md#experience-management). Even though it properly raises an error when trying to create a new one with...

bug

Currently it's a bloody mess. Let's urgently fix that. # TODO - [ ] Clean up commns (and switch to `requests`) - [ ] Flask class - [ ] pep8

urgent

### This issue is to have a centralized place to list and track work on adding support to new ops for the MPS backend. [**PyTorch MPS Ops Project**](https://github.com/users/kulinseth/projects/1/views/1) : Project...

feature
triaged
tracker
module: mps

Should be convenient when writing python-only kernels (with triton) that don't have access to the C++ APIs.

ciflow/trunk
release notes: autograd
topic: new feature

This does not introduce a new test but is tested by checking that all the classes we already have still behave as before now that they don't explicitly disable torch_function....

module: bc-breaking
release notes: python_frontend
topic: bc_breaking

Failures like https://github.com/pytorch/pytorch/actions/runs/6853039805/job/18639703059 where windows build fails to build then lead to the upload step to fail as well. In the hud page https://hud.pytorch.org/pytorch/pytorch/pull/112882?sha=c4ed27d4394c6bb88f621483882c2b30019e4696 , the failed upload is the...

**This has not been extensively tested (only mistral 7b) and more of a proposal!** This change does the follow: - Create the model on the meta device - Load the...

CLA Signed

As per title. We expect people to use it before pushing any PR.

topic: not user facing
ci-td-distributed