https://prefect.io logo
Title
m

matta

10/15/2019, 1:01 AM
Heya. Project looks awesome. I've been messing with RAPIDS, which is also kinda part of the Daskverse (basically a way to painlessly use GPUs from the Python data stack). Would Prefect be able to easily interface with it? https://rapids.ai/dask.html
c

Chris White

10/15/2019, 1:26 AM
Hey @matta this is a super interesting question; I suspect this is very doable but would need to think it through - ultimately our current dask interface just submits to whatever dask cluster you point at, so I’d be interested in hearing what more we would need to expose to make interfacing to RAPIDS as painless as possible!
m

matta

10/15/2019, 1:41 AM
Dope! I'll give it a go. Thanks!
c

Chris White

10/15/2019, 1:42 AM
Yea let me know what you learn!