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

Using REPL for weld code using CUDFs #522

Open arpang opened 2 years ago

arpang commented 2 years ago

Hi @sppalkia !

How can I use REPL to convert a weld program containing CUDFs to generate LLVM code?

Thank!