Optimizing Floating Point Math in Julia | Oscar Smith | JuliaCon 2022

preview_player
Показать описание
Why did `exp10` get 2x faster in Julia 1.6? One reason is, unlike most other languages, Julia doesn't use the operating system-provided implementations for math (Libm). This talk will be an overview of improvements in Julia's math library since version 1.5, and areas for future improvements. We will cover will be computing optimal polynomials, table based implementations, and bit-hacking for peak performance.

00:00 Welcome!
00:10 Help us add time stamps or captions to this video! See the description for details.

Рекомендации по теме
Комментарии
Автор

Great talk, really informative and super helpful

edbed
Автор

So can the user choose the floating point precision when starting Julia ? (if sm want to try to use 3ulp precision for exemple)

BigToinE