GitHub / pytorch/pytorch issues and pull requests
Labelled with: topic: bug fixes
#164871 - Fix #164742, all header-impl'd userfacing functions should be inline
Pull Request -
State: closed - Opened by janeyx99 about 1 month ago
- 4 comments
Labels: Merged, ciflow/trunk, release notes: cpp, topic: bug fixes, merging
#164775 - [PP] Fix FSDP unshard/reshard
Pull Request -
State: closed - Opened by H-Huang about 1 month ago
- 4 comments
Labels: oncall: distributed, Merged, ciflow/trunk, release notes: distributed (pipeline), topic: bug fixes
#164407 - Fix custom autograd Function memory leak when saving mutated view
Pull Request -
State: closed - Opened by soulitzer about 2 months ago
- 6 comments
Labels: Merged, ciflow/trunk, release notes: autograd, topic: bug fixes, merging
#164108 - [MPS] Chunk fillBuffer into 4Gb slices
Pull Request -
State: closed - Opened by malfet about 2 months ago
- 3 comments
Labels: Merged, topic: bug fixes, release notes: mps, ciflow/mps, merging
#164093 - [MPSHooks] Release pending command encoder
Pull Request -
State: closed - Opened by malfet about 2 months ago
- 3 comments
Labels: Merged, topic: bug fixes, release notes: mps, ciflow/mps, merging
#164049 - [CUDA] fix indexing on large tensor causing nvalid configuration argument
Pull Request -
State: closed - Opened by Isalia20 about 2 months ago
- 5 comments
Labels: module: cuda, open source, Merged, ciflow/trunk, release notes: cuda, topic: bug fixes, merging
#163986 - fix flex attention eager: dont round down scores to low-precision (closes #163588)
Pull Request -
State: closed - Opened by v0i0 about 2 months ago
- 11 comments
Labels: Merged, ciflow/trunk, topic: bug fixes, module: inductor, ciflow/inductor, release notes: inductor, merging
#163773 - Avoid fast path mask left-align check in compiled TransformerEncoder
Pull Request -
State: closed - Opened by jbschlosser about 2 months ago
- 3 comments
Labels: Merged, ciflow/trunk, release notes: nn, topic: bug fixes, merging
#163677 - [Flex] Fix silent correctness w/ backpropping grads
Pull Request -
State: closed - Opened by drisspg about 2 months ago
- 3 comments
Labels: Merged, ciflow/trunk, release notes: nn, topic: bug fixes, module: inductor, ciflow/inductor, merging, module: flex attention
#163665 - Fake process group Direct construction error
Pull Request -
State: closed - Opened by ahkush about 2 months ago
- 9 comments
Labels: oncall: distributed, triaged, open source, Merged, ciflow/trunk, release notes: distributed (c10d), topic: bug fixes, merging
#163581 - [cuDNN][Convolution] Disable cuDNN for 3D convolutions with kernel size != 1 for cuDNN 9.8+
Pull Request -
State: closed - Opened by eqy about 2 months ago
- 7 comments
Labels: module: cudnn, module: cuda, module: cpu, module: convolution, triaged, open source, ciflow/trunk, topic: bug fixes, release notes: cudnn, module: inductor, ciflow/inductor, merging
#163506 - PyTorch `histc` fix for values with large magnitudes
Pull Request -
State: closed - Opened by ironsided777 about 2 months ago
- 9 comments
Labels: fb-exported, ciflow/trunk, release notes: python_frontend, topic: bug fixes, merging, meta-exported
#163460 - Triton template IMA reads on B200
Pull Request -
State: closed - Opened by drisspg about 2 months ago
- 3 comments
Labels: Merged, ciflow/trunk, topic: bug fixes, topic: not user facing, module: inductor, ciflow/inductor, merging
#163452 - [MPS] Fix compile linalg inv
Pull Request -
State: closed - Opened by Isalia20 about 2 months ago
- 3 comments
Labels: open source, Merged, ciflow/trunk, topic: bug fixes, release notes: mps, ciflow/mps, module: inductor, ciflow/inductor, merging
#163352 - Don't use declarations in global namespace in stable headers
Pull Request -
State: closed - Opened by mikaylagawarecki 2 months ago
- 3 comments
Labels: Merged, ciflow/trunk, release notes: build, topic: bug fixes, merging
#163122 - [optim] override SWALR.state_dict and load_state_dict
Pull Request -
State: closed - Opened by filipviz 2 months ago
- 3 comments
Labels: open source, Merged, ciflow/trunk, topic: bug fixes, merging, release notes: optim
#163036 - Fix invalid indices bug for max_unpool2d/3d on MPS
Pull Request -
State: closed - Opened by can-gaa-hou 2 months ago
- 9 comments
Labels: triaged, open source, Merged, ciflow/trunk, topic: bug fixes, release notes: mps, merging
#162865 - [ONNX] Fix rotary_embedding_23 implementation
Pull Request -
State: closed - Opened by justinchuby 2 months ago
- 10 comments
Labels: module: onnx, open source, Merged, ciflow/trunk, release notes: onnx, topic: bug fixes, merging
#162846 - [MPS] Fix `[nan]median` output for empty tensors
Pull Request -
State: closed - Opened by malfet 2 months ago
- 3 comments
Labels: Merged, topic: bug fixes, release notes: mps, ciflow/mps, merging
#162776 - [MPS] Fix conv layout handling
Pull Request -
State: closed - Opened by malfet 2 months ago
- 3 comments
Labels: module: cpu, Merged, topic: bug fixes, release notes: mps, ciflow/mps, module: inductor, ciflow/inductor, merging
#162726 - [ONNX] Set fallback=False by default
Pull Request -
State: closed - Opened by justinchuby 2 months ago
- 7 comments
Labels: module: onnx, open source, Merged, ciflow/trunk, release notes: onnx, topic: bug fixes, merging
#162680 - [SymmMem] Fix memory allocation hold-up
Pull Request -
State: closed - Opened by kwen2501 2 months ago
- 8 comments
Labels: oncall: distributed, Merged, ciflow/trunk, release notes: distributed (c10d), topic: bug fixes, merging, ciflow/h100-symm-mem
#162626 - compile_kernel: Handle python floats as c double
Pull Request -
State: closed - Opened by msaroufim 2 months ago
- 17 comments
Labels: module: cuda, ciflow/trunk, release notes: cuda, topic: bug fixes, merging
#162578 - [BUG] Fix nonzero_static crash on CUDA when the input is a empty tensor
Pull Request -
State: closed - Opened by can-gaa-hou 2 months ago
- 10 comments
Labels: module: cuda, triaged, open source, Merged, ciflow/trunk, release notes: cuda, topic: bug fixes, merging
#162516 - [BE] Fix `'_WIN32' is not defined` warning
Pull Request -
State: closed - Opened by malfet 2 months ago
- 4 comments
Labels: fb-exported, ciflow/trunk, release notes: build, topic: bug fixes, merging
#162412 - [CUDA-13] Implement workaround for cudaErrorNotSupported
Pull Request -
State: closed - Opened by malfet 2 months ago
- 4 comments
Labels: Merged, release notes: cuda, release notes: fx, topic: bug fixes, ciflow/binaries_wheel, merging
#161999 - [BLAS] Avoid downcasts for fp16fp16->fp32 BLAS
Pull Request -
State: closed - Opened by malfet 3 months ago
- 7 comments
Labels: Merged, Reverted, ciflow/trunk, release notes: linalg_frontend, topic: bug fixes, merging, ci-no-td
#161876 - [Bug] Add more boundary check for FractionalMaxPool3d
Pull Request -
State: closed - Opened by can-gaa-hou 3 months ago
- 10 comments
Labels: open source, Merged, ciflow/trunk, release notes: nn, topic: bug fixes, topic: not user facing, merging
#161712 - [MPS] Migrate round unary op to Metal
Pull Request -
State: closed - Opened by malfet 3 months ago
- 3 comments
Labels: ciflow/trunk, topic: bug fixes, release notes: mps, ciflow/mps, module: inductor, ciflow/inductor, merging
#161641 - Ensure that tensors are contiguous before using no-graph MPS impl
Pull Request -
State: closed - Opened by rebeccajae 3 months ago
- 8 comments
Labels: open source, Merged, topic: bug fixes, release notes: mps, merging
#161639 - Bugfix for doing negative padding
Pull Request -
State: closed - Opened by skpark-rh 3 months ago
- 18 comments
Labels: oncall: distributed, open source, Merged, ciflow/trunk, release notes: releng, topic: bug fixes, merging, release notes: inductor (aoti)
#161511 - Fix index_add for int64 input + zerodim index
Pull Request -
State: open - Opened by manuelcandales 3 months ago
- 6 comments
Labels: Merged, Reverted, topic: bug fixes, release notes: mps, ciflow/mps, ci-no-td
#161380 - CUDA 13 -- sm_120 -- Nvidia 5090 -- ptxas warning : Value of threads …
Pull Request -
State: closed - Opened by DrStone71 3 months ago
- 15 comments
Labels: module: cuda, triaged, open source, Merged, ciflow/trunk, topic: bug fixes, topic: not user facing, merging
#161231 - Fix OpSchema equality check
Pull Request -
State: closed - Opened by swolchok 3 months ago
- 3 comments
Labels: oncall: distributed, Merged, ciflow/trunk, topic: bug fixes, ciflow/inductor, release notes: distributed (dtensor)
#161206 - [MPS] Fix index_select for scalar_types
Pull Request -
State: closed - Opened by malfet 3 months ago
- 3 comments
Labels: Merged, ciflow/trunk, topic: bug fixes, release notes: mps, ciflow/mps, merging
#161056 - [ONNX] Fix lower opset version support in dynamo=True
Pull Request -
State: closed - Opened by justinchuby 3 months ago
- 15 comments
Labels: module: onnx, open source, Merged, ciflow/trunk, release notes: onnx, topic: bug fixes, merging
#160889 - [MPS] Fix error check for torch.var on scalar
Pull Request -
State: closed - Opened by malfet 3 months ago
- 3 comments
Labels: Merged, topic: bug fixes, release notes: mps, ciflow/mps, merging
#160709 - Do not incorrectly chain each of the strings as iterables
Pull Request -
State: closed - Opened by ezyang 3 months ago
- 5 comments
Labels: oncall: distributed, Merged, ciflow/trunk, topic: bug fixes, merging, DeviceMesh, release notes: DeviceMesh
#160345 - Fix MPS autocast for ConvTranspose3d
Pull Request -
State: closed - Opened by malfet 3 months ago
- 3 comments
Labels: module: amp (automated mixed precision), Merged, topic: bug fixes, release notes: mps, ciflow/mps, merging, codex
#160334 - [MPS] Type-promote tensor-iterator common dtype
Pull Request -
State: closed - Opened by malfet 3 months ago
- 3 comments
Labels: Merged, ciflow/trunk, topic: bug fixes, release notes: mps, ciflow/mps, merging
#160270 - [MPS] Extend addmm to integral types
Pull Request -
State: closed - Opened by malfet 3 months ago
- 3 comments
Labels: Merged, topic: bug fixes, release notes: mps, ciflow/mps, merging
#160191 - Add torchao to install_inductor_benchmark_deps cleanup stage
Pull Request -
State: closed - Opened by robert-hardwick 3 months ago
- 9 comments
Labels: module: ci, open source, module: arm, Merged, topic: bug fixes, topic: not user facing, merging, arm priority
#159994 - Improve pin_memory error message on CPU-only systems
Pull Request -
State: closed - Opened by ezyang 3 months ago
- 7 comments
Labels: Merged, ciflow/trunk, release notes: python_frontend, topic: bug fixes, merging, codex
#159973 - Make onnx export SDPA match aten behavior
Pull Request -
State: closed - Opened by IlyasMoutawwakil 4 months ago
- 4 comments
Labels: open source, Merged, ciflow/trunk, release notes: onnx, topic: bug fixes, merging
#159878 - Fix meta for constant_pad_nd
Pull Request -
State: closed - Opened by isuruf 4 months ago
- 8 comments
Labels: open source, Merged, ciflow/trunk, topic: bug fixes, module: inductor, ciflow/inductor, release notes: inductor, merging
#159629 - Fix AllocatorConfig potential SIO issue
Pull Request -
State: open - Opened by guangyey 4 months ago
- 5 comments
Labels: open source, ciflow/trunk, release notes: cpp, topic: bug fixes
#159386 - [MPS] Avoid outputing zeros from `exponential_` for MPS
Pull Request -
State: closed - Opened by kurtamohler 4 months ago
- 3 comments
Labels: open source, Merged, topic: bug fixes, release notes: mps, ciflow/mps, merging
#159061 - [SymmMem] Use host/nvshmem_api.h for backward compat
Pull Request -
State: closed - Opened by kwen2501 4 months ago
- 12 comments
Labels: oncall: distributed, ciflow/trunk, release notes: distributed (c10d), topic: bug fixes, merging, ciflow/h100-symm-mem
#158994 - [CUDA] Fix missing `__syncthreads` in MultiMarginLoss backward
Pull Request -
State: closed - Opened by eqy 4 months ago
- 3 comments
Labels: module: loss, module: cuda, open source, Merged, ciflow/trunk, release notes: nn, topic: bug fixes, merging
#158064 - [MPS] Fix `index_kernel` for large tensors
Pull Request -
State: closed - Opened by malfet 4 months ago
- 6 comments
Labels: Merged, ciflow/trunk, topic: bug fixes, release notes: mps, ciflow/mps, merging
#158064 - [MPS] Fix `index_kernel` for large tensors
Pull Request -
State: closed - Opened by malfet 4 months ago
- 6 comments
Labels: Merged, ciflow/trunk, topic: bug fixes, release notes: mps, ciflow/mps
#158030 - Fix DTensor handling of conjugate bit.
Pull Request -
State: closed - Opened by ezyang 4 months ago
- 3 comments
Labels: oncall: distributed, Merged, topic: bug fixes, ciflow/inductor, release notes: distributed (dtensor), merging
#157772 - [MPS][BE] Delete `as_strided_tensorimpl_mps`
Pull Request -
State: closed - Opened by malfet 4 months ago
- 4 comments
Labels: Merged, topic: bug fixes, release notes: mps, ciflow/mps, merging
#157734 - [ONNX] Support symbolic arguments in onnx exporter
Pull Request -
State: closed - Opened by titaiwangms 4 months ago
- 6 comments
Labels: triaged, open source, Merged, ciflow/trunk, release notes: onnx, topic: bug fixes, merging
#157734 - [ONNX] Support symbolic arguments in onnx exporter
Pull Request -
State: open - Opened by titaiwangms 4 months ago
- 4 comments
Labels: triaged, open source, release notes: onnx, topic: bug fixes
#157666 - Fix torch.utils.cpp_extension parser for clang version 20.1.7+libcxx
Pull Request -
State: closed - Opened by AngryLoki 5 months ago
- 8 comments
Labels: open source, Merged, ciflow/trunk, topic: bug fixes, topic: not user facing, merging
#157666 - Fix torch.utils.cpp_extension parser for clang version 20.1.7+libcxx
Pull Request -
State: closed - Opened by AngryLoki 5 months ago
- 9 comments
Labels: open source, Merged, ciflow/trunk, release notes: cpp, topic: bug fixes
#157014 - [MPS] Switch Cholesky decomp to column wise
Pull Request -
State: closed - Opened by malfet 5 months ago
- 5 comments
Labels: Merged, topic: bug fixes, release notes: mps, ciflow/mps, module: inductor, ciflow/inductor, merging
#157014 - [MPS] Delete custom Cholesky dispatches, switch to column wise
Pull Request -
State: open - Opened by malfet 5 months ago
- 2 comments
Labels: topic: bug fixes, release notes: mps, ciflow/mps
#156872 - chunk_size should always be int64_t for Foreach functors
Pull Request -
State: closed - Opened by janeyx99 5 months ago
- 5 comments
Labels: Merged, ciflow/trunk, release notes: foreach_frontend, topic: bug fixes, merging
#156719 - Fix #156261 _foreach_copy indexing
Pull Request -
State: closed - Opened by janeyx99 5 months ago
- 4 comments
Labels: Merged, ciflow/trunk, release notes: foreach_frontend, topic: bug fixes, merging
#156650 - Fix propagation of strict kwarg to load_state_dict pre_hooks
Pull Request -
State: closed - Opened by mikaylagawarecki 5 months ago
- 2 comments
Labels: Stale, release notes: nn, topic: bug fixes
#156650 - Fix propagation of strict kwarg to load_state_dict pre_hooks
Pull Request -
State: open - Opened by mikaylagawarecki 5 months ago
- 1 comment
Labels: release notes: nn, topic: bug fixes
#156615 - Checkout optional submodules when publishing a release tarball
Pull Request -
State: closed - Opened by malfet 5 months ago
- 3 comments
Labels: Merged, release notes: releng, topic: bug fixes, merging
#156567 - [MPSInductor][BE] Fix multistage reduction check
Pull Request -
State: closed - Opened by malfet 5 months ago
- 3 comments
Labels: Merged, topic: bug fixes, release notes: mps, ciflow/mps, module: inductor, ciflow/inductor, merging
#156566 - [MPSInductor] Fix nested loop var elimination
Pull Request -
State: closed - Opened by malfet 5 months ago
- 3 comments
Labels: Merged, topic: bug fixes, release notes: mps, ciflow/mps, module: inductor, ciflow/inductor, merging
#156527 - [dynamo] fix segfault due to dangling CacheEntry backend pointer
Pull Request -
State: closed - Opened by williamwen42 5 months ago
- 19 comments
Labels: Merged, Reverted, ciflow/trunk, topic: bug fixes, module: dynamo, ciflow/inductor, release notes: dynamo, ci-no-td
#156527 - [dynamo] fix segfault due to dangling CacheEntry backend pointer
Pull Request -
State: closed - Opened by williamwen42 5 months ago
- 19 comments
Labels: Merged, Reverted, ciflow/trunk, topic: bug fixes, module: dynamo, ciflow/inductor, release notes: dynamo, ci-no-td
#156379 - fix apparent copy-paste bug in log_softmax reduced-precision fp kernel
Pull Request -
State: closed - Opened by swolchok 5 months ago
- 6 comments
Labels: module: cpu, Merged, ciflow/trunk, topic: bug fixes, merging, release notes: cpu (x86)
#156375 - [MPS] Fix bug in 3d coords calculation
Pull Request -
State: closed - Opened by malfet 5 months ago
- 3 comments
Labels: Merged, ciflow/trunk, topic: bug fixes, release notes: mps, ciflow/mps, module: inductor, ciflow/inductor, ci-no-td
#156375 - [MPS] Fix bug in 3d coords calculation
Pull Request -
State: closed - Opened by malfet 5 months ago
- 3 comments
Labels: Merged, ciflow/trunk, topic: bug fixes, release notes: mps, ciflow/mps, module: inductor, ciflow/inductor, merging, ci-no-td
#156140 - [cuDNN][64-bit indexing] update conv depthwise 64bit indexing dispatch condition to match native kernel
Pull Request -
State: open - Opened by eqy 5 months ago
- 13 comments
Labels: module: cudnn, module: cuda, module: cpu, module: convolution, triaged, open source, Merged, Reverted, ciflow/trunk, release notes: cuda, topic: bug fixes, ci-no-td
#155918 - [BE] Fix minifier when one has multiple Python runtimes
Pull Request -
State: closed - Opened by malfet 5 months ago
- 8 comments
Labels: ciflow/trunk, topic: bug fixes, module: dynamo, ciflow/inductor, release notes: inductor, merging
#155912 - [DCP][Ez]: Fix broadcast_object bug in DCP utils
Pull Request -
State: closed - Opened by Skylion007 5 months ago
- 6 comments
Labels: oncall: distributed, open source, Merged, ciflow/trunk, topic: bug fixes, release notes: distributed (checkpoint), merging
#155891 - [MPSInductor] Fix remainder implementation for int types
Pull Request -
State: closed - Opened by malfet 5 months ago
- 3 comments
Labels: Merged, topic: bug fixes, release notes: mps, ciflow/mps, module: inductor, ciflow/inductor, merging
#155595 - Unbreak torch.is_vulkan_available() on Mac (re-send of #154675, please stamp)
Pull Request -
State: closed - Opened by swolchok 5 months ago
- 4 comments
Labels: Merged, module: vulkan, release notes: vulkan, topic: bug fixes
#155383 - Add checks for empty tensor list
Pull Request -
State: closed - Opened by malfet 6 months ago
- 6 comments
Labels: Merged, release notes: python_frontend, topic: bug fixes, merging
#155383 - Add checks for empty tensor list
Pull Request -
State: closed - Opened by malfet 6 months ago
- 6 comments
Labels: Merged, release notes: python_frontend, topic: bug fixes
#155364 - Fix segfault during NumPy string tensor conversion
Pull Request -
State: closed - Opened by malfet 6 months ago
- 3 comments
Labels: Merged, ciflow/trunk, release notes: python_frontend, topic: bug fixes, merging
#155364 - Fix segfault during NumPy string tensor conversion
Pull Request -
State: open - Opened by malfet 6 months ago
- 1 comment
Labels: release notes: python_frontend, topic: bug fixes
#155243 - [Profiler] Induce Inductor Import before Profiling
Pull Request -
State: closed - Opened by sraikund16 6 months ago
- 6 comments
Labels: fb-exported, Merged, ciflow/trunk, release notes: profiler, topic: bug fixes
#155243 - [Profiler] Induce Inductor Import before Profiling
Pull Request -
State: closed - Opened by sraikund16 6 months ago
- 6 comments
Labels: fb-exported, Merged, ciflow/trunk, release notes: profiler, topic: bug fixes, merging
#155184 - [MPS] Fix complex scalar binding to Metal tensors
Pull Request -
State: closed - Opened by malfet 6 months ago
- 3 comments
Labels: Merged, topic: bug fixes, release notes: mps, ciflow/mps
#155183 - [MPS] Fix unary/binary ops for 2**32+ elem tensors
Pull Request -
State: closed - Opened by malfet 6 months ago
- 3 comments
Labels: Merged, topic: bug fixes, release notes: mps, ciflow/mps
#155165 - [MPS] Add device guard for MPS dispatch key
Pull Request -
State: closed - Opened by b-vitamins 6 months ago
- 10 comments
Labels: triaged, open source, Stale, topic: bug fixes, topic: not user facing, release notes: mps
#154932 - [Memory Snapshot] Add Flag to Toggle Global and Local Callbacks for Annotations
Pull Request -
State: open - Opened by sraikund16 6 months ago
- 5 comments
Labels: fb-exported, release notes: profiler, topic: bug fixes
#154932 - [Memory Snapshot] Add Flag to Toggle Global and Local Callbacks for Annotations
Pull Request -
State: closed - Opened by sraikund16 6 months ago
- 8 comments
Labels: fb-exported, Merged, ciflow/trunk, release notes: profiler, topic: bug fixes, merging
#154605 - [inductor][AMD] support special kwargs in AMD triton configs
Pull Request -
State: closed - Opened by davidberard98 6 months ago
- 10 comments
Labels: fb-exported, Merged, ciflow/trunk, topic: bug fixes, module: inductor, ciflow/inductor, release notes: inductor, merging
#154605 - [inductor][AMD] support special kwargs in AMD triton configs
Pull Request -
State: closed - Opened by davidberard98 6 months ago
- 10 comments
Labels: fb-exported, Merged, ciflow/trunk, topic: bug fixes, module: inductor, ciflow/inductor, release notes: inductor
#154296 - Fix deterministic indexing with broadcast
Pull Request -
State: closed - Opened by ngimel 6 months ago
- 9 comments
Labels: Merged, ciflow/trunk, release notes: cuda, topic: bug fixes, merging
#154296 - Fix deterministic indexing with broadcast
Pull Request -
State: closed - Opened by ngimel 6 months ago
- 9 comments
Labels: Merged, ciflow/trunk, release notes: cuda, topic: bug fixes
#154055 - [c10d] Turn off default non-blocking API mode to work around hang in NCCL 2.26
Pull Request -
State: closed - Opened by kwen2501 6 months ago
- 3 comments
Labels: oncall: distributed, Merged, release notes: distributed (c10d), topic: bug fixes, merging
#154055 - [c10d] Turn off default non-blocking API mode to work around hang in NCCL 2.26
Pull Request -
State: closed - Opened by kwen2501 6 months ago
- 5 comments
Labels: oncall: distributed, Merged, release notes: distributed (c10d), topic: bug fixes
#153997 - [MPSInductor] Fix indexing calculation
Pull Request -
State: closed - Opened by malfet 6 months ago
- 3 comments
Labels: Merged, topic: bug fixes, release notes: mps, ciflow/mps, module: inductor, ciflow/inductor, merging
#153946 - Fix s390x vectorization compilation in inductor
Pull Request -
State: closed - Opened by AlekseiNikiforovIBM 6 months ago
- 5 comments
Labels: module: cpu, open source, Merged, ciflow/trunk, topic: bug fixes, topic: not user facing, merging
#153787 - [MPSInductor] Fix conv_transpose channels last
Pull Request -
State: open - Opened by malfet 6 months ago
- 1 comment
Labels: module: cpu, topic: bug fixes, release notes: mps, ciflow/mps, module: inductor, ciflow/inductor
#153647 - [Torch] Fix error message formatting in fp8 comparison logic
Pull Request -
State: closed - Opened by PatriceVignola 6 months ago
- 5 comments
Labels: fb-exported, Merged, module: testing, ciflow/trunk, release notes: python_frontend, topic: bug fixes, topic: not user facing, merging
#153582 - [MPS] Fix float64 scalar tensor handling
Pull Request -
State: closed - Opened by malfet 6 months ago
- 3 comments
Labels: Merged, topic: bug fixes, release notes: mps, ciflow/mps, merging
#153582 - [MPS] Fix float64 scalar tensor handling
Pull Request -
State: open - Opened by malfet 6 months ago
- 1 comment
Labels: topic: bug fixes, release notes: mps, ciflow/mps
#153508 - [Torch] Fix crash when comparing fp8 tensors that have more than 1 dimension
Pull Request -
State: open - Opened by PatriceVignola 6 months ago
- 7 comments
Labels: fb-exported, module: testing, ciflow/trunk, release notes: python_frontend, topic: bug fixes, topic: not user facing