-
**Describe the bug**
I'm attempting to eliminate most if not all CPU fallback code paths in my GGML backend. One of which is reshaping a single vector into a 3D tensor - I know this is not efficient o…
-
Hi all,
sometimes I get randomly these errors when calling model.solve:
```
2024-11-13 15:05:34 [INFO] Optimization successful:
Status: ok
Termination condition: optimal
Solution: 3017580 …
-
Load a file with 300k lines and got error
```
import numpy as np
import stl
stl_file = './000000_tumoredbrain.stl'
# Load the STL file
stl_mesh = stl.Mesh.from_file(stl_file, mode=stl.Mode.A…
-
**Describe the bug**
ttnn.tril gives low PCC when using sharded strategies and when input tenor (of rank 3 or 4) has second to innermost dimension not divisible by 32. Problem has been observed on Wor…
-
For repeating instruments, "column per instance" reshapes first by field, then by instance.
For a concomitant medications form, this makes it hard to read the data by for each instance in a report:
…
-
Currently an issue that gets asserted out. To recreate this you need to build in debug build.
CC: @pavlejosipovic @ayerofieiev-tt
This is the unit test.
```
def test_slice_resnet_usecase1(d…
-
Hello! thank you for an amazing project!
Could you please help to resolve the issue when I run:
`python train.py --dataset_path data/shadow_hand --experiment_name shadow_hand_experiment`
The …
-
Following are the stablehlo graphs for `stablehlo.gather` op (coming from PyTorch models through `tt-torch`) which `tt-mlir` can't handle and mark them illegal explicitly.
Example 1:
```
func.fu…
-
```julia
using Reactant, Enzyme, Lux, Random, LinearAlgebra
const xdev = reactant_device()
const cdev = cpu_device()
model = Dense(5 => 5, gelu);
ps, st = Lux.setup(Random.default_rng(), model) |> x…
-
**Describe the bug**
When I try to reshape a 3-D tensor to 5-D with a tensor on device and tile layout, I get the following error:
```
Traceback (most recent call last):
File "reshape.py", lin…