Skip to content

tenstorrent/tt-mlir

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0870cd7 · Jan 16, 2025
Jan 6, 2025
Dec 9, 2024
Jan 15, 2025
Dec 21, 2024
Jan 16, 2025
Jan 16, 2025
Jan 14, 2025
Jan 16, 2025
Jan 16, 2025
Jan 16, 2025
Jan 10, 2025
Nov 8, 2024
Nov 14, 2024
Jan 9, 2025
Jul 15, 2024
Jan 15, 2025
Jul 18, 2024
Dec 11, 2024
Jul 9, 2024
Jun 28, 2024

Repository files navigation

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/.

Project Goals

  • Generality: Support a wide range of AI models and workloads including training
  • Scalable: First class primitives to describe scaling to multichip systems
  • Performant: Enable great out of the box performance
  • Tooling: Enable human in the loop guided compiler optimization
  • Open source: All project development is done in the open

Links