Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
piker
34 days ago
|
parent
|
context
|
favorite
| on:
Rust running on every GPU
> Existing no_std + no alloc crates written for other purposes can generally run on the GPU without modification.
Wow. That at first glance seems to unlock ALOT of interesting ideas.
boredatoms
34 days ago
[–]
I guess performance would be very different if things were initially assumed to run on a cpu
dvtkrlbs
34 days ago
|
parent
[–]
I think it could be improved a lot by niche optimization passes on the codegen backend. Kinda like the autovectorization and similar optimizations on the CPU backends.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Wow. That at first glance seems to unlock ALOT of interesting ideas.