[www] r359278 - Add MLIR tutorial YouTube links

Mehdi Amini via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 25 23:18:51 PDT 2019


Author: mehdi_amini
Date: Thu Apr 25 23:18:51 2019
New Revision: 359278

URL: http://llvm.org/viewvc/llvm-project?rev=359278&view=rev
Log:
Add MLIR tutorial YouTube links

Modified:
    www/trunk/devmtg/2019-04/index.html
    www/trunk/devmtg/2019-04/talks.html

Modified: www/trunk/devmtg/2019-04/index.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/devmtg/2019-04/index.html?rev=359278&r1=359277&r2=359278&view=diff
==============================================================================
--- www/trunk/devmtg/2019-04/index.html (original)
+++ www/trunk/devmtg/2019-04/index.html Thu Apr 25 23:18:51 2019
@@ -282,7 +282,7 @@ newcomers and increasing diversity, then
 <ul>
 <li><a href="talks.html#Tutorial_1">
   Tutorial: Building a Compiler with MLIR</a>
-  [ Video ]
+  [ <a href="https://www.youtube.com/watch?v=cyICUIZ56wQ">Video</a> ]
   [ <a href="slides/Tutorial-AminiVasilacheZinenko-MLIR.pdf">Slides</a> ]
   <i>Amini Mehdi (Google), Nicolas Vasilache (Google), Alex Zinenko (Google)</i>
 </li>

Modified: www/trunk/devmtg/2019-04/talks.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/devmtg/2019-04/talks.html?rev=359278&r1=359277&r2=359278&view=diff
==============================================================================
--- www/trunk/devmtg/2019-04/talks.html (original)
+++ www/trunk/devmtg/2019-04/talks.html Thu Apr 25 23:18:51 2019
@@ -586,7 +586,7 @@ LLVM.</p>
 
 <tr><td valign="top" id="Tutorial_1">
 <b>Tutorial: Building a Compiler with MLIR</b>
- [ Video ]
+ [ <a href="https://www.youtube.com/watch?v=cyICUIZ56wQ">Video</a> ]
  [ <a href="slides/Tutorial-AminiVasilacheZinenko-MLIR.pdf">Slides</a> ]<br>
 <i>Amini Mehdi (Google), Nicolas Vasilache (Google), Alex Zinenko (Google)</i>
 <p>This tutorial will complement the technical talk about MLIR. We will




More information about the llvm-commits mailing list