An open API service for providing issue and pull request metadata for open source projects.

GitHub / pytorch/pytorch issues and pull requests

Labelled with: module: build

#163307 - [ATen] aten/src/ATen/native/vulkan/api/QueryPool.cpp misses the inclusion of the algorithm header

Issue - State: closed - Opened by jdumke 2 months ago - 2 comments
Labels: needs reproduction, module: build, triaged, actionable, module: vulkan

#160980 - PyTorch CUDA13 Binary Cannot Be Built with SM_75 with NVSHMEM

Issue - State: closed - Opened by nWEIdia 3 months ago - 3 comments
Labels: oncall: distributed, module: build

#160960 - compile error: 'nvmlDeviceGetGpuFabricInfoV' was not declared in this scope

Issue - State: closed - Opened by can-gaa-hou 4 months ago - 1 comment
Labels: module: build, module: cuda, triaged, actionable

#160579 - [ROCm] tools/amd_build/build_amd.py is not idempotent (keeps modifying torch/csrc/cuda/Module.cpp)

Issue - State: closed - Opened by ScottTodd 4 months ago
Labels: module: build, module: windows, module: rocm, triaged

#159045 - Compilation fails due to missing nvshmem header

Issue - State: closed - Opened by lw 4 months ago - 8 comments
Labels: module: build, triaged, module: regression, has workaround

#158686 - [build] Add LeakSanitizer option to CMake

Pull Request - State: closed - Opened by benjaminglass1 5 months ago - 4 comments
Labels: module: build, open source, Merged, ciflow/trunk, release notes: build, merging

#158588 - Build Error with not enough args for `c10::cuda::get_cuda_check_suffix()`

Issue - State: closed - Opened by q10 5 months ago - 3 comments
Labels: module: build, triaged, module: third_party

#158111 - [BE][Easy] split build system `requirements.txt` to a separate file

Pull Request - State: open - Opened by XuehaiPan 5 months ago - 6 comments
Labels: module: build, module: ci, open source, ciflow/binaries, ciflow/trunk, release notes: releng, topic: build, ciflow/inductor, module: devx, release notes: devx

#158104 - [build] pin `setuptools>=77` to enable PEP 639

Pull Request - State: open - Opened by XuehaiPan 5 months ago - 1 comment
Labels: module: build, open source, ciflow/binaries, ciflow/trunk, release notes: releng, release notes: build, topic: build, module: dynamo, ciflow/inductor, keep-going, ci-test-showlocals

#158104 - [build] pin `setuptools>=77` to enable PEP 639

Pull Request - State: open - Opened by XuehaiPan 5 months ago - 22 comments
Labels: module: build, open source, Merged, Reverted, ciflow/binaries, ciflow/trunk, release notes: quantization, release notes: releng, release notes: build, ciflow/nightly, topic: build, module: dynamo, ciflow/inductor, keep-going, ci-no-td, ci-test-showlocals

#158027 - [build] remove `wheel` from build requirements

Pull Request - State: open - Opened by XuehaiPan 5 months ago - 3 comments
Labels: module: build, open source, better-engineering, ciflow/binaries, ciflow/trunk, release notes: releng, release notes: build, topic: not user facing, topic: build, ciflow/inductor, merging

#157999 - [CUDA] Support family-conditional compute capabilies in `TORCH_CUDA_ARCH_LIST`

Pull Request - State: closed - Opened by eqy 5 months ago - 3 comments
Labels: module: build, module: cuda, open source, ciflow/trunk, topic: not user facing, topic: build, merging

#157653 - Fix warning #177-D: variable "threshold" was declared but never referenced

Issue - State: closed - Opened by yewentao256 5 months ago
Labels: module: build, triaged, actionable

#157354 - Bug in cmake/public/cuda.cmake: Incorrect use of set(${...}) leads to missing CUDA version in error message

Issue - State: closed - Opened by utotu 5 months ago - 1 comment
Labels: module: build, triaged, actionable

#157187 - Rename caffe2 targets to torch

Pull Request - State: closed - Opened by cyyever 5 months ago - 6 comments
Labels: oncall: jit, module: build, module: bc-breaking, module: cpp, open source, Stale, ciflow/binaries, release notes: cpp, topic: bc breaking, topic: not user facing, ciflow/binaries_wheel, ciflow/binaries_libtorch, topic: build

#156958 - [build] remove cmake cache and reconfigure again if it is invalid

Pull Request - State: open - Opened by XuehaiPan 5 months ago - 1 comment
Labels: module: build, open source, ciflow/binaries, release notes: build, topic: not user facing, topic: build

#156747 - Restore CUDA 12.4 manylinux build and test in CI

Issue - State: closed - Opened by atalman 5 months ago - 1 comment
Labels: module: build, module: cuda, module: ci, triaged

#156049 - [build] remove upper version pin for `setuptools<80.0`

Pull Request - State: open - Opened by XuehaiPan 6 months ago - 1 comment
Labels: module: build, open source, ciflow/binaries, ciflow/trunk, release notes: releng, release notes: build, topic: not user facing, ciflow/binaries_wheel, ciflow/binaries_libtorch, topic: build, ciflow/inductor

#156045 - [build] Change `--cmake{,-only}` arguments to envvars to support modern Python build frontend

Pull Request - State: closed - Opened by XuehaiPan 6 months ago - 6 comments
Labels: module: build, open source, better-engineering, Merged, ciflow/binaries, ciflow/trunk, release notes: build, ciflow/binaries_wheel, ciflow/binaries_libtorch, topic: build, merging

#156041 - [BE][setup] allow passing pytorch-specific `setup.py` options from envvars

Pull Request - State: closed - Opened by XuehaiPan 6 months ago - 3 comments
Labels: module: build, open source, better-engineering, topic: not user facing, topic: build

#156040 - [BE][setup] gracefully handle envvars representing a boolean in `setup.py`

Pull Request - State: closed - Opened by XuehaiPan 6 months ago - 3 comments
Labels: module: build, open source, better-engineering, Merged, ciflow/trunk, topic: not user facing, topic: build, merging

#156029 - [RFC] Migrate to modern Python build system and replace `setup.py` commands with their modern alternatives

Issue - State: closed - Opened by XuehaiPan 6 months ago - 4 comments
Labels: module: build, triaged, better-engineering, topic: build, topic: binaries

#156027 - [build] modernize build-frontend: `python setup.py develop/install` -> `[uv ]pip install --no-build-isolation [-e ].`

Pull Request - State: open - Opened by XuehaiPan 6 months ago - 5 comments
Labels: module: binaries, module: build, open source, ciflow/binaries, ciflow/trunk, release notes: releng, release notes: build, ciflow/binaries_wheel, ciflow/binaries_libtorch, topic: build

#156027 - [build] modernize build-frontend: `python setup.py develop/install` -> `[uv ]pip install --no-build-isolation [-e ].`

Pull Request - State: closed - Opened by XuehaiPan 6 months ago - 16 comments
Labels: module: binaries, module: build, open source, Merged, ciflow/binaries, ciflow/trunk, release notes: releng, release notes: build, ciflow/binaries_wheel, ciflow/binaries_libtorch, topic: build, ciflow/inductor, merging

#155998 - [build] modernize build-backend: `setuptools.build_meta:__legacy__` -> `setuptools.build_meta`

Pull Request - State: closed - Opened by XuehaiPan 6 months ago - 18 comments
Labels: module: binaries, module: build, open source, Merged, ciflow/binaries, ciflow/trunk, release notes: releng, release notes: build, ciflow/binaries_wheel, ciflow/binaries_libtorch, topic: build, topic: binaries, merging

#155998 - [build] modernize build-backend: `setuptools.build_meta:__legacy__` -> `setuptools.build_meta`

Pull Request - State: closed - Opened by XuehaiPan 6 months ago - 23 comments
Labels: module: binaries, module: build, open source, Merged, Reverted, ciflow/binaries, ciflow/trunk, release notes: releng, release notes: build, ciflow/binaries_wheel, ciflow/binaries_libtorch, topic: build, topic: binaries, ciflow/inductor, ci-no-td

#155505 - Making implicit packages explicit (torch)

Pull Request - State: closed - Opened by Dhia-naouali 6 months ago - 23 comments
Labels: oncall: distributed, oncall: jit, module: build, module: lint, triaged, open source, NNC, Stale, ciflow/trunk, release notes: quantization, fx, module: inductor, release notes: AO frontend, release notes: distributed (checkpoint), advanced, docathon-h1-2025

#155505 - Making implicit packages explicit (torch)

Pull Request - State: open - Opened by Dhia-naouali 6 months ago - 15 comments
Labels: oncall: distributed, oncall: jit, module: build, module: lint, triaged, open source, NNC, release notes: quantization, fx, module: inductor, release notes: AO frontend, release notes: distributed (checkpoint), advanced, docathon-h1-2025

#155350 - CUDA_HOME doesn't seem to work with setup script

Issue - State: open - Opened by ezyang 6 months ago - 4 comments
Labels: module: build, module: cuda, triaged

#155199 - make html failing while building docs

Issue - State: closed - Opened by abhinav-TB 6 months ago - 5 comments
Labels: needs reproduction, module: build, module: docs, triaged, module: third_party

#155092 - Cannot build docs via `make html`

Issue - State: closed - Opened by loganthomas 6 months ago - 12 comments
Labels: needs reproduction, module: build, module: docs, triaged, module: macos, actionable

#154300 - Core dump on `import torch` when built with `USE_TENSORPIPE=0 USE_GLOO=0` (cannot initialize type "RpcBackendOptions")

Issue - State: open - Opened by Alvaro-Kothe 6 months ago - 1 comment
Labels: oncall: distributed, module: build, module: error checking, module: edge cases

#154126 - Update GH action to use the correct label

Pull Request - State: open - Opened by svekars 6 months ago - 3 comments
Labels: module: build, module: docs, ciflow/trunk, topic: docs, topic: not user facing, topic: build, merging

#154126 - Update GH action to use the correct label

Pull Request - State: closed - Opened by svekars 6 months ago - 3 comments
Labels: module: build, module: docs, Merged, ciflow/trunk, topic: docs, topic: not user facing, topic: build, merging

#153840 - Fix version_path in SOURCE links

Pull Request - State: closed - Opened by svekars 7 months ago - 1 comment
Labels: module: build, module: docs, topic: docs, topic: not user facing

#153733 - [SOURCE] links for patch releases lead to 2.7.1

Issue - State: open - Opened by svekars 7 months ago
Labels: module: build, module: docs, module: doc infra

#153574 - Documentation Preview and Build Not Reflecting Latest Changes

Issue - State: open - Opened by svekars 7 months ago
Labels: module: build, module: docs, triaged, module: doc infra

#153538 - Change `build-system.build-backend`: `setuptools.build_meta:__legacy__` -> `setuptools.build_meta`

Pull Request - State: closed - Opened by XuehaiPan 7 months ago - 1 comment
Labels: module: binaries, module: build, open source, ciflow/binaries, ciflow/trunk, release notes: releng, release notes: build, topic: not user facing, ciflow/binaries_wheel, topic: build, topic: binaries

#153538 - Change `build-system.build-backend`: `setuptools.build_meta:__legacy__` -> `setuptools.build_meta`

Pull Request - State: open - Opened by XuehaiPan 7 months ago - 1 comment
Labels: module: binaries, module: build, open source, ciflow/binaries, ciflow/trunk, release notes: releng, release notes: build, topic: not user facing, ciflow/binaries_wheel, topic: build, topic: binaries

#152828 - [MSVC] Enable updated lambda processor by setting compiler flag /Zc:lambda globally

Pull Request - State: open - Opened by taras-janea 7 months ago - 2 comments
Labels: module: build, module: windows, module: cpu, open source, Stale, topic: not user facing, skip-url-lint

#152763 - can't build torch on WSL

Issue - State: closed - Opened by thot-experiment 7 months ago - 5 comments
Labels: module: build

#152385 - Illegal Instruction Caused by `grid_sample` Under Windows

Issue - State: closed - Opened by ericspod 7 months ago - 18 comments
Labels: high priority, module: build, module: windows, module: cpu, triaged, module: regression

#152276 - `setup.py develop` command is disappearing soon from `setuptools`

Issue - State: closed - Opened by rgommers 7 months ago - 25 comments
Labels: high priority, module: build, oncall: releng, triaged, topic: devs, llm-amenable

#151987 - Import Error (Build from source): Aborted (core dumped)

Issue - State: closed - Opened by SonicZun 7 months ago - 1 comment
Labels: needs reproduction, module: build

#151316 - Apple Clang 17 build error

Issue - State: closed - Opened by adamjstewart 8 months ago - 2 comments
Labels: high priority, triage review, module: build, module: tensorpipe

#151157 - `test_distinfo_license` failed after `setuptools>=77`

Issue - State: closed - Opened by oraluben 8 months ago
Labels: module: build, module: tests, triaged

#150873 - Add Created On | Last Updated On to the docs

Issue - State: open - Opened by svekars 8 months ago
Labels: module: build, module: docs

#150846 - PyTorch can not be build by gcc-12

Issue - State: open - Opened by malfet 8 months ago
Labels: module: build

#150745 - Cannot checkout commits from when NCCL was still a submodule

Issue - State: closed - Opened by danielvegamyhre 8 months ago - 5 comments
Labels: module: build, module: ci, triaged, module: nccl

#150174 - GCC14 internal compiler error on aarch64-linux

Issue - State: closed - Opened by prusnak 8 months ago - 5 comments
Labels: module: build, triaged, module: arm

#150167 - PyTorch cmake configuration fails with CMake 4.0.0

Issue - State: closed - Opened by WangYutao1995 8 months ago - 4 comments
Labels: module: build, triaged

#150149 - Build fails with cmake 4.0.0

Issue - State: closed - Opened by saagarjha 8 months ago - 2 comments
Labels: high priority, triage review, module: build, module: third_party

#150001 - [XPU] XPU build has been broken

Issue - State: closed - Opened by chuanqi129 8 months ago - 11 comments
Labels: needs reproduction, module: build, triaged, module: xpu

#149805 - Wrong location of rocm_version.h for Fedora and OpenSUSE

Issue - State: closed - Opened by trixirt 8 months ago - 2 comments
Labels: module: build, module: rocm, triaged

#149658 - unexpected kwarg 'no_python_abi_suffix' when installing stable version of pytorch with sam2

Issue - State: open - Opened by rbavery 9 months ago - 5 comments
Labels: high priority, triage review, module: build, module: cpp-extensions, has workaround

#149610 - APL support in pytorch

Issue - State: closed - Opened by meghaanaaa 9 months ago - 6 comments
Labels: module: build, module: windows, triaged, module: third_party, actionable, module: arm

#148877 - setuptools error - Windows - 'distutils' has no attribute '_msvccompiler'

Issue - State: closed - Opened by ozanMSFT 9 months ago - 1 comment
Labels: module: build, module: windows, triaged, module: regression

#148841 - build pytorch2.3.0 cpu with mkldnn_acl 24.08 failed on aarch64

Issue - State: closed - Opened by Serenagirl 9 months ago - 4 comments
Labels: module: build, triaged, module: mkldnn, module: third_party, module: arm

#148263 - Wrong macro used when building c10/util/bit_cast.h with std::bit_cast

Issue - State: closed - Opened by wschin 9 months ago
Labels: module: build, triaged, bug

#148120 - Torch 2.7.0 nightly cuda 12.6 and cuda 12.8 builds are broken on Amazon linux 2023

Issue - State: closed - Opened by atalman 9 months ago - 2 comments
Labels: module: binaries, module: build, topic: build, topic: binaries

#147671 - torch_cuda.dll was built failed to link _cudnn_attention_forward

Issue - State: closed - Opened by xuhancn 9 months ago - 6 comments
Labels: module: build, module: windows, module: cudnn, module: cuda, triaged

#147376 - Nightly Windows builds started to time out around Jan 31, 2025

Issue - State: closed - Opened by jeanschmidt 10 months ago - 9 comments
Labels: module: build, module: cuda, triaged

#147364 - windows-binary-wheel nightly error

Issue - State: closed - Opened by ozanMSFT 10 months ago - 3 comments
Labels: module: build, module: windows, triaged

#147236 - Enforce FIPS compliance on Pytorch on python 3.9+

Issue - State: closed - Opened by Legends0 10 months ago - 9 comments
Labels: module: build, module: rocm, good first issue, triaged, actionable

#147122 - PyTorch build with numpy version incompatibility

Issue - State: open - Opened by H-Huang 10 months ago
Labels: module: build, has workaround

#146977 - How to install Torch version that supports RTX 5090 on Windows? - CUDA kernel errors might be asynchronously reported at some other API call

Issue - State: closed - Opened by FurkanGozukara 10 months ago - 11 comments
Labels: high priority, needs reproduction, module: build, module: windows, module: cuda, triaged

#146969 - Symbol problem about static variable in inline function

Issue - State: open - Opened by dilililiwhy 10 months ago - 4 comments
Labels: module: build, module: cpp-extensions, triaged

#146740 - PyTorch Compilation on AGX Xavier Error with -march=armv8.2-a+bf16 in KleidiAI

Issue - State: closed - Opened by MaTwickenham 10 months ago - 4 comments
Labels: module: build, triaged, module: arm

#146717 - [BE][cuDNN] cuDNN to 9.7.1.26 for CUDA 12.8

Pull Request - State: closed - Opened by eqy 10 months ago - 7 comments
Labels: module: build, module: cudnn, triaged, open source, Stale, ciflow/binaries, topic: not user facing, topic: build

#146637 - gloo: fix building system gloo with CUDA/HIP

Pull Request - State: open - Opened by nlbrown2 10 months ago - 6 comments
Labels: module: build, module: cuda, triaged, open source, Stale, topic: not user facing

#146240 - Win32 Build crashes on startup (C++).

Issue - State: closed - Opened by AnFunctionArray 10 months ago - 3 comments
Labels: needs reproduction, module: build, module: windows, triaged

#146239 - torch_shm_manager: undefined reference to gloo

Issue - State: open - Opened by adamjstewart 10 months ago - 4 comments
Labels: module: build, module: cuda, triaged

#146166 - Build problems on Windows

Issue - State: closed - Opened by matteosal 10 months ago - 6 comments
Labels: module: build, module: windows, triaged, actionable

#146042 - binaries/inspect_gpu.cc:23:10: fatal error: caffe2/core/common_gpu.h: No such file or directory

Issue - State: closed - Opened by svenstaro 10 months ago
Labels: module: build, caffe2, triaged, actionable

#145949 - [CUDA][Blackwell] Blackwell Tracking Issue

Issue - State: open - Opened by eqy 10 months ago
Labels: module: build, module: cuda, triaged

#145902 - xpu: installed pytorch is missing aten xpu ops headers (ATen/ops/cat_xpu_dispatch.h and others)

Issue - State: open - Opened by dvrogozh 10 months ago - 10 comments
Labels: module: binaries, module: build, triaged, module: xpu

#145702 - PyTorch VS2022 official build Windows binary illegal instruction on AVX2(max ISA level) CPU

Issue - State: closed - Opened by xuhancn 10 months ago - 27 comments
Labels: high priority, module: crash, module: build, module: windows, module: cpu, triaged

#145632 - Enable `sm_89` support for relevant ops in PyTorch

Issue - State: closed - Opened by vgoklani 10 months ago - 9 comments
Labels: module: build, module: cuda, triaged, module: m1

#145497 - qmul.cpp:34:10: error: redefinition of 'xnn_binary_params' 34 | struct xnn_binary_params { | ^

Issue - State: closed - Opened by dbl001 10 months ago - 1 comment
Labels: module: build, topic: build

#145487 - Remove unnecessary "special linking" for `BLAS_LIBRARIES`

