Show HN: Eyot, A programming language where the GPU is just another thread
cowleyforniastudios.com
Show HN: Eyot, A programming language where the GPU is just another thread
1–10 of 22 posts
Re: Show HN: Eyot, A programming language where the GPU is just another thread
#2This reminds me that I'd love to see SYCL get more love. Right now, out of the computer hardware manufacturers, it seems that only Intel is putting any effort into it.
Re: Show HN: Eyot, A programming language where the GPU is just another thread
#3Don't mean to be rust fanatic or whatever but anyone know of anything similar for rust?
Re: Show HN: Eyot, A programming language where the GPU is just another thread
#4Don't mean to be rust fanatic or whatever but anyone know of anything similar for rust?
Not similar in the way of "Decorate any function and now it's a thread on the GPU", but Candle been pretty neat for experimenting with ML on Rust, and easy to move things between CPU and GPU, more of a library than a DSL though: https://github.com/huggingface/candle
Re: Show HN: Eyot, A programming language where the GPU is just another thread
#5Don't mean to be rust fanatic or whatever but anyone know of anything similar for rust?
I'm not totally sure what it is, but I believe there is something for running Rust code on the GPU easily
Re: Show HN: Eyot, A programming language where the GPU is just another thread
#6That is fun: it lends c-style block markers (curly braces) and python-style line separation (new lines). No objection.
Re: Show HN: Eyot, A programming language where the GPU is just another thread
#7Don't mean to be rust fanatic or whatever but anyone know of anything similar for rust?
You could use wgpu to replicate this demo.
Re: Show HN: Eyot, A programming language where the GPU is just another thread
#8That is fun: it lends c-style block markers (curly braces) and python-style line separation (new lines). No objection.
JavaScript and Kotlin do that too.
Re: Show HN: Eyot, A programming language where the GPU is just another thread
#9[dead]
Re: Show HN: Eyot, A programming language where the GPU is just another thread
#10That is fun: it lends c-style block markers (curly braces) and python-style line separation (new lines). No objection.
[deleted]