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 We sometimes see the following error messages when configuring cuCollection through rapids-cmake:
-- CPM: Adding package cuco@ (dev) -- CPM: cuco: Using local package [email protected] -- CPM: cuco: Adding package [email protected] (2.1.0) -- rapids-cmake [libcudacxx]: failed to apply diff install_rules.diffrapids-cmake [libcudacxx]: git diff output: error: patch failed: cmake/libcudacxxInstallRules.cmake:28 -- error: cmake/libcudacxxInstallRules.cmake: patch does not apply -- error: patch failed: lib/cmake/libcudacxx/libcudacxx-header-search.cmake.in:1 -- error: lib/cmake/libcudacxx/libcudacxx-header-search.cmake.in: patch does not apply -- -- rapids-cmake [libcudacxx]: applied diff reroot_support.diff to fix issue: 'Support conda-forge usage of CMake rerooting [https://github.com/NVIDIA/libcudacxx/pull/490], requires libcudacxx/install_rules.diff.' -- rapids-cmake [libcudacxx]: applied diff proclaim_return_type_nv_exec_check_disable.diff to fix issue: 'Use pragma to disable execution checks in cuda::proclaim_return_type. [https://github.com/NVIDIA/libcudacxx/pull/448]' -- rapids-cmake [libcudacxx]: applied diff memory_resource.diff to fix issue: 'Allow {async_}resource_ref to be constructible from a pointer. [https://github.com/NVIDIA/libcudacxx/pull/439]' -- Configuring done (3.1s) -- Generating done (0.0s)
The build still finishes successfully (see NVIDIA/cuCollections#397).
Steps/Code to reproduce bug Build cuco
Expected behavior Resolve the error or mark them as a warning instead.
Environment details (please complete the following information): See NVIDIA/cuCollections#397
The text was updated successfully, but these errors were encountered:
Closing as NVIDIA/cuCollections#404 will remove the usage of the libcudacxx cpm module from cuCOllection
libcudacxx
Sorry, something went wrong.
No branches or pull requests
Describe the bug
We sometimes see the following error messages when configuring cuCollection through rapids-cmake:
The build still finishes successfully (see NVIDIA/cuCollections#397).
Steps/Code to reproduce bug
Build cuco
Expected behavior
Resolve the error or mark them as a warning instead.
Environment details (please complete the following information):
See NVIDIA/cuCollections#397
The text was updated successfully, but these errors were encountered: