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 failed
08:53:00 [INFO] [exec] -- Building using CMake version: 3.28.6 08:53:01 [INFO] [exec] -- Configuring done (131.4s) 08:53:04 [INFO] [exec] -- Generating done (2.0s) 08:53:04 [INFO] [exec] CMake Error at CMakeLists.txt:944 (target_link_libraries): 08:53:04 [INFO] [exec] Target "cudf" links to: 08:53:04 [INFO] [exec] 08:53:04 [INFO] [exec] rmm::rmm_logger 08:53:04 [INFO] [exec] 08:53:04 [INFO] [exec] but the target was not found. Possible reasons include: 08:53:04 [INFO] [exec] 08:53:04 [INFO] [exec] * There is a typo in the target name. 08:53:04 [INFO] [exec] * A find_package call is missing for an IMPORTED target. 08:53:04 [INFO] [exec] * An ALIAS target is missing. 08:53:04 [INFO] [exec] 08:53:04 [INFO] [exec] 08:53:04 [INFO] [exec] 08:53:04 [INFO] [exec] CMake Generate step failed. Build files cannot be regenerated correctly.
related to recent rmm change rapidsai/rmm#1774,
and we are waiting for the followup at rapidsai/cudf#17674
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:
close as the cudf side change has been merged
Sorry, something went wrong.
No branches or pull requests
Describe the bug
submodule sync failed
related to recent rmm change rapidsai/rmm#1774,
and we are waiting for the followup at rapidsai/cudf#17674
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: