weld-project / weld

High-performance runtime for data analytics applications
https://www.weld.rs
BSD 3-Clause "New" or "Revised" License
2.99k stars 260 forks source link

Weld as a Foundation for ML in Rust #495

Open tiberiusferreira opened 4 years ago

tiberiusferreira commented 4 years ago

Hello, thank you for your work. I'm currently looking for a suitable solution for building Machine Learning foundation libraries in Rust.

I'm evaluating how Weld could help in this space by generating optimised code for CPU and GPU by leveraging it's IR. However, I couldn't find much information about how to use Weld to generate GPU code.

Is this something in progress? Where can I find more info about it?