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
Describe the bug Build failed due to the error as below.
[2024-06-10T07:58:38.312Z] [INFO] [exec] /usr/include/c++/9/bits/unique_ptr.h:400:6: error: call of overloaded 'swap(rmm::device_uvector<thrust::pair<const char*, int> >*&, rmm::device_uvector<thrust::pair<const char*, int> >*&)' is ambiguous [2024-06-10T07:58:38.312Z] [INFO] [exec] 400 | swap(_M_t._M_ptr(), __p); [2024-06-10T07:58:38.312Z] [INFO] [exec] | ~~~~^~~~~~~~~~~~~~~~~~~~ [2024-06-10T07:58:38.312Z] [INFO] [exec] In file included from /usr/include/c++/9/bits/stl_iterator.h:65, [2024-06-10T07:58:38.312Z] [INFO] [exec] from /usr/include/c++/9/iterator:63, [2024-06-10T07:58:38.312Z] [INFO] [exec] from /home/jenkins/agent/workspace/jenkins-examples-udf-examples-native-147/examples/UDF-Examples/RAPIDS-accelerated-UDFs/target/cpp-build/_deps/cudf-src/cpp/include/cudf/types.hpp:42, [2024-06-10T07:58:38.312Z] [INFO] [exec] from /home/jenkins/agent/workspace/jenkins-examples-udf-examples-native-147/examples/UDF-Examples/RAPIDS-accelerated-UDFs/target/cpp-build/_deps/cudf-src/cpp/include/cudf/column/column_view.hpp:18, [2024-06-10T07:58:38.312Z] [INFO] [exec] from /home/jenkins/agent/workspace/jenkins-examples-udf-examples-native-147/examples/UDF-Examples/RAPIDS-accelerated-UDFs/target/cpp-build/_deps/cudf-src/cpp/include/cudf/column/column.hpp:18, [2024-06-10T07:58:38.312Z] [INFO] [exec] from /home/jenkins/agent/workspace/jenkins-examples-udf-examples-native-147/examples/UDF-Examples/RAPIDS-accelerated-UDFs/target/cpp-build/_deps/cudf-src/cpp/include/cudf/column/column_factories.hpp:18, [2024-06-10T07:58:38.312Z] [INFO] [exec] from /home/jenkins/agent/workspace/jenkins-examples-udf-examples-native-147/examples/UDF-Examples/RAPIDS-accelerated-UDFs/target/cpp-build/_deps/cudf-src/cpp/src/io/utilities/column_buffer.hpp:24, [2024-06-10T07:58:38.312Z] [INFO] [exec] from /home/jenkins/agent/workspace/jenkins-examples-udf-examples-native-147/examples/UDF-Examples/RAPIDS-accelerated-UDFs/target/cpp-build/_deps/cudf-src/cpp/src/io/utilities/column_buffer.cpp:22:
Steps/Code to reproduce bug Rerun the CI to reprodcue it.
Expected behavior The build should pass.
The text was updated successfully, but these errors were encountered:
@GaryShen2008 please help prioritize it.
Sorry, something went wrong.
Fixed by #395.
jlowe
nvliyuan
No branches or pull requests
Describe the bug
Build failed due to the error as below.
Steps/Code to reproduce bug
Rerun the CI to reprodcue it.
Expected behavior
The build should pass.
The text was updated successfully, but these errors were encountered: