Skip to content

Tags: pytorch/pytorch

Tags

viable/strict/1765891820

Toggle viable/strict/1765891820's commit message
[pallas backend] Fix load and reduction codegen for mean operations (#…

…170464)

Pull Request resolved: #170464
Approved by: https://github.com/yf225
ghstack dependencies: #170451

viable/strict/1765888076

Toggle viable/strict/1765888076's commit message
[BE][MPS] Don't pass `nnz` to `mark_segments` (#170403)

Fixes following unused variable warning
```
/Users/malfet/git/pytorch/pytorch/aten/src/ATen/native/sparse/mps/kernels/SparseTensorMath.metal:288:27: warning: unused parameter 'nnz' [-Wunused-parameter]
    constant uint&        nnz     [[buffer(2)]],
```

Also, use short circuit language rule to make kernel more compact
Pull Request resolved: #170403
Approved by: https://github.com/Skylion007

viable/strict/1765882417

Toggle viable/strict/1765882417's commit message
Add supported StableIValue types to docs (#168385)

Pull Request resolved: #168385
Approved by: https://github.com/albanD

viable/strict/1765880778

Toggle viable/strict/1765880778's commit message
[c10d] Add thread safety when calling ncclCommGetAsyncError (#170424)

Fixes #169484

Pull Request resolved: #170424
Approved by: https://github.com/kwen2501

viable/strict/1765868197

Toggle viable/strict/1765868197's commit message
[Flex flash]Fix for latest commits (#170481)

Pull Request resolved: #170481
Approved by: https://github.com/v0i0

viable/strict/1765860962

Toggle viable/strict/1765860962's commit message
Revert "[DebugMode] add DebugInterpreter for fx.Node metadata in eage…

…r/aot_eager compiled regions (#170125)"

This reverts commit cf935bc.

Reverted #170125 on behalf of https://github.com/pytorch-auto-revert due to Reverted automatically by pytorch's autorevert, to avoid this behaviour add the tag autorevert: disable ([comment](#170125 (comment)))

trunk/956911937d267b980858f80491fb4e4225afa6fe

Toggle trunk/956911937d267b980858f80491fb4e4225afa6fe's commit message
Add input_size validation for RNN modules with clear error messages (#…

…166302)

Validates that input_size is an int > 0, providing clear TypeError/ValueError instead of cryptic torch.empty() errors. Applies to nn.RNN, nn.LSTM, nn.GRU.

Fixes #136936

Pull Request resolved: #166302
Approved by: https://github.com/mikaylagawarecki

trunk/225496166b82ea421c55af2fdb75036bf99efc98

Toggle trunk/225496166b82ea421c55af2fdb75036bf99efc98's commit message
[CI] fix test_pointwise_ops.py test_mul_div_scalar_partial (#170510)

Support any world size; 2, 3 or 4.

Pull Request resolved: #170510
Approved by: https://github.com/jeffdaily

Co-authored-by: Jeff Daily <[email protected]>

trunk/66407ac9cbb5a56a5de167fbac17a9a198fd355a

Toggle trunk/66407ac9cbb5a56a5de167fbac17a9a198fd355a's commit message
Fix vllm issue for flex (#170499)

Fixess #170499

Pull Request resolved: #170499
Approved by: https://github.com/zou3519

trunk/9407f0951682dd6817aa37c8fec9e1532c0dd039

Toggle trunk/9407f0951682dd6817aa37c8fec9e1532c0dd039's commit message
Revert "[DebugMode] add DebugInterpreter for fx.Node metadata in eage…

…r/aot_eager compiled regions (#170125)"

This reverts commit cf935bc.

Reverted #170125 on behalf of https://github.com/pytorch-auto-revert due to Reverted automatically by pytorch's autorevert, to avoid this behaviour add the tag autorevert: disable ([comment](#170125 (comment)))