rapidsai / wholegraph

WholeGraph - large scale Graph Neural Networks
https://docs.rapids.ai/api/cugraph/stable/wholegraph/
Apache License 2.0
100 stars 38 forks source link

Build and test with CUDA 12.5.1 #191

Closed KyleFromNVIDIA closed 4 months ago

KyleFromNVIDIA commented 4 months ago

This PR updates the latest CUDA build/test version 12.2.2 to 12.5.1.

Contributes to https://github.com/rapidsai/build-planning/issues/73

KyleFromNVIDIA commented 4 months ago

Building this as a wheel requires a static libnvidia-ml.a (for now at least, until rapidsai/build-planning#35 is done), but CMake is not able to provide it. I've opened https://gitlab.kitware.com/cmake/cmake/-/issues/26131 to discuss this.

After offline discussion with @robertmaynard, we've come to the conclusion that nvml should be dynamically linked after all. I've updated this PR to do so.

KyleFromNVIDIA commented 4 months ago

/merge