Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Issues: pytorch/pytorch

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
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Issues list

Please support libtorch for XPU module: cpp Related to C++ API module: xpu Intel XPU related issues triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module
#155011 opened Jun 3, 2025 by JamasChuang94
[Tracker] Standalone/Header-only APIs we need so FA3 can be ABI stable with libtorch module: abi libtorch C++ ABI related problems module: cpp Related to C++ API triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module
#154908 opened Jun 2, 2025 by janeyx99
14 tasks
libtorch c++: torch::split does not work on 1d tensors module: cpp Related to C++ API triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module
#153535 opened May 14, 2025 by CURTLab
Feedback about Class Tensor module: cpp Related to C++ API module: docs Related to our documentation, both in docs/ and docblocks triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module
#153463 opened May 13, 2025 by inakleinbottle
DISABLED test_event_elapsed_time (__main__.TestOpenReg) module: cpp Related to C++ API module: flaky-tests Problem is a flaky test in CI module: windows Windows support for PyTorch skipped Denotes a (flaky) test currently skipped in CI. triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module
#151861 opened Apr 22, 2025 by pytorch-bot bot
Support C shim for customized OP module: cpp Related to C++ API module: custom-operators custom operators, custom ops, custom-operators, custom-ops module: pt2-dispatcher PT2 dispatcher-related issues (e.g., aotdispatch, functionalization, faketensor, custom-op, oncall: pt2 triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module
#150988 opened Apr 10, 2025 by Valentine233
No way to save/load model weights between PyTorch and LibTorch (C++) in a compatible way enhancement Not as big of a feature, but technically not a bug. Should be easy to fix module: cpp Related to C++ API module: serialization Issues related to serialization (e.g., via pickle, or otherwise) of PyTorch objects triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module
#150857 opened Apr 8, 2025 by FuryBaM
Segmentation fault when using torch.tensor from a non python created thread module: cpp Related to C++ API module: pybind Related to our Python bindings / interactions with other Python libraries release notes: python_frontend python frontend release notes category triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module
#150548 opened Apr 2, 2025 by jabraham17
the example program using libtorch is not linked against torch_cuda even when USE_CUDA is defined module: cpp Related to C++ API module: cuda Related to torch.cuda, and CUDA support in general module: windows Windows support for PyTorch triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module
#148770 opened Mar 7, 2025 by mboedigh
We should never throw vanilla C++ exceptions actionable better-engineering Relatively self-contained tasks for better engineering contributors module: cpp Related to C++ API triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module
#148114 opened Feb 27, 2025 by albanD
cpp libtorch transformerimpl lack some parameter between with python pytorch module: cpp Related to C++ API module: nn Related to torch.nn triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module
#147581 opened Feb 21, 2025 by mullerhai
Stable C bindings for libtorch module: cpp Related to C++ API triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module
#145656 opened Jan 24, 2025 by ehartford
Add a lint rule to avoid the word interface in C++ module: cpp Related to C++ API module: lint Issues related to our Python/C++ lint rules (run by Travis) triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module
#145493 opened Jan 23, 2025 by zou3519
Cannot print symbolic tensors from C++ module: cpp Related to C++ API module: dynamic shapes oncall: pt2 triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module
#145491 opened Jan 23, 2025 by ezyang
[libTorch] Model initialization on multi-device is slow. It seems to run sequentially in multi-thread module: cpp Related to C++ API triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module
#145337 opened Jan 22, 2025 by thammegowda
Missing Length Check for reflection_pad3d padding Argument module: cpp Related to C++ API module: crash Problem manifests as a hard crash, as opposed to a RuntimeError module: error checking Bugs related to incorrect/lacking error checking topic: fuzzer triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module
#145258 opened Jan 21, 2025 by WLFJ
ModuleNotFoundError: No module named 'torch.privateuseone' module: cpp Related to C++ API module: PrivateUse1 private use triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module
#144955 opened Jan 16, 2025 by xiangxinhello
Defaults to C++20 in CMake torch targets ciflow/periodic Trigger jobs ran periodically on master (periodic.yml) on the PR ciflow/s390 s390x-related CI jobs module: cpp Related to C++ API module: cpu CPU specific problem (e.g., perf, algorithm) NNC open source release notes: build release notes category topic: build topic: not user facing topic category
#143959 opened Dec 29, 2024 by cyyever Draft
[Bug] Memory leak in C++ libtorch module: cpp Related to C++ API triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module
#143564 opened Dec 19, 2024 by TheophileChampion
c10::SmallVector unusable with gcc/g++ 12 and 13 with -O3 module: build Build system issues module: cpp Related to C++ API needs reproduction Someone else needs to try reproducing the issue given the instructions. No action needed from user triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module
#143338 opened Dec 16, 2024 by hugary1995
Default optimizer options are ignored in the C++ API actionable module: cpp Related to C++ API module: optimizer Related to torch.optim triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module
#141884 opened Dec 2, 2024 by matteosal
There is probably a destructor ordering accident going on with registerPythonModule module: cpp Related to C++ API module: crash Problem manifests as a hard crash, as opposed to a RuntimeError 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
#140272 opened Nov 11, 2024 by zou3519
LibTorch build error on Windows for CUDA version (debug/release) module: build Build system issues module: cpp Related to C++ API module: cuda Related to torch.cuda, and CUDA support in general module: windows Windows support for PyTorch triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module
#139108 opened Oct 28, 2024 by stalek71
fatal error C1083: 无法打开包括文件: “cstddef”: No such file or directory error on windows module: cpp Related to C++ API module: cpp-extensions Related to torch.utils.cpp_extension module: windows Windows support for PyTorch needs reproduction Someone else needs to try reproducing the issue given the instructions. No action needed from user triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module
#139002 opened Oct 27, 2024 by xiezhipeng-git
The error compiling problem of Qt and libtorch(my solution to eliminate the bug) module: cpp Related to C++ API module: dependency bug Problem is not caused by us, but caused by an upstream library we use triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module
#138981 opened Oct 26, 2024 by caomengxuan666
ProTip! Type g p on any issue or pull request to go back to the pull request listing page.
Morty Proxy This is a proxified and sanitized view of the page, visit original site.