We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We have some compile warnings when building current code that need to be addressed:
warning: 'std::unique_ptr<cudf::column> cudf::hash(const cudf::table_view&, cudf::hash_id, uint32_t, rmm::cuda_stream_view, rmm::mr::device_memory_resource*)' is deprecated [-Wdeprecated-declarations]
in tests/hash.cpp.
tests/hash.cpp
cudf::hash was deprecated in rapidsai/cudf#15074 a few weeks ago and cudf::hashing::hash() will be removed in a follow-on release.
cudf::hash
cudf::hashing::hash()
The text was updated successfully, but these errors were encountered:
Duplicate of NVIDIA/spark-rapids#10487
Sorry, something went wrong.
No branches or pull requests
We have some compile warnings when building current code that need to be addressed:
in
tests/hash.cpp
.cudf::hash
was deprecated in rapidsai/cudf#15074 a few weeks ago andcudf::hashing::hash()
will be removed in a follow-on release.The text was updated successfully, but these errors were encountered: