Skip to content

Latest commit

 

History

History
77 lines (52 loc) · 3.17 KB

talks.rst

File metadata and controls

77 lines (52 loc) · 3.17 KB

Talks

2024

  • A C/C++ Toolchain for your GPU - Joseph Huber
  • Modern Embedded Development with LLVM - Petr Hosek
  • Using llvm-libc in LLVM Embedded Toolchain for Arm - Peter Smith
  • RISC-V Support into LLVM libc - Challenges and Solutions for 32-bit and 64-bit - Mikhail R. Gadelha
  • Project Hand-in-Hand - The beginning of a beautiful friendship - Michael Jones & Christopher Di Bella
  • LLVM libc math library - Current status and future directions - Tue Ly
  • Half-precision in LLVM libc - Nicolas Celik

2023

  • Math functions in LLVM libc or yet another correctly rounded libm - Tue Ly
  • The LLVM C Library for GPUs - Joseph Huber
  • The Challenges of Implementing the C Standard Library in C++ - Sivachandra Reddy

2022

  • Using LLVM's libc - Sivachandra Reddy, Michael Jones, Tue Ly
  • Using modern CPU instructions to improve LLVM's libc math library - Tue Ly
  • Approximating at Scale: How strto float in LLVM’s libc is faster - Michael Jones