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 submodule sync and cudf JNI build failed after rapidsai/kvikio#547
[2024-11-20T03:15:49.612Z] [INFO] [exec] /home/jenkins/agent/workspace/jenkins-spark-rapids-jni_submodule-sync-dev-3978/thirdparty/cudf/cpp/src/io/utilities/config_utils.cpp: In lambda function: [2024-11-20T03:15:49.613Z] [INFO] [exec] /home/jenkins/agent/workspace/jenkins-spark-rapids-jni_submodule-sync-dev-3978/thirdparty/cudf/cpp/src/io/utilities/config_utils.cpp:60:41: error: cannot convert 'const bool' to 'kvikio::CompatMode' [2024-11-20T03:15:49.613Z] [INFO] [exec] 60 | kvikio::defaults::compat_mode_reset(compat_mode); [2024-11-20T03:15:49.613Z] [INFO] [exec] | ^~~~~~~~~~~ [2024-11-20T03:15:49.613Z] [INFO] [exec] | | [2024-11-20T03:15:49.613Z] [INFO] [exec] | const bool [2024-11-20T03:15:49.613Z] [INFO] [exec] In file included from /home/jenkins/agent/workspace/jenkins-spark-rapids-jni_submodule-sync-dev-3978/thirdparty/cudf/cpp/src/io/utilities/config_utils.cpp:21: [2024-11-20T03:15:49.613Z] [INFO] [exec] /home/jenkins/agent/workspace/jenkins-spark-rapids-jni_submodule-sync-dev-3978/target/libcudf/cmake-build/_deps/kvikio-src/cpp/include/kvikio/defaults.hpp:226:44: note: initializing argument 1 of 'static void kvikio::defaults::compat_mode_reset(kvikio::CompatMode)' [2024-11-20T03:15:49.613Z] [INFO] [exec] 226 | static void compat_mode_reset(CompatMode compat_mode) { instance()->_compat_mode = compat_mode; } [2024-11-20T03:15:49.613Z] [INFO] [exec] | ~~~~~~~~~~~^~~~~~~~~~~ [2024-11-20T03:15:49.868Z] [INFO] [exec] [ 58%] Building CXX object CMakeFiles/cudf.dir/src/io/utilities/data_sink.cpp.o
Steps/Code to reproduce bug Please provide a list of steps or a code sample to reproduce the issue. Avoid posting private or sensitive data.
Expected behavior A clear and concise description of what you expected to happen.
Environment details (please complete the following information)
Additional context Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Now there is a PR in libcudf to fix it rapidsai/cudf#17377
Sorry, something went wrong.
submodule sync is working again after the libcudf fix.
No branches or pull requests
Describe the bug
submodule sync and cudf JNI build failed after rapidsai/kvikio#547
Steps/Code to reproduce bug
Please provide a list of steps or a code sample to reproduce the issue.
Avoid posting private or sensitive data.
Expected behavior
A clear and concise description of what you expected to happen.
Environment details (please complete the following information)
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: