Skip to content

Commit e5ab6e9

Browse files
authored
[libc][doc] Add links to LLVM dev meeting talks related to LLVM libc. (#119918)
1 parent 9f2dd08 commit e5ab6e9

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed

libc/docs/talks.rst

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,58 @@
11
=====
22
Talks
33
=====
4+
----
5+
2024
6+
----
7+
* A C/C++ Toolchain for your GPU - Joseph Huber
8+
9+
* `slides <https://llvm.org/devmtg/2024-10/slides/techtalk/Huber-A-CPlusPlus-Toolchain-for-Your-GPU.pdf>`__
10+
* `videos <https://www.youtube.com/watch?v=4TxGWis1mws>`__
11+
* `phoronix <https://www.phoronix.com/news/AMD-Standard-C-Code-GPUs>`__
12+
13+
* Modern Embedded Development with LLVM - Petr Hosek
14+
15+
* `slides <https://llvm.org/devmtg/2024-10/slides/techtalk/Hosek-ModernEmbeddedDevelopment-with-LLVM.pdf>`__
16+
* `videos <https://www.youtube.com/watch?v=5hHQi-Uj34I>`__
17+
18+
* Using llvm-libc in LLVM Embedded Toolchain for Arm - Peter Smith
19+
20+
* `slides <https://llvm.org/devmtg/2024-10/slides/lightning/Smith-Using-llvm-libc.pdf>`__
21+
* `videos <https://www.youtube.com/watch?v=ctgkbaYwT_I>`__
22+
23+
* RISC-V Support into LLVM libc - Challenges and Solutions for 32-bit and 64-bit - Mikhail R. Gadelha
24+
25+
* `slides <https://llvm.org/devmtg/2024-10/slides/quicktalks/Gadelha-RISC-V-SupportIntoLLVM-libc.pdf>`__
26+
* `videos <https://www.youtube.com/watch?v=GytmaH64wFo>`__
27+
28+
* Project Hand-in-Hand - The beginning of a beautiful friendship - Michael Jones & Christopher Di Bella
29+
30+
* `slides <https://llvm.org/devmtg/2024-10/slides/techtalk/Jones-DiBella-hand-in-hand.pdf>`__
31+
* `videos <https://www.youtube.com/watch?v=VAEO86YtTHA>`__
32+
33+
* LLVM libc math library - Current status and future directions - Tue Ly
34+
35+
* `slides <https://llvm.org/devmtg/2024-10/slides/techtalk/Ly-LLVM-libc-math-library-CurrentStatus.pdf>`__
36+
* `videos <https://www.youtube.com/watch?v=-8zb8rHbvcQ>`__
37+
38+
* Half-precision in LLVM libc - Nicolas Celik
39+
40+
* `slides <https://llvm.org/devmtg/2024-10/slides/studenttalks/Celik-Half-precision-in-LLVM-libc.pdf>`__
41+
* `videos <https://www.youtube.com/watch?v=H6aOFSVwSSM>`__
42+
443
----
544
2023
645
----
746
* Math functions in LLVM libc or yet another correctly rounded libm - Tue Ly
847

948
* `slides <https://drive.google.com/file/d/1Gchrc3AXKXAWFI1nk8Y1x8UsoQSp8XjF/view>`__
1049
* `video <https://www.youtube.com/watch?v=kBSJqVWNQLY>`__
50+
1151
* The LLVM C Library for GPUs - Joseph Huber
1252

1353
* `slides <https://llvm.org/devmtg/2023-10/slides/techtalks/Huber-LibCforGPUs.pdf>`__
1454
* `video <https://www.youtube.com/watch?v=_LLGc48GYHc>`__
55+
1556
* The Challenges of Implementing the C Standard Library in C++ - Sivachandra Reddy
1657

1758
* `slides <https://github.com/boostcon/cppnow_presentations_2023/blob/main/cppnow_slides/The_Challenges_of_Implementing_the_C_Standard_Library_in_Cpp.pdf>`__
@@ -24,10 +65,12 @@ Talks
2465

2566
* `slides <https://llvm.org/devmtg/2022-11/slides/Tutorial1-UsingLLVM-libc.pdf>`__
2667
* `video <https://www.youtube.com/watch?v=OpY4lnpnbq4>`__
68+
2769
* Using modern CPU instructions to improve LLVM's libc math library - Tue Ly
2870

2971
* `slides <https://llvm.org/devmtg/2022-11/slides/QuickTalk7-UsingModernCPUInstructionsToImproveLLVM-libcMathLib>`__
3072
* `video <https://www.youtube.com/watch?v=9bvdbdn0nMA>`__
73+
3174
* Approximating at Scale: How strto float in LLVM’s libc is faster - Michael Jones
3275

3376
* `slides <https://llvm.org/devmtg/2022-11/slides/QuickTalk3-ApproximatingatScale-StringToFloat.pdf>`__

0 commit comments

Comments
 (0)