[libc-commits] [libc] 1c01651 - [libc][docs] add page linking to talks (#84393)

via libc-commits libc-commits at lists.llvm.org
Thu Mar 7 15:09:21 PST 2024


Author: Nick Desaulniers
Date: 2024-03-07T15:09:17-08:00
New Revision: 1c01651bda46426f497c2948fe52cc25acf0e76d

URL: https://github.com/llvm/llvm-project/commit/1c01651bda46426f497c2948fe52cc25acf0e76d
DIFF: https://github.com/llvm/llvm-project/commit/1c01651bda46426f497c2948fe52cc25acf0e76d.diff

LOG: [libc][docs] add page linking to talks (#84393)

Added: 
    libc/docs/talks.rst

Modified: 
    libc/docs/index.rst

Removed: 
    


################################################################################
diff  --git a/libc/docs/index.rst b/libc/docs/index.rst
index a50eb080c9ee49..370fcd843974e8 100644
--- a/libc/docs/index.rst
+++ b/libc/docs/index.rst
@@ -78,6 +78,7 @@ stages there is no ABI stability in any form.
    dev/index.rst
    porting
    contributing
+   talks
 
 .. toctree::
    :hidden:

diff  --git a/libc/docs/talks.rst b/libc/docs/talks.rst
new file mode 100644
index 00000000000000..6daae9f1e7b69a
--- /dev/null
+++ b/libc/docs/talks.rst
@@ -0,0 +1,29 @@
+=====
+Talks
+=====
+----
+2023
+----
+* Math functions in LLVM libc or yet another correctly rounded libm - Tue Ly
+
+  * `video <https://www.youtube.com/watch?v=kBSJqVWNQLY>`__
+* The LLVM C Library for GPUs - Joseph Huber
+
+  * `slides <https://llvm.org/devmtg/2023-10/slides/techtalks/Huber-LibCforGPUs.pdf>`__
+  * `video <https://www.youtube.com/watch?v=_LLGc48GYHc>`__
+
+----
+2022
+----
+* Using LLVM's libc - Sivachandra Reddy, Michael Jones, Tue Ly
+
+  * `slides <https://llvm.org/devmtg/2022-11/slides/Tutorial1-UsingLLVM-libc.pdf>`__
+  * `video <https://www.youtube.com/watch?v=OpY4lnpnbq4>`__
+* Using modern CPU instructions to improve LLVM's libc math library - Tue Ly
+
+  * `slides <https://llvm.org/devmtg/2022-11/slides/QuickTalk7-UsingModernCPUInstructionsToImproveLLVM-libcMathLib>`__
+  * `video <https://www.youtube.com/watch?v=9bvdbdn0nMA>`__
+* Approximating at Scale: How strto float in LLVM’s libc is faster - Michael Jones
+
+  * `slides <https://llvm.org/devmtg/2022-11/slides/QuickTalk3-ApproximatingatScale-StringToFloat.pdf>`__
+  * `video <https://www.youtube.com/watch?v=s-UjbTV8p6g>`__


        


More information about the libc-commits mailing list