Skip to content

[QST]!NOT_FOUND <InMemoryTableScanExec> cannot run on GPU #5398

Answered by revans2
PerkzZheng asked this question in General
Discussion options

You must be logged in to vote

We are still working on optimizing cache and persist for the GPU see #11

Because of how the code works in spark it is going to require changes to spark to be able to even do things like optimizing the compression of the data using the GPU. Currently, this is being worked on as a part of apache/spark#29067. But even after those changes, it would not be enough to cache the data in GPU memory. We might be able to hack something together to make that work, but likely even further changes would be required to spark and the block manager to be able to do something like that.

Replies: 3 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
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
2 participants
Converted from issue

This discussion was converted from issue #358 on April 28, 2022 23:40.