Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
vitaminka
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
vitaminka
2y ago
most non-embedded and non-legacy codebases could use c23, that's not an insignificant set
2.
▲
by
vitaminka
2y ago
these features will eventually trickle down into the mainstream, kind of like C11 is doing at the moment also, unless you're targeting embedded or a very wide set of architectures, there's no reason why you couldn't start usi
3.
▲
by
vitaminka
2y ago
is rust cargo basically like npm at this point? like how on earth is sixteen dependencies means no dependencies lol
4.
▲
by
vitaminka
3y ago
trying to build this rn, and the download scripts has already pulled like a gigabyte of dependencies wth edit: it's already like 2 gb
5.
▲
by
vitaminka
3y ago
ye, it's approaching 50% of LOD of a vulkan hello triangle
6.
▲
by
vitaminka
3y ago
does this mean you can run, say, modern openCL code on smth like a VisionFive2?
7.
▲
by
vitaminka
3y ago
really no better than a us tech firm, unless you for some reason have a preference for nationality characteristics of your hardware backdoors lol
8.
▲
by
vitaminka
3y ago
> let us draw to the screen in CUDA without the need for OpenGL/Vulkan interop how would that work? like GPU frameworks would just be compute (like cuda) and some small component of it would just allow to write the end result to a b
9.
▲
by
vitaminka
3y ago
interesting decoupling method, ty :)
10.
▲
by
vitaminka
3y ago
i’m curious, what’s is the approach for maintainable and decoupled various gpu backends?