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
Here's how cuml is adding nvgraph to be built from source during its compilation process.
set(NVGRAPH_DIR ${CMAKE_CURRENT_BINARY_DIR}/nvgraph CACHE STRING "Path to nvgraph install directory") ExternalProject_Add(nvgraph GIT_REPOSITORY https://github.com/rapidsai/nvgraph.git GIT_TAG feb0c5721e6e0e27ee51b2f56fd39c7d1e805a64 PREFIX ${NVGRAPH_DIR} CMAKE_ARGS -DCMAKE_INSTALL_PREFIX=<INSTALL_DIR> -DCMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH} ${NVGRAPH_DIR}/src/nvgraph/cpp UPDATE_COMMAND "") add_library(nvgraphlib STATIC IMPORTED) add_dependencies(nvgraphlib nvgraph) set_property(TARGET nvgraphlib PROPERTY IMPORTED_LOCATION ${NVGRAPH_DIR}/lib64/libnvgraph.so)
(please also let us know if in case this usage is correct or not)
Attaching the error log to give more description about the issue. Tagging @afender . error.log
The text was updated successfully, but these errors were encountered:
What cuda version are you using?
Sorry, something went wrong.
This is CUDA 11.0. Also tagging @harrism who noticed similar errors recently.
I am closing this issue since all NVGRAPH dependencies should be in RAFT at this point
No branches or pull requests
Here's how cuml is adding nvgraph to be built from source during its compilation process.
(please also let us know if in case this usage is correct or not)
Attaching the error log to give more description about the issue. Tagging @afender .
error.log
The text was updated successfully, but these errors were encountered: