Nikita Shulga

Results 77 issues of Nikita Shulga

Stack from [ghstack](https://github.com/ezyang/ghstack) (oldest at bottom): * #92193 * __->__ #92192 * #92191 But always return workflowid, which is not unique across reruns but... Fixes https://github.com/pytorch/pytorch/issues/91332

topic: not user facing

Stack from [ghstack](https://github.com/ezyang/ghstack) (oldest at bottom): * __->__ #92193 * #92192 * #92191 To be landed few days later then rest of the changes As workflow can never fail now,...

topic: not user facing

Depends on https://github.com/pytorch/pytorch/pull/91805 Fixes https://github.com/pytorch/pytorch/issues/85506

ciflow/trunk
topic: not user facing

### 🐛 Describe the bug See this for example https://hud.pytorch.org/hud/pytorch/pytorch/master/1?per_page=50&name_filter=test%20(dynamo%2C%201 Backtrace often looks as follows (see https://github.com/pytorch/pytorch/actions/runs/4000620927/jobs/6866135571 ) ``` #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:51 #1 0x00007f7fbfb857f1 in __GI_abort () at...

triaged
module: testing
oncall: pt2
module: dynamo

Part of https://github.com/pytorch/pytorch/issues/80513

ciflow/trunk
topic: not user facing

Python-2 (as well as Python-3.4) are well past their EOL And six is not actually used by NNPACK codebase

Stack from [ghstack](https://github.com/ezyang/ghstack) (oldest at bottom): * __->__ #119992 This reduced torch.mv time for 256x768 matrix by 256 element vector from 209 usec to 10 usec for nontransposed case and...

module: cpu

It's already a requirement for building PyTorch, but should be a requirement for linking extensions with it, as that can lead to runtime crashes, as `std::optional` template layout is incompatible...

module: cpp
release notes: cpp
topic: bc breaking

As one needs gcc-9 to compile PyTorch, so those workarounds are no longer relevant

ciflow/trunk
topic: not user facing

### 🐛 Describe the bug Steps to reproduce: 1) Download TorchVision 0.11.1 windows wheel from https://download.pytorch.org/whl/cu102/torchvision/ 2) Unpack the binary 3) Run `dumpbin /dependents image.pyd` to make sure it depends...

windows
topic: binaries
release-issue