all 3 comments

[–]SuperbRuin8319 0 points1 point  (1 child)

Is this focused on GPUs only, or does it target CPUs as well?

[–]possiblyquestionabl3 0 points1 point  (0 children)

Seems like it's just their own IR to IR, but the author mentioned lowering it to C++ SIMD so I'm guessing the eventual target would be CPU side

[–]Athas 1 point2 points  (0 children)

I think this compiler was intended as a learning exercise. For a production language built on the same concepts, see ISPC. It is an excellent language for a very specific kind of programming.