-
### Your current environment
```text
The output of `python collect_env.py`
```
Collecting environment information...
PyTorch version: 2.4.0+cu124
Is debug build: False
CUDA used to build PyTorc…
-
### 🐛 Describe the bug
I noticed that the latest stable release 2.5.0 is slower than 2.4.1 when using torch.compile (reduce-overhead), I tried on different machines with a 4090 RTX and it's pretty…
-
### Your current environment
```text
_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow …
-
### Your current environment
```
Collecting environment information...
INFO 05-23 16:19:36 pynccl.py:58] Loading nccl from library librccl.so.1
/opt/conda/envs/py_3.9/lib/python3.9/site-packages/t…
-
### 🐛 Describe the bug
1. https://github.com/intel/torch-xpu-ops/issues/261 - closed
2. Tensor isn't pinned with DataLoader(..., pin_memory=True,..)
command:
```python
PYTORCH_ENABLE_XPU_FALLBA…
-
### 🐛 Describe the bug
I found the example that specifying a CUDA stream using a with-context does not work as expected.
```python
with torch.cuda.stream(my_stream):
dist.all_reduc…
-
### 🐛 Describe the bug
```shell
Reason: Illegal getattr invocation stride in strict mode
```
I have a kernel which requires strides.
but when I access the stride inside a torch.autograd.Functio…
-
The Chlamydia Screening CQM example (and potentially others) still reference context Population. These should be updated to reference Unspecified context.
-
### Your current environment
Collecting environment information...
/home/sdp/miniforge3/envs/liangan1/lib/python3.10/site-packages/transformers/utils/hub.py:128: FutureWarning: Using `TRANSFORMERS_C…
-
### 🐛 Describe the bug
In the following code, I am encountering a `HIP error` during backpropagation that is thrown when executing `bond_losses[atompair_mask].mean()`. I initially suspected (based …