-
I just created a fresh Ubuntu 20.04.3 LTS install and installed drivers and checked that pytorch was using CUDA and everything seems fine.
It's in S_run_aifenman.py line 85:
idx_min = np.argmin(np…
-
Requirements from pytorch tracing sweeps https://github.com/tenstorrent/pytorch2.0_ttnn/blob/main/docs/operations/aten.add.Tensor.md
**Case 1:**
when input parameters are such :
```
Tensor self = ?…
-
Running the test case in `ops/eltwise_mult_CSRxDense_oCSR.ta` unveils a bug in the IR that is hard to notice since it does not affect the results.
Specifically, lowering to loops (`--emit-loops`) pro…
-
"Have you considered using Tensor Cores for acceleration?"
-
I tried to run the ipadapter but kept getting this error.
# ComfyUI Error Report
## Error Details
- **Node ID:** 1604
- **Node Type:** KSampler
- **Exception Type:** RuntimeError
- **Exception…
-
```py
import torch
import thunder
@thunder.jit
def f(x):
x.add_(1)
return x.copy_(x.sin())
f(torch.tensor(0.0, device='cuda'))
```
The above results in the following error from nv…
-
```
from tinygrad import Tensor, Device
a = Tensor([0, 1, 2, 3], device=f"{Device.DEFAULT}")
b = Tensor([0, 1, 2, 3], device=f"{Device.DEFAULT}:1")
print(f"{(a+b).tolist()}")
```
```
Tracebac…
-
I would like to see examples for every method in `Tensor` types.
That would be useful from people that came from PyTorch. Because Python language is highly dynamic and Rust is not, it's not easy to…
-
model.layers.0.self_attn.ires_split-00_view_is QNN INT8 op
0.0ms [ ERROR ] Tensor name InceptionV3_InceptionV3_Conv2d_1a_3x3_Conv2D_stride already exists in the graph.
[ ERROR ] QnnModel::a…
-