Gabriel Baraldi
gbaraldi.bsky.social
Gabriel Baraldi
@gbaraldi.bsky.social
Compiler developer and open source enjoyer
#julialang
It's gonna be worth it. I will be able to buy a mi355x rack for 2k dollars soon
November 24, 2025 at 2:59 PM
I don’t love them, but they are soooo practical specially for beans
October 2, 2025 at 11:12 PM
Not sure what kind of beans you get locally, but here we almost always cook them with a pressure cooker and it's quite possible, even easy to over cook them. They start breaking apart a lot, though if you blend those you get a nice soup.
October 2, 2025 at 5:42 PM
On larger matrices it does quite well on an apple laptop
```
julia> A = rand(1000,1000); B = rand(1000,1000);
julia> @btime $A * $B;
7.033 ms (3 allocations: 7.64 MiB)
julia> using BLISBLAS
julia> @btime $A * $B;
5.211 ms (3 allocations: 7.64 MiB)
```
Though the problem size is different
August 4, 2025 at 6:48 PM
I think we are building/using it wrong, because their own results show very different results github.com/flame/blis/b...
August 4, 2025 at 6:36 PM
February 24, 2025 at 6:13 PM
Somehow Hanlon's razor (Never attribute to malice that which is adequately explained by stupidity), doesn't apply to him, he managed to rise above it an be stupid and evil
February 20, 2025 at 2:27 PM
😅I’m not even an Academic. But yeah it could’ve been worded better, there are much better answers than mine in that thread
December 24, 2024 at 12:32 PM
We ship OpenBLAS, but LBT allows us to change blases (blasi?) at runtime which is really convenient for benchmarking
December 22, 2024 at 5:19 AM
While most people seem to be researching the behavior of LLMs I do enjoy that some people still have the time for real subjects like LMM
November 19, 2024 at 7:27 AM
👋
November 17, 2024 at 11:45 AM