cda-group / arc

Programming Language for Continuous Deep Analytics
https://cda-group.github.io/arc/
44 stars 6 forks source link

Frej/arc script mlir support #208

Closed frej closed 3 years ago

segeljakt commented 3 years ago

Very nice. I wonder if it was a mistake of me to pull in f16 and bf16. I have not found a way to do operations on them as of yet 🤔 do you have any ideas?

frej commented 3 years ago

I wonder if it was a mistake of me to pull in f16 and bf16. I have not found a way to do operations on them as of yet thinking do you have any ideas?

I assumed you had some crate supporting operations on them in mind when you introduced them :)

MLIR, and some of the GPU backends have support for them, so perhaps we should just wait for a crate to appear.