From 757232a5d8cf5de8fb557491348352b77eb65e3f Mon Sep 17 00:00:00 2001 From: Brian M Johnson Date: Thu, 2 Jan 2025 17:31:39 +0530 Subject: [PATCH] Add Tenstorrent MLIR compiler to users page (#211) --- website/content/users/_index.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/website/content/users/_index.md b/website/content/users/_index.md index 0d31dc042554..667633dbaa46 100644 --- a/website/content/users/_index.md +++ b/website/content/users/_index.md @@ -241,6 +241,14 @@ SOPHGO TPU. https://arxiv.org/abs/2210.15016. MLIR is used as a Graph Transformation framework and the foundation for building many tools (XLA, TFLite converter, quantization, ...). +## [Tenstorrent MLIR Compiler](https://github.com/tenstorrent/tt-mlir) + +tt-mlir is a compiler project aimed at defining MLIR dialects to abstract compute +on Tenstorrent AI accelerators. It is built on top of the MLIR compiler infrastructure +and targets TTNN. + +For more information on the project, see https://tenstorrent.github.io/tt-mlir/. + ## [TFRT: TensorFlow Runtime](https://github.com/tensorflow/runtime) TFRT aims to provide a unified, extensible infrastructure layer for an