[www] r374760 - add roundtables proposed so far.

Tanya Lattner via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 14 02:21:37 PDT 2019


Author: tbrethou
Date: Mon Oct 14 02:21:37 2019
New Revision: 374760

URL: http://llvm.org/viewvc/llvm-project?rev=374760&view=rev
Log:
add roundtables proposed so far.

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=374760&r1=374759&r2=374760&view=diff
==============================================================================
--- www/trunk/devmtg/2019-10/index.html (original)
+++ www/trunk/devmtg/2019-10/index.html Mon Oct 14 02:21:37 2019
@@ -598,6 +598,68 @@ More details will be coming soon but <a
 Round tables are informal get togethers where attendees talk about a specific subject. Each group will be given a round table and a flip chart to discuss and brainstorm ideas on a specific topic. If you are interested in organizing a round table discussion, please use the link above. </p>
 <p>Round tables may be arranged during the conference, but it is better to schedule in advance so it appears ahead of time on the online schedule. During the conference we will attempt to put the topics online, but we will also list them on a flip chart outside the room where you can add it yourself.
 </p>
+<p>
+Tuesday, Oct 22, 10:20-11:30
+<ul>
+<li>MLIR meets LLVM: MLIR (Multi-Level IR) has been recently accepted as a sub-project in LLVM. Let's talk about what it means, what are the opportunities for LLVM users, and future evolution for the project.</li>
+</ul>
+</p>
+<p>
+Tuesday, Oct 22, 11:30-12:40
+<ul>
+<li>Discuss llvm-libc: A good number of people have expressed interest in llvm-libc during the discussion on the RFC thread. We would like to get everyone interested in this new project to get together and discuss the direction in which we would like to take it forward.</li>
+</ul></p>
+<p>
+Tuesday, Oct 22 2:00-3:10
+<ul>
+<li>LLVM for Embedded Baremetal Targets: We will discuss how to build and test LLVM based toolchains that work for Baremetal targets.
+</li></ul>
+</p>
+<p>
+Tuesday, Oct 22 3:10-4:20
+<ul>
+<li>Improving LLVM's buildbot instance: http://lab.llvm.org:8011/console is a mess. It has too many builders, yet is missing builders for some platforms. It's slow to load, many of the builders are perma-red, many take hours to cycle, the buildbot page itself is slow to load, etc. Can we improve this?</li>
+<li>OpenMP in LLVM: Opportunity to discuss anything OpenMP related that happens under the LLVM umbrella</li>
+</ul>
+</p>
+<p>
+Wednesday, Oct 23 10:45-11:55
+<ul>
+<li>Complex Types in LLVM: A discussion on supporting native complex types in LLVM IR for performance and diagnostics.</li>
+</ul>
+</p>
+<p>
+Wednesday, Oct 23 11:55-12:30
+<ul>
+<li>Interpreting C++: "C++ JITs and REPLs are useful in number of areas such as education and science. The LLDB's expression evaluator, Cling and ClangJIT are based on Clang and its incremental processing facility. The C++ interpreters target to solve different sets of issues, however they share common requirements. 
+<br>
+We would like to use the round table to discuss common requirements when interpreting C++. We would like to invite developers and users interested in interpreting C++. We would like to discuss a possible way forward for implementing JIT and REPL support infrastructure in Clang and LLVM."
+</li>
+</ul>
+</p>
+<p>
+Wednesday, Oct 23 1:45-2:55
+<ul>
+<li>Floating point: Discussions related to FENV_ACCESS support, fast math, FMA, complex, etc.</li>
+</ul>
+</p>
+<p>
+Wednesday, Oct 23 2:55-4:00
+<ul>
+<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>
+<p>
+Wednesday, Oct 23 5:00-5:35
+<ul>
+<li>GSoC: LLVM Google Summer of Code: organization, ideas, projects, etc.</li>
+</ul>
+</p>
+
 
 
 




More information about the llvm-commits mailing list