[www] r358606 - Add slides for the 2019 EuroLLVM Tutorial on MLIR
Mehdi Amini via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 17 11:44:06 PDT 2019
Author: mehdi_amini
Date: Wed Apr 17 11:44:06 2019
New Revision: 358606
URL: http://llvm.org/viewvc/llvm-project?rev=358606&view=rev
Log:
Add slides for the 2019 EuroLLVM Tutorial on MLIR
Added:
www/trunk/devmtg/2019-04/slides/Tutorial-AminiVasilacheZinenko-MLIR.pdf (with props)
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=358606&r1=358605&r2=358606&view=diff
==============================================================================
--- www/trunk/devmtg/2019-04/index.html (original)
+++ www/trunk/devmtg/2019-04/index.html Wed Apr 17 11:44:06 2019
@@ -301,8 +301,8 @@ There is a separate schedule for the <a
<li><a href="talks.html#Tutorial_1">
Tutorial: Building a Compiler with MLIR</a>
[ Video ]
- [ Slides ]
- <i>Amini Mehdi (Google), Jacques Pienaar (Google), Nicolas Vasilache (Google), Alex Zinenko (Google)</i>
+ [ <a href="slides/Tutorial-AminiVasilacheZinenko-MLIR.pdf">Slides</a> ]
+ <i>Amini Mehdi (Google), Nicolas Vasilache (Google), Alex Zinenko (Google)</i>
</li>
<li><a href="talks.html#Tutorial_2">
Building an LLVM-based tool: lessons learned</a>
Added: www/trunk/devmtg/2019-04/slides/Tutorial-AminiVasilacheZinenko-MLIR.pdf
URL: http://llvm.org/viewvc/llvm-project/www/trunk/devmtg/2019-04/slides/Tutorial-AminiVasilacheZinenko-MLIR.pdf?rev=358606&view=auto
==============================================================================
Binary file - no diff available.
Propchange: www/trunk/devmtg/2019-04/slides/Tutorial-AminiVasilacheZinenko-MLIR.pdf
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Modified: www/trunk/devmtg/2019-04/talks.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/devmtg/2019-04/talks.html?rev=358606&r1=358605&r2=358606&view=diff
==============================================================================
--- www/trunk/devmtg/2019-04/talks.html (original)
+++ www/trunk/devmtg/2019-04/talks.html Wed Apr 17 11:44:06 2019
@@ -587,7 +587,7 @@ LLVM.</p>
<tr><td valign="top" id="Tutorial_1">
<b>Tutorial: Building a Compiler with MLIR</b>
[ Video ]
- [ Slides ]<br>
+ [ <a href="slides/Tutorial-AminiVasilacheZinenko-MLIR.pdf">Slides</a> ]<br>
<i>Amini Mehdi (Google), Jacques Pienaar (Google), Nicolas Vasilache (Google)</i>
<p>This tutorial will complement the technical talk about MLIR. We will
implement a custom DSL for numerical processing and walk the audience
More information about the llvm-commits
mailing list