Yikes:
A good example of the consequences of poor API design.
Yikes:
A good example of the consequences of poor API design.
An excellent introduction to #quantization used for #LLMs 👌🏽:
“Quantization From The Ground Up”, Sam Rose, Ngrok (https://ngrok.com/blog/quantization).
On HN: https://news.ycombinator.com/item?id=47519295
#AI #Math #FloatingPoint #NumericalAnalysis #Numbers #NeuralNetworks #Precision #Accuracy
🧐:
“It’s OK To Compare Floating-Points For Equality”, Nikita Lisitsa (https://lisyarus.github.io/blog/posts/its-ok-to-compare-floating-points-for-equality.html).
Via HN: https://news.ycombinator.com/item?id=47767398
On Lobsters: https://lobste.rs/s/l6c9wi/it_s_ok_compare_floating_points_for
#Math #Programming #FloatingPoint #NumericalAnalysis #Precision #Errors #Numerics

In my recent post on the PSA Crypto API, I demonstrated the use of the API on two different MCUs: the nRF52840 and the ESP32-S3. In the case of the former, the ECDSA signature operation was eventually executed in a closed source library that manages communication between the Arm Cortex-M4 processor and the Arm TrustZone CryptoCell 310 security subsytem. Readers that ventured down the rabbit hole of links in the post may have noticed that there are variants of the nrf_cc310_mbedcrypto libraries for hard-float and soft-float.
Floating Point Fun on Cortex-M Processors
https://danielmangum.com/posts/floating-point-cortex-m/
#HackerNews #FloatingPoint #Fun #CortexM #Microcontrollers #EmbeddedSystems #TechTalks

In my recent post on the PSA Crypto API, I demonstrated the use of the API on two different MCUs: the nRF52840 and the ESP32-S3. In the case of the former, the ECDSA signature operation was eventually executed in a closed source library that manages communication between the Arm Cortex-M4 processor and the Arm TrustZone CryptoCell 310 security subsytem. Readers that ventured down the rabbit hole of links in the post may have noticed that there are variants of the nrf_cc310_mbedcrypto libraries for hard-float and soft-float.
New blog post! I really hope I'll get a decent amount of people mad with this one 😈😈😈
It's OK to compare floating-points for equality:
https://lisyarus.github.io/blog/posts/its-ok-to-compare-floating-points-for-equality.html
Floating point from scratch: Hard Mode
https://essenceia.github.io/projects/floating_dragon/
#HackerNews #FloatingPoint #Programming #ComputerScience #HardMode #TechEducation #HackerNews
Herbie: Automatically improve imprecise floating point formulas
https://herbie.uwplse.org/doc/latest/tutorial.html
#HackerNews #Herbie #FloatingPoint #Improvement #Precision #Algorithms #Tutorial
Programming vlog 0x01 - Figuring out fixed point maths
