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

via libc-commits libc-commits at lists.llvm.org
Thu Mar 7 14:33:03 PST 2024


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-libc

Author: Nick Desaulniers (nickdesaulniers)

<details>
<summary>Changes</summary>



---
Full diff: https://github.com/llvm/llvm-project/pull/84393.diff


2 Files Affected:

- (modified) libc/docs/index.rst (+1) 
- (added) libc/docs/talks.rst (+29) 


``````````diff
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..292a1e5b4d7046
--- /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>`__
+* 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>`__

``````````

</details>


https://github.com/llvm/llvm-project/pull/84393


More information about the libc-commits mailing list