[www] r356976 - Add round table list.

Tanya Lattner via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 25 21:43:29 PDT 2019


Author: tbrethou
Date: Mon Mar 25 21:43:29 2019
New Revision: 356976

URL: http://llvm.org/viewvc/llvm-project?rev=356976&view=rev
Log:
Add round table list.

Modified:
    www/trunk/devmtg/2019-04/index.html

Modified: www/trunk/devmtg/2019-04/index.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/devmtg/2019-04/index.html?rev=356976&r1=356975&r2=356976&view=diff
==============================================================================
--- www/trunk/devmtg/2019-04/index.html (original)
+++ www/trunk/devmtg/2019-04/index.html Mon Mar 25 21:43:29 2019
@@ -12,7 +12,7 @@
         <li><a href="#dates">Important dates</a></li>
         <li><a href="#schedule">Schedule</a></li>
         <li><a href="#talks">Program</a></li>
-<!--        <li><a href="#cfp">Call for papers</a></li> -->
+        <li><a href="#rounds">Round Tables</a></li>
         <li><a href="#grant">Travel Grants for Students</a></li>
         <li><b><a href="#registration">Registration</a></b></li>
         <li><a href="#logistics">Logistics</a></li>
@@ -495,6 +495,28 @@ this event and plan it according to the
 February 26th, 2019 will benefit from an <em>early bird</em> price. Registration
 will be closed after March 27, 2019.</p>
 
+<div class="www_sectiontitle" id="rounds">Round Tables</div>
+<p>Round tables will be listed on the online schedule, but an overview is also posted here.</p>
+
+<table>
+<tr><td>Time Slot</td><td>Topic</td></tr>
+<tr><td>April 8, 11:40-12:05</td><td>LLVM/Clang & OpenMP</td></tr>
+<tr><td>April 8, 2:00-2:30</td><td>Index-While-Building & clangd</td></tr>
+<tr><td>April 8, 2:00-2:30</td><td>Polly Labs speaks to MLIR</td></tr>
+<tr><td>April 8, 2:35-3:05</td><td>Scalable Vector Next Steps</td></tr>
+<tr><td>April 8, 2:35-3:05</td><td>GPU in LLVM: Thread groups, warps, wavefronts, and convergence</td></tr>
+<tr><td>April 8, 3:10-3:40</td><td>Clang Static Analyzer</td></tr>
+<tr><td>April 8, 4:15-4:45</td><td>IPO - Interprocedural Optimizations</td></tr>
+<tr><td>April 8, 4:15-4:45</td><td>Integrating new LLVM Tutorials into the documentation</td></tr>
+<tr><td>April 9, 11:25-11:55</td><td>Bazel for LLVM and Clang builds</td></tr>
+<tr><td>April 9, 12:00-12:30</td><td>Future Refactoring with AST Matchers</td></tr>
+<tr><td>April 9, 12:35-1:05</td><td>-Og (optimized but debuggable) level</td></tr>
+<tr><td>April 9, 2:00-2:30</td><td>IDEs, Indexing, Refactoring and Modules</td></tr>
+<tr><td>April 9, 2:00-2:30</td><td>LLVM Binutils</td></tr>
+</table>
+
+
+
 <div class="www_sectiontitle" id="grant">Travel Grants for Students</div>
 <p>The LLVM Foundation sponsors student travel to attend the LLVM developers'
 meeting. Travel grants cover some or all of travel related expenses. This




More information about the llvm-commits mailing list