[www] r349936 - Add slides and remove expired sponsorship
Tanya Lattner via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 21 10:10:37 PST 2018
Author: tbrethou
Date: Fri Dec 21 10:10:37 2018
New Revision: 349936
URL: http://llvm.org/viewvc/llvm-project?rev=349936&view=rev
Log:
Add slides and remove expired sponsorship
Added:
www/trunk/devmtg/2018-10/slides/Blaikie-BuildImpactofModules.pdf (with props)
www/trunk/devmtg/2018-10/slides/Hickey-ArtClassForDragons.pdf (with props)
www/trunk/devmtg/2018-10/slides/Rotem-Levenstein-Glow.pdf (with props)
www/trunk/devmtg/2018-10/slides/Schafmeister-LessonsLearnedImplementingCommonLisp.pdf (with props)
www/trunk/devmtg/2018-10/slides/Wong-C++FutureDirections-LLVM.pdf (with props)
Modified:
www/trunk/devmtg/2018-10/index.html
www/trunk/devmtg/2018-10/talk-abstracts.html
Modified: www/trunk/devmtg/2018-10/index.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/devmtg/2018-10/index.html?rev=349936&r1=349935&r2=349936&view=diff
==============================================================================
--- www/trunk/devmtg/2018-10/index.html (original)
+++ www/trunk/devmtg/2018-10/index.html Fri Dec 21 10:10:37 2018
@@ -309,8 +309,6 @@ the <a href="http://llvm.org/docs/CodeOf
<br>Nebulas</a><br><br><br>
<a href="https://cisco.com"><img src="logos/Cisco.png">
<br>Cisco</a><br><br><br>
- <a href="http://us.playstation.com/corporate/about/"><img src="logos/psf_pos.jpg">
- <br>Sony Interactive Entertainment</a><br><br><br>
<a href="http://facebook.com/"><img src="logos/FB-fLogo-Blue-broadcast-2.png">
<br>Facebook</a><br><br><br>
<a href="http://www.arm.com/"><img src="logos/Arm_logo_blue_150LG.png">
Added: www/trunk/devmtg/2018-10/slides/Blaikie-BuildImpactofModules.pdf
URL: http://llvm.org/viewvc/llvm-project/www/trunk/devmtg/2018-10/slides/Blaikie-BuildImpactofModules.pdf?rev=349936&view=auto
==============================================================================
Binary file - no diff available.
Propchange: www/trunk/devmtg/2018-10/slides/Blaikie-BuildImpactofModules.pdf
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: www/trunk/devmtg/2018-10/slides/Hickey-ArtClassForDragons.pdf
URL: http://llvm.org/viewvc/llvm-project/www/trunk/devmtg/2018-10/slides/Hickey-ArtClassForDragons.pdf?rev=349936&view=auto
==============================================================================
Binary file - no diff available.
Propchange: www/trunk/devmtg/2018-10/slides/Hickey-ArtClassForDragons.pdf
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: www/trunk/devmtg/2018-10/slides/Rotem-Levenstein-Glow.pdf
URL: http://llvm.org/viewvc/llvm-project/www/trunk/devmtg/2018-10/slides/Rotem-Levenstein-Glow.pdf?rev=349936&view=auto
==============================================================================
Binary file - no diff available.
Propchange: www/trunk/devmtg/2018-10/slides/Rotem-Levenstein-Glow.pdf
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: www/trunk/devmtg/2018-10/slides/Schafmeister-LessonsLearnedImplementingCommonLisp.pdf
URL: http://llvm.org/viewvc/llvm-project/www/trunk/devmtg/2018-10/slides/Schafmeister-LessonsLearnedImplementingCommonLisp.pdf?rev=349936&view=auto
==============================================================================
Binary file - no diff available.
Propchange: www/trunk/devmtg/2018-10/slides/Schafmeister-LessonsLearnedImplementingCommonLisp.pdf
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: www/trunk/devmtg/2018-10/slides/Wong-C++FutureDirections-LLVM.pdf
URL: http://llvm.org/viewvc/llvm-project/www/trunk/devmtg/2018-10/slides/Wong-C%2B%2BFutureDirections-LLVM.pdf?rev=349936&view=auto
==============================================================================
Binary file - no diff available.
Propchange: www/trunk/devmtg/2018-10/slides/Wong-C++FutureDirections-LLVM.pdf
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Modified: www/trunk/devmtg/2018-10/talk-abstracts.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/devmtg/2018-10/talk-abstracts.html?rev=349936&r1=349935&r2=349936&view=diff
==============================================================================
--- www/trunk/devmtg/2018-10/talk-abstracts.html (original)
+++ www/trunk/devmtg/2018-10/talk-abstracts.html Fri Dec 21 10:10:37 2018
@@ -207,7 +207,7 @@ Coroutines can serve as the basis for im
- <li><a id="talk15">Graph Program Extraction and Device Partitioning in Swift for TensorFlow</a> [ <a href="https://youtu.be/U8AB45gEu4g">Video</a> ] [ <a href=slides/Hong-Lattner-SwiftForTensorFlowGraphProgramExtraction.pdf">Slides</a> ]
+ <li><a id="talk15">Graph Program Extraction and Device Partitioning in Swift for TensorFlow</a> [ <a href="https://youtu.be/HSneJdPkaKk">Video</a> ] [ <a href=slides/Hong-Lattner-SwiftForTensorFlowGraphProgramExtraction.pdf">Slides</a> ]
<br><i>Mingsheng Hong, Chris Lattner</i>
<p>
Swift for Tensorflow (https://github.com/tensorflow/swift) is an Open Source project that provides a new way to develop machine learning models. It combines the usability/debuggability of imperative âdefine by runâ programming models (like TensorFlow Eager and PyTorch) with the performance of TensorFlow session/XLA (graph compilation).
More information about the llvm-commits
mailing list