DEV Community

Discussion on: A language for programming GPUs

Collapse
 
itr13 profile image
Mikael Klages

Seems interesting, might try to get into rust again to check it out. Any plans on adding support for it in other languages?

Collapse
 
calebwin profile image
Caleb Winston

There aren't any plans at the moment for adding support for it in other languages.

I want this to be more of something you embed in a systems language to talk to GPUs easily. In the past you would have used OpenCL or Halide in C or C++. But now you can use Emu in Rust.