-
Notifications
You must be signed in to change notification settings - Fork 14.3k
[libc][docs] add page linking to talks #84393
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@llvm/pr-subscribers-libc Author: Nick Desaulniers (nickdesaulniers) ChangesFull diff: https://github.com/llvm/llvm-project/pull/84393.diff 2 Files Affected:
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>`__
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, thanks for this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
overall LGTM
libc/docs/talks.rst
Outdated
* 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>`__ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you forgot the video id here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good catch, fixed in 532831e
FWIW, I had to use double underscores for the hyperlink syntax due to: https://jwodder.github.io/kbits/posts/rst-hyperlinks/#gotcha |
* Math functions in LLVM libc or yet another correctly rounded libm - Tue Ly | ||
|
||
* `video <https://www.youtube.com/watch?v=kBSJqVWNQLY>`__ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@lntue I couldn't find a link to publicly accessible slides; do you have that? Mind adding it to this page, or sharing the link with me and I will add?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes; #84516
No description provided.