[Mlir-commits] [mlir] 0453d2d - Add a link to the LLVM Dev recording from the MLIR tutorial landing page

Mehdi Amini llvmlistbot at llvm.org
Fri Feb 5 17:27:09 PST 2021


Author: Mehdi Amini
Date: 2021-02-06T01:26:59Z
New Revision: 0453d2ddb4742e550b85f204424e04dcd7b9db00

URL: https://github.com/llvm/llvm-project/commit/0453d2ddb4742e550b85f204424e04dcd7b9db00
DIFF: https://github.com/llvm/llvm-project/commit/0453d2ddb4742e550b85f204424e04dcd7b9db00.diff

LOG: Add a link to the LLVM Dev recording from the MLIR tutorial landing page

Added: 
    

Modified: 
    mlir/docs/Tutorials/Toy/_index.md

Removed: 
    


################################################################################
diff  --git a/mlir/docs/Tutorials/Toy/_index.md b/mlir/docs/Tutorials/Toy/_index.md
index ac17930f1162..696bb37d19c4 100644
--- a/mlir/docs/Tutorials/Toy/_index.md
+++ b/mlir/docs/Tutorials/Toy/_index.md
@@ -8,6 +8,9 @@ path to lower to LLVM or other codegen infrastructure. This tutorial is based on
 the model of the
 [LLVM Kaleidoscope Tutorial](https://llvm.org/docs/tutorial/MyFirstLanguageFrontend/index.html).
 
+Another good source of introduction is the online [recording](https://www.youtube.com/watch?v=Y4SvqTtOIDk)
+from the 2020 LLVM Dev Conference ([slides](https://llvm.org/devmtg/2020-09/slides/MLIR_Tutorial.pdf)).
+
 This tutorial assumes you have cloned and built MLIR; if you have not yet done
 so, see
 [Getting started with MLIR](https://mlir.llvm.org/getting_started/).


        


More information about the Mlir-commits mailing list