[www] r375344 - Add roundtable.

Tanya Lattner via llvm-commits llvm-commits at lists.llvm.org
Sat Oct 19 09:07:49 PDT 2019


Author: tbrethou
Date: Sat Oct 19 09:07:49 2019
New Revision: 375344

URL: http://llvm.org/viewvc/llvm-project?rev=375344&view=rev
Log:
Add roundtable.

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

Modified: www/trunk/devmtg/2019-10/index.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/devmtg/2019-10/index.html?rev=375344&r1=375343&r2=375344&view=diff
==============================================================================
--- www/trunk/devmtg/2019-10/index.html (original)
+++ www/trunk/devmtg/2019-10/index.html Sat Oct 19 09:07:49 2019
@@ -640,6 +640,7 @@ Tuesday, Oct 22 3:10-4:20
 This is a huge collaborative effort and a great opportunity to have wide & strong support for modern C++ on a wide range of accelerators from many vendors. Come to learn about SYCL, how to help reviewing the patches, how it interacts with existing off-loading support, OpenMP, OpenCL, CUDA, address spaces, SPIR-V...
 </li>
 <li>Loop Optimizations in LLVM: Discuss current problems, progress and future plans for optimizing loops, existing passes and new passes and analysis being worked on.</li>
+<li>full restrict support in llvm: Now that patches for full restrict are available, this roundtable gives a chance to discuss the design and the patches in person.</li>
 </ul>
 </p>
 
@@ -672,6 +673,7 @@ We would like to use the round table to
 Wednesday, Oct 23 1:45-2:55
 <ul>
 <li>Floating point: Discussions related to FENV_ACCESS support, fast math, FMA, complex, etc.</li>
+<li>ClangBuiltLinux: Building the Linux kernel with Clang and LLVM utils</li>
 </ul>
 </p>
 <p>
@@ -680,7 +682,6 @@ Wednesday, Oct 23 2:55-4:00
 <li>GitHub Next-step: bug-tracker (GitHub issues?) & workflows (pre-merge testing, pull-request, etc.): "We're almost on GitHub! It is a good opportunity to brainstorm on possible evolutions of the workflow and the infrastructure. There are opportunities around being able to run builds and test on code before pushing, and the possibility of using pull-requests either for the purpose of pre-merge testing or for code reviews!
 Also is bugzilla still providing what we want to track issues? Should we consider GitHub issues? Are there other options?"</li>
 <li>ASTImporter: Discuss future work and direction of ASTImporter</li>
-<li>ClangBuiltLinux: Building the Linux kernel with Clang and LLVM utils</li>
 <li>State of the GN build: LLVM's GN build is an (unsupported!) faster alternative to the CMake build. Try it out, learn about the current state, wallow in build system arcana.</li>
 </ul>
 </p>




More information about the llvm-commits mailing list