1
1
=====
2
2
Talks
3
3
=====
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
+
4
43
----
5
44
2023
6
45
----
7
46
* Math functions in LLVM libc or yet another correctly rounded libm - Tue Ly
8
47
9
48
* `slides <https://drive.google.com/file/d/1Gchrc3AXKXAWFI1nk8Y1x8UsoQSp8XjF/view >`__
10
49
* `video <https://www.youtube.com/watch?v=kBSJqVWNQLY >`__
50
+
11
51
* The LLVM C Library for GPUs - Joseph Huber
12
52
13
53
* `slides <https://llvm.org/devmtg/2023-10/slides/techtalks/Huber-LibCforGPUs.pdf >`__
14
54
* `video <https://www.youtube.com/watch?v=_LLGc48GYHc >`__
55
+
15
56
* The Challenges of Implementing the C Standard Library in C++ - Sivachandra Reddy
16
57
17
58
* `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
24
65
25
66
* `slides <https://llvm.org/devmtg/2022-11/slides/Tutorial1-UsingLLVM-libc.pdf >`__
26
67
* `video <https://www.youtube.com/watch?v=OpY4lnpnbq4 >`__
68
+
27
69
* Using modern CPU instructions to improve LLVM's libc math library - Tue Ly
28
70
29
71
* `slides <https://llvm.org/devmtg/2022-11/slides/QuickTalk7-UsingModernCPUInstructionsToImproveLLVM-libcMathLib >`__
30
72
* `video <https://www.youtube.com/watch?v=9bvdbdn0nMA >`__
73
+
31
74
* Approximating at Scale: How strto float in LLVM’s libc is faster - Michael Jones
32
75
33
76
* `slides <https://llvm.org/devmtg/2022-11/slides/QuickTalk3-ApproximatingatScale-StringToFloat.pdf >`__
0 commit comments