-
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 = ?…
-
When test MPS(Metal Performance Shading) implements using examples/gpt2
tensor creating lot of backend and compute struct in short time.
this type of tasks occurring `Context leak detected, msgtra…
-
**Describe the bug**
ttnn.max op throws `Tensor rank is not 4` error when reducing 3d input tensor along batch dimension.
**Additional Note:**
When testing the ttnn.max op with 3d input tensor of …
-
[//]: # "SPDX-FileCopyrightText: Copyright (c) 2022-2023 NVIDIA CORPORATION & AFFILIATES. All rights reserved."
[//]: # "SPDX-License-Identifier: Apache-2.0"
[//]: # ""
[//]: # "Licensed under the …
-
```
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…
-
### Have I written custom code (as opposed to using a stock example script provided in MediaPipe)
None
### OS Platform and Distribution
WSL2
### MediaPipe Tasks SDK version
0.10.18
#…
-
### 🐛 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(…
-
初始化代码:
_mnn_net->setCacheFile(".cache");
_net_cfg.type = MNN_FORWARD_OPENCL;
DEBUG_LOG(" setCacheFile end ");
_mnn_session = _mnn_net->createSession(_net_cf…
-
### What happened?
for the given IR
```mlir
#map = affine_map (d0, d1, d2, d3)>
#map1 = affine_map (0, d1, d2, d3)>
module {
ml_program.global private mutable @global_seed(dense : tensor) : tenso…