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

Remove CudfAccessor.java and adopt new public methods from Scalar.java #2682

Merged
merged 2 commits into from
Dec 12, 2024

Conversation

ttnghia
Copy link
Collaborator

@ttnghia ttnghia commented Dec 11, 2024

Since the Scalar class now publishes its constructor and getScalarHandle() method, we can now access these directly without needing the workaround of CudfAccessor utility class.

This removes the class CudfAccessor completely and replaces its usage by the methods from the Scalar class.

Closes #1307.

Depends on:

Signed-off-by: Nghia Truong <[email protected]>
Signed-off-by: Nghia Truong <[email protected]>
@ttnghia ttnghia self-assigned this Dec 11, 2024
Copy link
Collaborator

@res-life res-life left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM after building is passed.

@ttnghia
Copy link
Collaborator Author

ttnghia commented Dec 12, 2024

build

@ttnghia ttnghia merged commit e85751b into NVIDIA:branch-25.02 Dec 12, 2024
5 checks passed
@ttnghia ttnghia deleted the cleanup_cudf_accessor branch December 12, 2024 20:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEA] Extend the Scalar API with functionality to allow access to native handles.
2 participants