[www] r341470 - add preliminary call for talks for the third LLVM Performance Workshop

Sebastian Pop via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 5 07:26:19 PDT 2018


Author: spop
Date: Wed Sep  5 07:26:19 2018
New Revision: 341470

URL: http://llvm.org/viewvc/llvm-project?rev=341470&view=rev
Log:
add preliminary call for talks for the third LLVM Performance Workshop


Added:
    www/trunk/devmtg/2019-02-16/
    www/trunk/devmtg/2019-02-16/index.html   (with props)

Added: www/trunk/devmtg/2019-02-16/index.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/devmtg/2019-02-16/index.html?rev=341470&view=auto
==============================================================================
--- www/trunk/devmtg/2019-02-16/index.html (added)
+++ www/trunk/devmtg/2019-02-16/index.html Wed Sep  5 07:26:19 2018
@@ -0,0 +1,80 @@
+<!--#include virtual="../../header.incl" -->
+
+<div class="www_sectiontitle">Third LLVM Performance Workshop at CGO</div>
+
+<ul>
+  <li><b>What</b>: Third LLVM Performance Workshop at CGO</li>
+  <li><b>When</b>: Saturday February 16th, 2019</li>
+  <li><b>Where</b>: Washington DC, USA</li>
+</ul>
+
+<p>
+  An LLVM Performance Workshop will be held at CGO 2019. The workshop
+  is co-located with CC, HPCA, and PPoPP. It takes place at <a
+    href="http://cgo.org/cgo2019/venue/"> (to be announced ...)</a>
+  in Washington DC.
+
+  If you are interested in attending the workshop, please register at the
+  <a href="http://cgo.org/cgo2019/workshops.html">CGO website.</a>
+</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:)
+</p>
+  <ul>
+    <li>improving performance and code-size of applications compiled by LLVM,</li>
+    <li>improving performance of LLVM's runtime libraries,</li>
+    <li>improving the security of generated code,</li>
+    <li>any tools or products developed by using one of the libraries in LLVM infrastructure,</li>
+    <li>performance tracking over time,</li>
+    <li>compiler flags, annotations and remarks to understand and improve
+        performance,</li>
+    <li>any other topic related to improving and maintaining the performance
+        and quality of LLVM generated code.</li>
+  </ul>
+<p>
+  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, lldb, Polly, ...), as well as 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=llvmcgo2019">Easychair
+  LLVM-CGO 2019</a>.
+
+  The deadline for receiving submissions is December 15, 2018.  Speakers
+  will be notified of acceptance or rejection by January 7, 2019.
+</p>
+
+<p>
+  Workshop organization: Johannes Doerfert, Sebastian Pop, Aditya Kumar.
+</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/2019-02-16/index.html
------------------------------------------------------------------------------
    svn:executable = *




More information about the llvm-commits mailing list