rapidsai / rapids-cmake

https://docs.rapids.ai/api/rapids-cmake/stable/
Apache License 2.0
27 stars 45 forks source link

Use CUDA compiler if available for generate_resource_spec #561

Closed KyleFromNVIDIA closed 5 months ago

KyleFromNVIDIA commented 5 months ago

Description

This ensures consistent detection of CUDAToolkit between the main project and the try_compile().

Checklist

KyleFromNVIDIA commented 5 months ago

/merge

trxcllnt commented 5 months ago

Seems like this might have exposed an issue in conda builds? https://github.com/rapidsai/devcontainers/actions/runs/8330706353/job/22795983353?pr=249#step:7:8045

KyleFromNVIDIA commented 5 months ago

https://github.com/rapidsai/rapids-cmake/pull/564 fixed this.