|
| 1 | +lightning_talks: |
| 2 | + - title: "C++ Parallel Standard Template LIbrary support in LLVM" |
| 3 | + speaker: M. Dvorskiy, J. Cownie, A. Kukanov |
| 4 | + video_url: "https://youtu.be/umlqw1QTf7g" |
| 5 | + slides_url: "http://llvm.org/devmtg/2018-04/slides/Cownie-Parallel%20STL%20LLVM%20in%205min.pdf" |
| 6 | + description: | |
| 7 | +
|
| 8 | + - title: "Can reviews become less of a bottleneck?" |
| 9 | + speaker: K. Beyls |
| 10 | + video_url: "https://youtu.be/jqAUxr-vDe0" |
| 11 | + slides_url: "http://llvm.org/devmtg/2018-04/slides/Beyls-Reviews%20less%20of%20a%20bottleneck.pdf" |
| 12 | + description: | |
| 13 | +
|
| 14 | + - title: "Clacc: OpenACC Support for Clang and LLVM" |
| 15 | + speaker: J. Denny, S. Lee, J. Vetter |
| 16 | + video_url: "https://youtu.be/ez8suNAu7D0" |
| 17 | + slides_url: "http://llvm.org/devmtg/2018-04/slides/Vetter-Clacc.pdf" |
| 18 | + description: | |
| 19 | +
|
| 20 | + - title: "DragonFFI: Foreign Function Interface and JIT using Clang/LLVM" |
| 21 | + speaker: A. Guinet |
| 22 | + video_url: "https://youtu.be/FaMhK9vHPvc" |
| 23 | + slides_url: "http://llvm.org/devmtg/2018-04/slides/Guinet-DragonFFI.pdf" |
| 24 | + description: | |
| 25 | +
|
| 26 | + - title: "Easy::Jit: Compiler-assisted library to enable Just-In-Time compilation for C++ codes" |
| 27 | + speaker: Juan Manuel Martinez Caamaño, J. Fernandez, S. Guelton |
| 28 | + video_url: "https://youtu.be/sFxqI6Z_bhE" |
| 29 | + slides_url: "http://llvm.org/devmtg/2018-04/slides/Caamano-Easy_Jit.pdf" |
| 30 | + description: | |
| 31 | +
|
| 32 | + - title: "Flang -- Project Update" |
| 33 | + speaker: S. Scalpone |
| 34 | + video_url: "https://youtu.be/sFVRQDgKihY" |
| 35 | + slides_url: "http://llvm.org/devmtg/2018-04/slides/Scalpone-FlangUpdate.pdf" |
| 36 | + description: | |
| 37 | +
|
| 38 | + - title: "Look-Ahead SLP: Auto-vectorization in the Presence of Commutative Operations" |
| 39 | + speaker: V. Porpodas, R. Rocha, L. Góes |
| 40 | + video_url: "https://youtu.be/gIEn34LvyNo" |
| 41 | + slides_url: "http://llvm.org/devmtg/2018-04/slides/Rocha-Look-Ahead%20SLP.pdf" |
| 42 | + description: | |
| 43 | +
|
| 44 | + - title: "Low Cost Commercial Deployment of LLVM" |
| 45 | + speaker: J. Bennett |
| 46 | + video_url: "https://youtu.be/IwvUMFKmgPs" |
| 47 | + slides_url: "http://llvm.org/devmtg/2018-04/slides/Bennett-Low%20Cost%20Commercial%20Deployment.pdf" |
| 48 | + description: | |
| 49 | +
|
| 50 | + - title: "Measuring the User Debugging Experience" |
| 51 | + speaker: G. Bedwell |
| 52 | + video_url: "" |
| 53 | + slides_url: "http://llvm.org/devmtg/2018-04/slides/Bedwell-Measuring_the_User_Debugging_Experience.pdf" |
| 54 | + description: | |
| 55 | +
|
| 56 | + - title: "Measuring x86 instruction latencies with LLVM" |
| 57 | + speaker: G. Chatelet, C. Courbet, B. De Backer, O. Sykora |
| 58 | + video_url: "https://youtu.be/ex_C27OoApI" |
| 59 | + slides_url: "http://llvm.org/devmtg/2018-04/slides/Chatelet-Measuring%20x86%20instruction%20latencies%20with%20LLVM.pdf" |
| 60 | + description: | |
| 61 | +
|
| 62 | + - title: "OpenMP Accelerator Offloading with OpenCL using SPIR-V" |
| 63 | + speaker: D. Schürmann, J. Lucas, B. Juurlink |
| 64 | + video_url: "https://youtu.be/qtLdi1IKhd8" |
| 65 | + slides_url: "http://llvm.org/devmtg/2018-04/slides/Schuermann-OpenMP%20Accelerator%20Offloading.pdf" |
| 66 | + description: | |
| 67 | +
|
| 68 | + - title: "Parallware, LLVM and supercomputing" |
| 69 | + speaker: M. Arenaz |
| 70 | + video_url: "https://youtu.be/KkJqZimMXd8" |
| 71 | + slides_url: "http://llvm.org/devmtg/2018-04/slides/Arenaz-Parallware%20LLVM%20and%20Supercomputing.pdf" |
| 72 | + description: | |
| 73 | +
|
| 74 | + - title: "Returning data-flow to asynchronous programming through static analysis" |
| 75 | + speaker: M. Gilbert |
| 76 | + video_url: "https://youtu.be/6P9UaheAelY" |
| 77 | + slides_url: "http://llvm.org/devmtg/2018-04/slides/Gilbert-Returning%20data-now%20to%20asynchronous%20programming.pdf" |
| 78 | + description: | |
| 79 | +
|
| 80 | + - title: "RFC: A new divergence analysis for LLVM" |
| 81 | + speaker: S. Moll, T. Klössner, S. Hack |
| 82 | + video_url: "https://youtu.be/jMnx_kS2Q30" |
| 83 | + slides_url: "http://llvm.org/devmtg/2018-04/slides/Moll-A%20new%20divergence%20analysis%20for%20LLVM.pdf" |
| 84 | + description: | |
| 85 | +
|
| 86 | + - title: "Static Performance Analysis with LLVM" |
| 87 | + speaker: C. Courbet, O. Sykora, G. Chatelet, B. De Backer |
| 88 | + video_url: "https://youtu.be/XinMk-t8N-w" |
| 89 | + slides_url: "http://llvm.org/devmtg/2018-04/slides/Courbet-Static%20Performance%20Analysis%20with%20LLVM.pdf" |
| 90 | + description: | |
| 91 | +
|
| 92 | + - title: "Supporting the RISC-V Vector Extensions in LLVM" |
| 93 | + speaker: R. Kruppe, J. Oppermann, A. Koch |
| 94 | + video_url: "https://youtu.be/iSMLYHRlNVc" |
| 95 | + slides_url: "http://llvm.org/devmtg/2018-04/slides/Kruppe-Supporting%20the%20Risc-V%20vector%20ext.pdf" |
| 96 | + description: | |
| 97 | +
|
| 98 | + - title: "Using Clang Static Analyzer to detect Critical Control Flow" |
| 99 | + speaker: S. Cook |
| 100 | + video_url: "https://youtu.be/EJHV8wBzdHw" |
| 101 | + slides_url: "http://llvm.org/devmtg/2018-04/slides/Cook-Detecting%20Critical%20Control%20Flow%20with%20Clang%20Static%20Analyzer.pdf" |
| 102 | + description: | |
0 commit comments