Skip to content

Commit 1c01651

Browse files
[libc][docs] add page linking to talks (#84393)
1 parent d93a126 commit 1c01651

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

libc/docs/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ stages there is no ABI stability in any form.
7878
dev/index.rst
7979
porting
8080
contributing
81+
talks
8182

8283
.. toctree::
8384
:hidden:

libc/docs/talks.rst

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
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>`__

0 commit comments

Comments
 (0)