-
Notifications
You must be signed in to change notification settings - Fork 917
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
Move exception handler into pylibcudf from cudf #16468
Move exception handler into pylibcudf from cudf #16468
Conversation
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.
One comment, otherwise LGTM.
@@ -5,7 +5,7 @@ from libcpp cimport bool | |||
from libcpp.memory cimport unique_ptr | |||
from libcpp.string cimport string | |||
|
|||
from cudf._lib.exception_handler cimport cudf_exception_handler | |||
from cudf._lib.pylibcudf.exception_handler cimport cudf_exception_handler |
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.
I wonder if we should rename cudf_exception_handler
to libcudf_exception_handler
.
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.
Good point, will rename.
/merge |
Description
PR to help prepare for the splitting out of pylibcudf.
Checklist