Skip to content

[QST] Python UDFs runs in GPU? #5392

Answered by revans2
aitor94 asked this question in General
Discussion options

You must be logged in to vote

Not currently.

We are working on speeding up the transfer of data from spark to python #610 specifically pandas UDFs.

We are also working on scheduling so if you want to use cudf or some other GPU accelerated python processing in your pandas UDFs to speed things up you can.

Both of these are still very early on and we might get some of it into the 0.2 release, but it will probably be off by default. Hopefully the 0.3 release will have a full version of the changes, but it will probably require a few changes to pyspark to be able to fully support it.

We have looked at using numba to compile a UDF into PTX code that we could run on the GPU, but we have not really done too much with that yet.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by sameerz
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
3 participants
Converted from issue

This discussion was converted from issue #641 on April 28, 2022 23:33.