-
Notifications
You must be signed in to change notification settings - Fork 241
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Expose host store spill #9189
Expose host store spill #9189
Conversation
Signed-off-by: Alessandro Bellina <abellina@nvidia.com>
} | ||
} | ||
|
||
RapidsBufferCatalog.setDeviceStorage(devStore) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need to close any previous RapidsBufferCatalog state that may have been leftover from a previous test before clobbering its settings here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, that seems like a good idea. Will do.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oh I see conflicts.. need to take a look |
build |
Contributes to the first part of #8881
This adds a method at the
RapidsBufferCatalog
object level that allows you to spill a store. It also exposes aRapidsBufferCatalog.getHostStorage
method which can be used to trigger spill from anywhere at this level.