pytorch icon indicating copy to clipboard operation
pytorch copied to clipboard

Tensors and Dynamic neural networks in Python with strong GPU acceleration

Results 133 pytorch issues
Sort by recently updated
recently updated
newest added

## πŸ› Bug Hi, I'm trying to use pytorch with rocm, however after installing the docker image the tests fail with the message: ```Running test_cpp_api_parity ... [2020-09-10 11:45:29.111887] Executing ['/usr/bin/python3.6',...

## πŸ› Bug ## To Reproduce Steps to reproduce the behavior: 1. Enter .circle/docker folder 2. Run ./build.sh pytorch-devtoolset7-centos7.5.1804-rocm3.5.1-py3.6 3. The build will failed when running the install_magma function of...

## πŸ› Bug Calling `torch.cuda.memory_stats` on gfx900 GPU (Frontier Vega) or any of the methods in https://pytorch.org/docs/stable/cuda.html#memory-management results in 0s. ## To Reproduce Steps to reproduce the behavior: 1. Run...

## When I try to install pytorch from source with branch "release_1.6_PR41255" with backend BLIS instead of MKL, I am getting Error when I run "python setup.py install" inside pytorch...

## πŸ› Bug Pytorch 1.6.0 fails to build in container made from image: rocm/pytorch:rocm3.7_ubuntu18.04_py3.6 ## To Reproduce Steps to reproduce the behavior: Dockerfile: ``` FROM rocm/pytorch:rocm3.7_ubuntu18.04_py3.6 USER root RUN cd;...

## πŸ› Bug export USE_NINJA=1 USE_CUDA=0 USE_ROCM=1 USE_LMDB=1 USE_OPENCV=1 MAX_JOBS=2; python setup.py install ... [ 95%] Built target c10d make: *** [Makefile:141:all] Error 2 Traceback (most recent call last): File...

gfx803

curl is issuing the below error: failed to solve with frontend dockerfile.v0: failed to solve with frontend gateway.v0: rpc error: code = Unknown desc = failed to build LLB: executor...

## πŸš€ Feature PyTorch ROCM package as a pip package like tensorflow-rocm would be great. ## Motivation While it is already a pain for newer users to get things up...

## πŸ› Bug PyTorch fails to build for gfx1010 architecture ## To Reproduce Steps to reproduce the behavior: 1. Install ROCm 3.7 1. Clone pytorch: `git clone --recursive https://github.com/ROCmSoftwarePlatform/pytorch` 1....

Navi10

## πŸ› Bug Running `torch.unique` with any specified argument fails: ```py In [5]: torch.unique(torch.arange(10).view(2,5).cuda(), dim=1) [1] 17003 abort (core dumped) ipython ``` ```py In [2]: torch.unique(torch.arange(10).view(2,5).cuda(), dim=1, return_counts=True) ... RuntimeError:...

bug