Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
CalmDream
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
CalmDream
9d ago
A bit of a nitpick, but from the article: "A low-level language for such processors would have native vector types of arbitrary lengths." Mojo has exactly this with the SIMD struct: https://mojolang.org/nightly
2.
▲
by
CalmDream
9mo ago
what is provably wrong ?
3.
▲
by
CalmDream
9mo ago
Most of the stuff you pointed out is addressed in a series of blog posts by Lattner : https://www.modular.com/democratizing-ai-compute
4.
▲
by
CalmDream
1y ago
I think this might be good introduction to GPU programming: https://builds.modular.com/puzzles/introduction.html . It explains gpu concepts in an hardware agnostic way and verify understanding with implementation puzzle