Y
Hacker News
new
|
ask
|
show
|
jobs
by
adgjlsfhk1
879 days ago
this is a great resource! any chance you can add a matmul benchmark to this?
1 comments
camel-cdr
879 days ago
I was thinking about that, but matmul is so too hardware specific (cache sizes, and the like), and I'm not confident I can get an implementation that can get close to max performance.
link
adgjlsfhk1
879 days ago
getting big matmul good is hard, but up to about 100x100 you don't need to worry about cache sizes, it's all about the microkernel
link