-
Example:
```
python test/test_nestedtensor.py -k test_backward_atanh_cuda_float32
```
This test has an xfail from `fill_()` not being implemented, but [it is now](https://github.com/pytorch/pyto…
-
Multiplying a `CuSparseMatrixCSC` and a `CuSparseVector` vector returns a `CuArray`, instead of a `CuSparseVector`.
```
using CUDA
using CUDA.CUSPARSE
using Random
using SparseArrays
Random.see…
-
**Description**
A clear and concise description of what the bug is.
I am trying to use the newly introduced [triton inference server In-Process python API](https://github.com/triton-inference-server…
-
Hi, when I use `pip install git+https://github.com/tatsy/torchmcubes.git` to install, it will cause:
I am using Python 3.12.2 and CUDA 12.2.
```bash
pip install git+https://github.com/tatsy/tor…
-
### Your current environment
The output of `python collect_env.py`
```text
Collecting environment information...
PyTorch version: 2.4.0+cu121
Is debug build: False
CUDA used to build PyTor…
-
### 🐛 Describe the bug
version:
python 3.10
torch 2.1.0
cuda 12.1
put breakpoint in row x = x.detach()
```python
import torch
import torchvision
class BoQ_DinoV2(torch.nn.Module):
…
-
**Target:** Figure out if by default Torch `scaled_dot_product_attention` when executing in Hopper architecture, thus `PLATFORM_SUPPORTS_CUDNN_ATTENTION` and `SM90OrLater` evaluate to `True`, executes…
-
[model_input.txt](https://github.com/user-attachments/files/17492230/model_input.txt)
### Your current environment
The output of `python collect_env.py`
```text
Collecting environment inform…
-
hello, i have tried to use megablocks in V100 + pytorch2.4.0+cu121, but get error with "cannot support bf16". If i use megablocks in fp32, i get error "group gemm must use bf16". So i change my enviro…
-
Requirement already satisfied: packaging in ./venv/lib/python3.11/site-packages (from -r requirements.txt (line 1)) (21.3)
Collecting torch==2.1.0 (from -r requirements.txt (line 2))
Using cached …