documentation is the code
як масив можна використовувати замість хешмапи?
let mut map = vec![None; 100];
🤯2
https://probablydance.com/2025/02/08/why-does-integer-addition-approximate-float-multiplication/
train your own r1 with even less cuda cores!
train your own r1 with even less cuda cores!
Probably Dance
Why Does Integer Addition Approximate Float Multiplication?
Here is a rough approximation of float multiplication (source): float rough_float_multiply(float a, float b) { constexpr uint32_t bias = 0x3f76d000; return bit_cast<float>(bit_cast<uint32_…
😨2