From ff193df02d0f493f08b6fe1929586230fd6ee28a Mon Sep 17 00:00:00 2001 From: Edgar Date: Sat, 25 Nov 2023 15:06:30 +0100 Subject: [PATCH] more --- content/blog/mlir-with-rust.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/blog/mlir-with-rust.md b/content/blog/mlir-with-rust.md index fe2702e..9f5d7e8 100644 --- a/content/blog/mlir-with-rust.md +++ b/content/blog/mlir-with-rust.md @@ -7,7 +7,7 @@ draft = true categories = ["rust", "MLIR", "LLVM"] +++ -If you haven't heard about [MLIR](https://mlir.llvm.org/) yet, it is a novel project born within LLVM. +If you haven't heard about [MLIR](https://mlir.llvm.org/) yet, it is a novel project born within LLVM, also what powers [MOJO](https://www.modular.com/mojo), the [Torch-MLIR project](https://github.com/llvm/torch-mlir), the high level IR of[flang](https://github.com/llvm/llvm-project/tree/main/flang), [iree](https://github.com/openxla/iree) and [more](https://mlir.llvm.org/users/). But in case you don't know much about LLVM yet, I'll try to explain a bit.