[www] r358569 - [EuroLLVM'19] Upload the last techtalk slide deck.

Arnaud A. de Grandmaison via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 17 02:28:47 PDT 2019


Author: aadg
Date: Wed Apr 17 02:28:47 2019
New Revision: 358569

URL: http://llvm.org/viewvc/llvm-project?rev=358569&view=rev
Log:
[EuroLLVM'19] Upload the last techtalk slide deck.

Added:
    www/trunk/devmtg/2019-04/slides/TechTalk-Savonichev-SYCL_compiler.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=358569&r1=358568&r2=358569&view=diff
==============================================================================
--- www/trunk/devmtg/2019-04/index.html (original)
+++ www/trunk/devmtg/2019-04/index.html Wed Apr 17 02:28:47 2019
@@ -231,7 +231,7 @@ There is a separate schedule for the <a
 <li><a href="talks.html#Talk_14">
   SYCL compiler: zero-cost abstraction and type safety for heterogeneous computing</a>
   [ Video ]
-  [ Slides ]
+  [ <a href="slides/TechTalk-Savonichev-SYCL_compiler.pdf">Slides</a> ]
   <i>Andrew Savonichev (Intel)</i>
 </li>
 <li><a href="talks.html#Talk_15">

Added: www/trunk/devmtg/2019-04/slides/TechTalk-Savonichev-SYCL_compiler.pdf
URL: http://llvm.org/viewvc/llvm-project/www/trunk/devmtg/2019-04/slides/TechTalk-Savonichev-SYCL_compiler.pdf?rev=358569&view=auto
==============================================================================
Binary file - no diff available.

Propchange: www/trunk/devmtg/2019-04/slides/TechTalk-Savonichev-SYCL_compiler.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=358569&r1=358568&r2=358569&view=diff
==============================================================================
--- www/trunk/devmtg/2019-04/talks.html (original)
+++ www/trunk/devmtg/2019-04/talks.html Wed Apr 17 02:28:47 2019
@@ -340,7 +340,7 @@ challenging and where we think we can co
 <tr><td valign="top" id="Talk_14">
 <b>SYCL compiler: zero-cost abstraction and type safety for heterogeneous computing</b>
  [ Video ]
- [ Slides ]<br>
+ [ <a href="slides/TechTalk-Savonichev-SYCL_compiler.pdf">Slides</a> ]<br>
 <i>Andrew Savonichev (Intel)</i>
 <p>SYCL is an abstraction layer for C++, that allows a developer to write
 heterogeneous programs in a "single source" model, where host and




More information about the llvm-commits mailing list