[www] r314131 - Add the Second LLVM Performance Workshop at CGO
Johannes Doerfert via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 25 11:15:45 PDT 2017
Author: jdoerfert
Date: Mon Sep 25 11:15:45 2017
New Revision: 314131
URL: http://llvm.org/viewvc/llvm-project?rev=314131&view=rev
Log:
Add the Second LLVM Performance Workshop at CGO
Added:
www/trunk/devmtg/2018-02-24/
www/trunk/devmtg/2018-02-24/index.html (with props)
Added: www/trunk/devmtg/2018-02-24/index.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/devmtg/2018-02-24/index.html?rev=314131&view=auto
==============================================================================
--- www/trunk/devmtg/2018-02-24/index.html (added)
+++ www/trunk/devmtg/2018-02-24/index.html Mon Sep 25 11:15:45 2017
@@ -0,0 +1,81 @@
+<!--#include virtual="../../header.incl" -->
+
+<div class="www_sectiontitle">Second LLVM Performance Workshop at CGO</div>
+
+<ul>
+ <li><b>What</b>: Second LLVM Performance Workshop at CGO</li>
+ <li><b>When</b>: Saturday February 24th, 2018</li>
+ <li><b>Where</b>: Vienna, Austria</li>
+</ul>
+
+<p>
+ An LLVM Performance Workshop will be held at CGO 2018. The workshop
+ is co-located with CC, HPCA, and PPoPP.
+ <!--If you are interested in attending the workshop, please register at the-->
+ <!--<a href="http://cgo.org/cgo2018/workshops.html">CGO website</a>.-->
+</p>
+
+<div class="www_sectiontitle">Program</div>
+<p>
+ The workshop takes place at the <a href="http://cgo.org/cgo2018/venue/">
+ Austria Trend Eventhotel Pyramide</a> in Vienna.
+</p>
+
+<div class="www_sectiontitle">Call for Speakers</div>
+
+<p>
+ We invite speakers from academia and industry to present their work on the
+ following list of topics (including and not limited to:)
+ <ul>
+ <li>improving performance and size of code generated by LLVM,</li>
+ <li>improving performance of LLVM's runtime libraries,</li>
+ <li>tools developed with LLVM for performance analysis of compiler
+ generated code,</li>
+ <li>bots and trackers of performance over time,</li>
+ <li>improving the security of generated code,</li>
+ <li>any other topic related to improving and maintaining the performance
+ and quality of LLVM generated code.</li>
+ </ul>
+ While the primary focus of the workshop is on these topics, we welcome any
+ submission related to the LLVM compiler infrastructure, its sub-projects
+ (Clang, Linker, libraries), and its use in industry and academia.
+</p>
+
+<p>
+ We are looking for:
+</p>
+<ul>
+ <li>keynote speakers,</li>
+ <li>technical presentations: 30 minutes plus questions and discussion,</li>
+ <li>tutorials,</li>
+ <li>BOFs.</li>
+</ul>
+
+<p>
+ Proposals should provide enough information for the review committee to be
+ able to judge the quality of the submission. Proposals can be submitted under
+ the form of an extended abstract, full paper, or slides. Proposals should be
+ submitted to
+ <a href="https://easychair.org/conferences/?conf=llvmcgo2018">Easychair
+ LLVM-CGO 2018</a>.
+
+ <!--The deadline for receiving submissions is December 1st, 2017. Speakers will be-->
+ <!--notified of acceptance or rejection by December 15.-->
+</p>
+
+<p>
+ Workshop organization: Johannes Doerfert, Renato Golin, Aditya Kumar,
+ Sebastian Pop, Hal Finkel, and Tanya Lattner.
+</p>
+
+<!-- *********************************************************************** -->
+<hr>
+<address>
+ <a href="http://jigsaw.w3.org/css-validator/check/referer"><img
+ src="http://jigsaw.w3.org/css-validator/images/vcss" alt="Valid CSS!"></a>
+ <a href="http://validator.w3.org/check/referer"><img
+ src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></a>
+<br>
+</address>
+
+<!--#include virtual="../../footer.incl" -->
Propchange: www/trunk/devmtg/2018-02-24/index.html
------------------------------------------------------------------------------
svn:executable = *
More information about the llvm-commits
mailing list