- Notifications
You must be signed in to change notification settings - Fork 15.3k
[libc][docs] Add links to 2025 talks. #170206
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
+60 −8
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Member
| @llvm/pr-subscribers-libc Author: None (lntue) ChangesFull diff: https://github.com/llvm/llvm-project/pull/170206.diff 1 Files Affected:
diff --git a/libc/docs/talks.rst b/libc/docs/talks.rst index e05aaeb53e04b..27164d26386c4 100644 --- a/libc/docs/talks.rst +++ b/libc/docs/talks.rst @@ -4,10 +4,61 @@ Talks ---- 2025 ---- +* From proprietary to fully open-source - Arm Toolchain's adoption of LLVM technology - Peter Smith + + * `slides <https://llvm.org/devmtg/2025-10/slides/keynotes/smith.pdf>`__ + * `video <https://www.youtube.com/watch?v=I7S_Vsnkecg>`__ + +* How to test and evaluate LLVM libc on embedded applications - William Huynh + + * `slides <https://llvm.org/devmtg/2025-10/slides/lightning_talks/huynh.pdf>`__ + * `video <https://www.youtube.com/watch?v=Dta6nQLmCOY>`__ + +* Through the Compiler's Keyhole - Migrating to Clang Without Seeing the Source - Petr Hosek + + * `slides <https://llvm.org/devmtg/2025-10/slides/technical_talks/hosek.pdf>`__ + * `video <https://www.youtube.com/watch?v=CHbyo0Ux60o>`__ + +* Building C++ compiler runtimes on demand - Why and how - Brook Moses + + * `slides <https://llvm.org/devmtg/2025-10/slides/technical_talks/moses.pdf>`__ + * `video <https://www.youtube.com/watch?v=4oKegT4TWV0>`__ + +* LT-Uh-Oh - Adventures using LTO with libc - Paul Kirth, Daniel Thornburgh + + * `slides <https://llvm.org/devmtg/2025-10/slides/technical_talks/kirth_thornburgh.pdf>`__ + * `video <https://www.youtube.com/watch?v=cG278WjmIFs>`__ + +* Climbing the ladder of Complete - LLVM libc past and future - Michael Jones + + * `slides <https://llvm.org/devmtg/2025-10/slides/technical_talks/jones.pdf>`__ + * `video <https://www.youtube.com/watch?v=HtCMCL13Grg>`__ + +* Project Widen Your Char-izons - Adding wchar support to LLVM libc - Uzair Nawaz, Sriya Pratipati + + * `slides <https://llvm.org/devmtg/2025-10/slides/quick_talks/nawaz_pratipati.pdf>`__ + * `video <https://www.youtube.com/watch?v=YjI9dum74uM>`__ + +* A problem left unsolved by Jean-Michel (RAIM 2025) - Paul Zimmermann, Tue Ly + + * `slides <https://raim2025.sciencesconf.org/data/program/slides_paul_zimmermann.pdf>`__ + +* Bfloat16 in LLVM libc (GSoC 2025) - Krishna Pandey + + * `blog <https://blog.llvm.org/posts/2025-09-10-bfloat16-in-llvm-libc/>`__ + +* Profiling and Testing Math Functions on GPUs (GSoC 2025) - Leandro A. L. Campos + + * `blog <https://blog.llvm.org/posts/2025-08-29-gsoc-profiling-and-testing-math-functions-on-gpus/>`__ + +* GPU-driven I/O with io_uring (GSoC 2025) - Rodrigo Ceccato + + * `blog <https://blog.llvm.org/posts/2025-08-04-gpu-io-uring/>`__ + * An introduction to building and using LLVM libc - Peter Smith * `slides <https://fosdem.org/2025/events/attachments/fosdem-2025-5456-an-introduction-to-building-and-using-llvm-libc/slides/237989/Fosdem202_76Bilu2.pdf>`__ - * `videos <https://fosdem.org/2025/schedule/event/fosdem-2025-5456-an-introduction-to-building-and-using-llvm-libc/>`__ + * `video <https://fosdem.org/2025/schedule/event/fosdem-2025-5456-an-introduction-to-building-and-using-llvm-libc/>`__ ---- 2024 @@ -15,38 +66,39 @@ Talks * A C/C++ Toolchain for your GPU - Joseph Huber * `slides <https://llvm.org/devmtg/2024-10/slides/techtalk/Huber-A-CPlusPlus-Toolchain-for-Your-GPU.pdf>`__ - * `videos <https://www.youtube.com/watch?v=4TxGWis1mws>`__ + * `video <https://www.youtube.com/watch?v=4TxGWis1mws>`__ * `phoronix <https://www.phoronix.com/news/AMD-Standard-C-Code-GPUs>`__ * Modern Embedded Development with LLVM - Petr Hosek * `slides <https://llvm.org/devmtg/2024-10/slides/techtalk/Hosek-ModernEmbeddedDevelopment-with-LLVM.pdf>`__ - * `videos <https://www.youtube.com/watch?v=5hHQi-Uj34I>`__ + * `video <https://www.youtube.com/watch?v=5hHQi-Uj34I>`__ * Using llvm-libc in LLVM Embedded Toolchain for Arm - Peter Smith * `slides <https://llvm.org/devmtg/2024-10/slides/lightning/Smith-Using-llvm-libc.pdf>`__ - * `videos <https://www.youtube.com/watch?v=ctgkbaYwT_I>`__ + * `video <https://www.youtube.com/watch?v=ctgkbaYwT_I>`__ * RISC-V Support into LLVM libc - Challenges and Solutions for 32-bit and 64-bit - Mikhail R. Gadelha * `slides <https://llvm.org/devmtg/2024-10/slides/quicktalks/Gadelha-RISC-V-SupportIntoLLVM-libc.pdf>`__ - * `videos <https://www.youtube.com/watch?v=GytmaH64wFo>`__ + * `video <https://www.youtube.com/watch?v=GytmaH64wFo>`__ * Project Hand-in-Hand - The beginning of a beautiful friendship - Michael Jones & Christopher Di Bella * `slides <https://llvm.org/devmtg/2024-10/slides/techtalk/Jones-DiBella-hand-in-hand.pdf>`__ - * `videos <https://www.youtube.com/watch?v=VAEO86YtTHA>`__ + * `video <https://www.youtube.com/watch?v=VAEO86YtTHA>`__ * LLVM libc math library - Current status and future directions - Tue Ly * `slides <https://llvm.org/devmtg/2024-10/slides/techtalk/Ly-LLVM-libc-math-library-CurrentStatus.pdf>`__ - * `videos <https://www.youtube.com/watch?v=-8zb8rHbvcQ>`__ + * `video <https://www.youtube.com/watch?v=-8zb8rHbvcQ>`__ * Half-precision in LLVM libc - Nicolas Celik * `slides <https://llvm.org/devmtg/2024-10/slides/studenttalks/Celik-Half-precision-in-LLVM-libc.pdf>`__ - * `videos <https://www.youtube.com/watch?v=H6aOFSVwSSM>`__ + * `video <https://www.youtube.com/watch?v=H6aOFSVwSSM>`__ + * `blog <https://blog.llvm.org/posts/2024-08-31-half-precision-in-llvm-libc/>`__ ---- 2023 |
vonosmas approved these changes Dec 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Add this suggestion to a batch that can be applied as a single commit. This suggestion is invalid because no changes were made to the code. Suggestions cannot be applied while the pull request is closed. Suggestions cannot be applied while viewing a subset of changes. Only one suggestion per line can be applied in a batch. Add this suggestion to a batch that can be applied as a single commit. Applying suggestions on deleted lines is not supported. You must change the existing code in this line in order to create a valid suggestion. Outdated suggestions cannot be applied. This suggestion has been applied or marked resolved. Suggestions cannot be applied from pending reviews. Suggestions cannot be applied on multi-line comments. Suggestions cannot be applied while the pull request is queued to merge. Suggestion cannot be applied right now. Please check back later.
No description provided.