-
envorment : ubuntu 22.04 python version = Python 3.10.12
When I installing the dependence:` pip install tpu_mlir`, there is an error:
```
ERROR: Could not install packages due to an OSError: [Err…
-
MLIR one handles public, private and nested, CIR instead has all we need for C/C++ semantics + LLVM lowering.
The initial plan when we introduced CIR visibility was to later remove explicit referen…
-
## Description
- Unsupported data format during lowering from TTForge to TTIR: Bfp2_b. unsupported data fromat assertion from lower_to_mlir.cpp
`RuntimeError: TT_ASSERT @ /proj_sw/user_dev/mramanath…
-
Example graph:
```
module {
func.func @main(%arg0: tensor, %arg1: tensor) -> tensor {
%0 = stablehlo.broadcast_in_dim %arg0, dims = [0] : (tensor) -> tensor
%1 = stablehlo.broadcast_in_dim …
-
Hi @nullplay,
I wanted to start a discussion on Finch-MLIR MLIR tensors API. In https://github.com/pydata/sparse/tree/main/sparse/mlir_backend we have an initial Tensor class which provides constr…
-
Hi all,
I'm trying to compile bf16 flux mmdit from onnx export.
Running into the following torch-to-onnx legalization error:
```
iree-compile --iree-hal-target-device=amdgpu --iree-hip-target=gf…
-
- Refers to failure on https://github.com/tenstorrent/tt-mlir/actions/runs/11863916419/job/33066315869
- Tests are manually defined, so if the MLIR spec is changed then the model parsing could fail an…
-
Repro branch: https://github.com/tenstorrent/tt-mlir/commits/svuckovic/repro-tensor-mem-layout-issue/
Running:
```
./build/bin/ttmlir-opt --ttir-to-ttnn-backend-pipeline --convert-ttnn-to-emitc test/…
-
Needed to fully solve:
https://github.com/tenstorrent/tt-mlir/issues/1051
https://github.com/tenstorrent/tt-mlir/issues/1053
https://github.com/tenstorrent/tt-mlir/issues/1054
-
**Documentation**
[MLIR Language Reference](https://mlir.llvm.org/docs/LangRef/)
[MLIR Bytecode Format](https://mlir.llvm.org/docs/BytecodeFormat/)
**Examples:**
[1043.mlir.zip](https://github.com/lu…