Skip to content
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

[HOTFIX] cudf v22.12.01 [skip-gpuci] #12346

Merged
merged 1 commit into from
Dec 8, 2022
Merged

[HOTFIX] cudf v22.12.01 [skip-gpuci] #12346

merged 1 commit into from
Dec 8, 2022

Conversation

raydouglass
Copy link
Member

No description provided.

## Description

We can't build the table pointers at import time, since that creates a
cuda context. Since libcudf caches these instances internally, just
call the functions directly.

Closes #12340.

## Checklist
- [x] I am familiar with the [Contributing Guidelines](https://github.com/rapidsai/cudf/blob/HEAD/CONTRIBUTING.md).
- [x] New or existing tests cover these changes.
- [x] The documentation is up to date with these changes.

Authors:
   - Lawrence Mitchell (https://github.com/wence-)

Approvers:
   - Ashwin Srinath (https://github.com/shwina)
@raydouglass raydouglass requested a review from a team as a code owner December 8, 2022 19:17
@github-actions github-actions bot added the Python Affects Python cuDF API. label Dec 8, 2022
@raydouglass raydouglass merged commit b2dfcdf into main Dec 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Python Affects Python cuDF API.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants