-
### š The feature, motivation and pitch
Currently, tensor inter-process communication only supports cuda device. I hope to refactor this part of the code to be compatible with third-party device IPC ā¦
-
### Your current environment
Collecting environment information...
PyTorch version: 2.3.0+cu121
Is debug build: False
CUDA used to build PyTorch: 12.1
ROCM used to build PyTorch: N/A
OS: Ubuntā¦
czhcc updated
3 weeks ago
-
### Describe the issue
I didn't want to reply to https://github.com/microsoft/onnxruntime/issues/10746 since it was mentionned that the issue is a placeholder.
I wanted to say that in our work, wā¦
-
Thanks a lot for your great work!
When running this inference code 'rgb2x/gradio_demo_rgb2x.py' , it report the error as following.
```
File "/rgbx/rgb2x/load_image.py", line 84, in load_ldr_imā¦
-
### Your current environment
```text
python collect_env.py
Collecting environment information...
PyTorch version: 2.2.1+cu121
Is debug build: False
CUDA used to build PyTorch: 12.1
ROCM used toā¦
-
On a Neoverse N1 server CPU (aarch64) using NVIDIA Tesla V100S GPUs, I am trying to build pytorch version 1.11.0 with Cuda 11.3. It ultimately fails due to a linker error in torch_shm_manager. I am usā¦
-
I'm trying to compile the code on my Ubuntu 18.04 LTS machine, with cuda=10.2, Nvidia driver version=440.33.01.
I suspect the code is not compatible with cuda 10.
Cuda 9 is not officially supportedā¦
-
## š Feature
This RFC proposes to add common frontend device runtime API and a device runtime plugin design to PyTorch. They align with CUDA runtime (torch.cuda package) and aim to simplify the work ā¦
-
### Describe the issue
With 8 bit file paths there is a high risk that applications won't run in all countries due to many characters not being representable in a char. Using filesystem::path is of cā¦
-
### š Describe the bug
The following code reproduces the bug:
```python
import torch
x = torch.tensor([0.0, -0.0])
print(torch.pow(x, 0.5), torch.pow(x, 0.6))
```
prints
```
tensor([0.,ā¦