-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Validations for 2.2 Release. Cherrry Pick Validation and Manual #4855
Comments
Manual Validations
|
For pytorch/pytorch#115193 issue with the launching of distributed device mesh API, I follow https://github.com/pytorch/pytorch/blob/main/torch/distributed/_tensor/README.md to run the DTensor example on devgpu
For the purpose of doing 2.2.0 release, I think that would be good enough. |
Post Release Poetry test:
|
TO Validate:
illegal memory access
fortorch.sparse.mm(src, other) / deg.view(-1, 1).clamp_(min=1)
pytorch#111574import torch
results incuInit
call pytorch#116276TensorIteratorBase::is_scalar
returnfalse
for empty numpy tensors, but true for empty Torch ones pytorch#113037torch.bmm
is significantly slower with cuBLAS>12.1.0 pytorch#114911The text was updated successfully, but these errors were encountered: