File tree Expand file tree Collapse file tree 2 files changed +30
-0
lines changed Expand file tree Collapse file tree 2 files changed +30
-0
lines changed Original file line number Diff line number Diff line change @@ -78,6 +78,7 @@ stages there is no ABI stability in any form.
78
78
dev/index.rst
79
79
porting
80
80
contributing
81
+ talks
81
82
82
83
.. toctree ::
83
84
:hidden:
Original file line number Diff line number Diff line change
1
+ =====
2
+ Talks
3
+ =====
4
+ ----
5
+ 2023
6
+ ----
7
+ * Math functions in LLVM libc or yet another correctly rounded libm - Tue Ly
8
+
9
+ * `video <https://www.youtube.com/watch?v=kBSJqVWNQLY >`__
10
+ * The LLVM C Library for GPUs - Joseph Huber
11
+
12
+ * `slides <https://llvm.org/devmtg/2023-10/slides/techtalks/Huber-LibCforGPUs.pdf >`__
13
+ * `video <https://www.youtube.com/watch?v=_LLGc48GYHc >`__
14
+
15
+ ----
16
+ 2022
17
+ ----
18
+ * Using LLVM's libc - Sivachandra Reddy, Michael Jones, Tue Ly
19
+
20
+ * `slides <https://llvm.org/devmtg/2022-11/slides/Tutorial1-UsingLLVM-libc.pdf >`__
21
+ * `video <https://www.youtube.com/watch?v=OpY4lnpnbq4 >`__
22
+ * Using modern CPU instructions to improve LLVM's libc math library - Tue Ly
23
+
24
+ * `slides <https://llvm.org/devmtg/2022-11/slides/QuickTalk7-UsingModernCPUInstructionsToImproveLLVM-libcMathLib >`__
25
+ * `video <https://www.youtube.com/watch?v=9bvdbdn0nMA >`__
26
+ * Approximating at Scale: How strto float in LLVM’s libc is faster - Michael Jones
27
+
28
+ * `slides <https://llvm.org/devmtg/2022-11/slides/QuickTalk3-ApproximatingatScale-StringToFloat.pdf >`__
29
+ * `video <https://www.youtube.com/watch?v=s-UjbTV8p6g >`__
You can’t perform that action at this time.
0 commit comments