Heya. Project looks awesome. I've been messing w...
# ask-community
m
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
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
Dope! I'll give it a go. Thanks!
c
Yea let me know what you learn!