Skip to content

Issues: pytorch/pytorch

[v2.3.1] Release Tracker
#125425 opened May 2, 2024 by atalman
Open 28
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

Author
Filter by author
Label
Filter by label
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Milestones
Filter by milestone
Assignee
Filter by who’s assigned
Sort

Issues list

Setting a float, complex or bool type value to precision argument of set_printoptions() has problem when creating a float, complex or bool type tensor module: python frontend For issues relating to PyTorch's Python frontend topic: fuzzer triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module
#127083 opened May 24, 2024 by hyperkai
indices_or_sections parameter of hsplit() doesn't work while sections or indices parameter works module: python frontend For issues relating to PyTorch's Python frontend topic: fuzzer triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module
#127020 opened May 23, 2024 by hyperkai
indices_or_sections parameter of vsplit() doesn't work while sections or indices parameter works module: python frontend For issues relating to PyTorch's Python frontend topic: fuzzer triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module
#127019 opened May 23, 2024 by hyperkai
indices_or_sections parameter of tensor_split() doesn't work while sections, indices or tensor_indices_or_sections parameter works module: python frontend For issues relating to PyTorch's Python frontend topic: fuzzer triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module
#127010 opened May 23, 2024 by hyperkai
indices_or_sections parameter of dsplit() doesn't work while sections or indices parameter works module: python frontend For issues relating to PyTorch's Python frontend topic: fuzzer triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module
#127009 opened May 23, 2024 by hyperkai
tensor_split() with indices_or_sections= doesn't work while tensor_split() without indices_or_sections= works module: python frontend For issues relating to PyTorch's Python frontend topic: fuzzer triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module
#126949 opened May 23, 2024 by hyperkai
dsplit() with indices_or_sections= doesn't work while dsplit() without indices_or_sections= works module: python frontend For issues relating to PyTorch's Python frontend topic: fuzzer triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module
#126947 opened May 23, 2024 by hyperkai
The problem of dtype and device parameter of eye() module: docs Related to our documentation, both in docs/ and docblocks module: python frontend For issues relating to PyTorch's Python frontend triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module
#126837 opened May 22, 2024 by hyperkai
The doc of diagonal() doesn't have such an explanation actionable module: docs Related to our documentation, both in docs/ and docblocks module: python frontend For issues relating to PyTorch's Python frontend triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module
#126827 opened May 21, 2024 by hyperkai
One complex number or boolean value of a 1D or more D tensor with argmax() and dim= works actionable module: edge cases Adversarial inputs unlikely to occur in practice triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module
#126777 opened May 21, 2024 by hyperkai
One complex number or boolean value of a 1D or more D tensor with argmin() and dim= works actionable module: edge cases Adversarial inputs unlikely to occur in practice triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module
#126776 opened May 21, 2024 by hyperkai
The unexpected behavior of max() actionable module: error checking Bugs related to incorrect/lacking error checking triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module
#126759 opened May 21, 2024 by hyperkai
The unexpected behavior of min() actionable module: error checking Bugs related to incorrect/lacking error checking triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module
#126758 opened May 21, 2024 by hyperkai
The complex type of a 0D tensor with aminmax() and dim=0 or dim=-1 works actionable module: edge cases Adversarial inputs unlikely to occur in practice triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module
#126742 opened May 21, 2024 by hyperkai
topk() cannot be used with complex or bool type of a 0D(only cuda) or more D tensor but topk() can be used with complex or bool type of a 0D(only cpu) tensor actionable module: edge cases Adversarial inputs unlikely to occur in practice triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module
#126659 opened May 20, 2024 by hyperkai
kthvalue() cannot be used with complex or bool type of a 1D or more D tensor but kthvalue() can be used with complex or bool type of a 0D tensor module: edge cases Adversarial inputs unlikely to occur in practice triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module
#126658 opened May 20, 2024 by hyperkai
"Either torch.float32 or torch.float64" should be removed from the doc of d parameter of torch.set_default_dtype() actionable easy label for easy docathon tasks module: docs Related to our documentation, both in docs/ and docblocks module: python frontend For issues relating to PyTorch's Python frontend triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module
#126647 opened May 19, 2024 by hyperkai
Add int and str type to device parameter of torch.tensor() module: python frontend For issues relating to PyTorch's Python frontend triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module
#126404 opened May 16, 2024 by hyperkai
dtype of type() doesn't accept a string module: python frontend For issues relating to PyTorch's Python frontend triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module
#126253 opened May 15, 2024 by hyperkai
dtype of to() also accepts int(), float() and bool() which are python built-in functions. module: python frontend For issues relating to PyTorch's Python frontend topic: fuzzer triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module
#126250 opened May 15, 2024 by hyperkai
type1 and type2 of torch.promote_types() also accept int(), float() and bool() which are python built-in functions. module: python frontend For issues relating to PyTorch's Python frontend topic: fuzzer triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module
#126247 opened May 15, 2024 by hyperkai
dtype of torch.tensor() also accepts int(), float() and bool() which are python built-in functions. module: python frontend For issues relating to PyTorch's Python frontend topic: fuzzer triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module
#126244 opened May 15, 2024 by hyperkai
A scalar with elements or test_elements argument of isin() doesn't work module: python frontend For issues relating to PyTorch's Python frontend topic: fuzzer triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module
#126045 opened May 13, 2024 by hyperkai
ProTip! Updated in the last three days: updated:>2024-05-31.