Pull Request - State: open - Opened by mgorny 10 months ago - 4 comments
Labels: module: build, triaged, open source, topic: not user facing

#145487 - Remove unnecessary "special linking" for `BLAS_LIBRARIES`

Pull Request - State: closed - Opened by mgorny 10 months ago - 10 comments
Labels: module: build, triaged, open source, Merged, ciflow/trunk, topic: not user facing, merging

#145273 - cloning third_party/kleidiai fails

Issue - State: closed - Opened by AmdSampsa 10 months ago - 22 comments
Labels: triage review, module: build, module: ci

#144768 - Is it possible to remove NCCL submodule and use only nccl binaries from pypi instead ?

Issue - State: open - Opened by atalman 11 months ago - 5 comments
Labels: module: build, module: cuda, triaged, module: nccl

#144617 - Unified Pytorch for Nvidia (CUDA), Intel (XPU), AMD (ROCm)

Issue - State: closed - Opened by Qubitium 11 months ago - 5 comments
Labels: module: build, feature, module: rocm, triaged

#143979 - [ci] Add riscv opt-int build

Pull Request - State: open - Opened by zhangfeiv0 11 months ago - 33 comments
Labels: module: build, triaged, open source, release notes: releng, merging, module: risc-v

#143907 - update `sympy` version in `requirement.txt`

Issue - State: closed - Opened by evan0greenup 11 months ago - 1 comment
Labels: triage review, module: build, module: ci

#143861 - pytorch v2.2.2 build for nvidia jetson orin nano 8GB

Issue - State: closed - Opened by lida2003 11 months ago - 2 comments
Labels: module: build, triaged, module: jetson

#143793 - RFC: PyTorch Next Wheel Build Platform: manylinux

Issue - State: closed - Opened by Mrsaim128 11 months ago - 2 comments
Labels: module: binaries, module: build, triaged

#142248 - ROCm 6.3 fails to build

Issue - State: closed - Opened by NinjaPerson24119 12 months ago - 2 comments
Labels: needs reproduction, module: build, module: rocm, triaged

#141949 - Update torch-xpu-ops commit pin

Pull Request - State: closed - Opened by xytintel 12 months ago - 4 comments
Labels: module: build, open source, Merged, ciflow/trunk, topic: not user facing, merging, ciflow/xpu, module: xpu

#141268 - xpu: build fails for XPU backend due to outdated aoti_torch/generated/c_shim_xpu.h

Issue - State: closed - Opened by dvrogozh about 1 year ago - 3 comments
Labels: module: build, triaged, module: xpu

#141043 - libtorch v2.5.1: arm 32bit compilation broken `"int64_t is the same as long on Linux"`

Issue - State: closed - Opened by umbertov about 1 year ago - 5 comments
Labels: module: build, triaged, module: arm

#140538 - Update build jobs that use `magma-cuda` to use the new package

Issue - State: closed - Opened by afrittoli about 1 year ago - 1 comment
Labels: module: binaries, module: build, triaged, module: magma

#140274 - Building with USE_SYSTEM_GLOO does not add correct path to include directories

Issue - State: closed - Opened by nlbrown2 about 1 year ago
Labels: module: build, triaged, module: third_party

#139469 - Refactor CMake to install header by build option

Pull Request - State: open - Opened by guangyey about 1 year ago - 15 comments
Labels: module: build, open source, topic: not user facing, topic: build, ciflow/mps, ciflow/rocm, ciflow/xpu

#139397 - Build a non-conda package for `magma-cuda`

Pull Request - State: closed - Opened by afrittoli about 1 year ago - 1 comment
Labels: module: build, triaged, module: magma

#139065 - Cannot compile with latest LLVM-19

Issue - State: open - Opened by SeeRich about 1 year ago - 3 comments
Labels: module: build, module: cuda, triaged

#138427 - ROCm: /usr/bin/ld: failed to convert GOTPCREL relocation

Issue - State: closed - Opened by tpkessler about 1 year ago - 5 comments
Labels: module: build, module: rocm, triaged