-
### 🐛 Describe the bug
When trying to use torch.export.export_for_training using a sample model like:
```
class SampleModel(torch.nn.Module):
def __init__(self):
super().__init__()…
-
### Your current environment information
```
Collecting environment information...
PyTorch version: 2.4.0+cu121
Is debug build: False
CUDA used to build PyTorch: 12.1
ROCM used to build PyTorc…
-
I had this code: ([Godbolt link](https://zig.godbolt.org/#z:OYLghAFBqd5QCxAYwPYBMCmBRdBLAF1QCcAaPECAMzwBtMA7AQwFtMQByARg9KtQYEAysib0QXACx8BBAKoBnTAAUAHpwAMvAFYgAzKVpMGoAF55gpJfWQE8Ayo3QBhVLQCuLBiADsBp…
-
### 🐛 Describe the bug
```
import torch
assert torch.xpu.is_available(), "Intel XPU is not available"
batch_size = 4
vocab_size = 4
# RuntimeError: Required aspect fp64 is not suppor…
-
### 🐛 Describe the bug
# Bug program
```
import torch
# CPU
input = torch.randn(3, 4, 5)
running_mean = torch.randn(4)
output, save_mean, save_var, reserve, _ = torch._batch_norm_impl_index…
-
When I run y-cruncher component stress test on Ubuntu it issues an warning in red: failed to add core affinity to core 64. However there is no error if I run the same stress test on windows.
Ubuntu…
-
### 🐛 Describe the bug
Code to reproduce:
```python
import torch
device = torch.device('cpu')
dtype = torch.bfloat16
n = 512
x = torch.tensor([0, 1], dtype=dtype, device=device).repeat(…
-
### 🐛 Describe the bug
torch.onnx.export gives the following RuntimeError:
> RuntimeError: The serialized model is larger than the 2GiB limit imposed by the protobuf library. Therefore the output …
-
### Description
Spinoff from [this comment](https://github.com/apache/lucene/pull/13767#issuecomment-2344025785).
This (`compress=true`) is a useful option when quantizing KNN vectors to 4 bits: i…
-
### Describe the bug
Intel compute runtime doesn't allow allocating a buffer bigger than 4 GB.
https://github.com/intel/compute-runtime/issues/627
When you allocate an array in intel-extensio…