diff --git a/libc/docs/talks.rst b/libc/docs/talks.rst index 7e560964d6aa5..67a5243341b18 100644 --- a/libc/docs/talks.rst +++ b/libc/docs/talks.rst @@ -1,6 +1,45 @@ ===== Talks ===== +---- +2024 +---- +* A C/C++ Toolchain for your GPU - Joseph Huber + + * `slides `__ + * `videos `__ + * `phoronix `__ + +* Modern Embedded Development with LLVM - Petr Hosek + + * `slides `__ + * `videos `__ + +* Using llvm-libc in LLVM Embedded Toolchain for Arm - Peter Smith + + * `slides `__ + * `videos `__ + +* RISC-V Support into LLVM libc - Challenges and Solutions for 32-bit and 64-bit - Mikhail R. Gadelha + + * `slides `__ + * `videos `__ + +* Project Hand-in-Hand - The beginning of a beautiful friendship - Michael Jones & Christopher Di Bella + + * `slides `__ + * `videos `__ + +* LLVM libc math library - Current status and future directions - Tue Ly + + * `slides `__ + * `videos `__ + +* Half-precision in LLVM libc - Nicolas Celik + + * `slides `__ + * `videos `__ + ---- 2023 ---- @@ -8,10 +47,12 @@ Talks * `slides `__ * `video `__ + * The LLVM C Library for GPUs - Joseph Huber * `slides `__ * `video `__ + * The Challenges of Implementing the C Standard Library in C++ - Sivachandra Reddy * `slides `__ @@ -24,10 +65,12 @@ Talks * `slides `__ * `video `__ + * Using modern CPU instructions to improve LLVM's libc math library - Tue Ly * `slides `__ * `video `__ + * Approximating at Scale: How strto float in LLVM’s libc is faster - Michael Jones * `slides `__