rapidsai / rapids-cmake

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

set_architectures output correct CUDA arch values for RAPIDS mode #619

Closed robertmaynard closed 4 months ago

robertmaynard commented 4 months ago

Description

In RAPIDS mode the local variable CMAKE_CUDA_ARCHITECTURES still was set to OFF and not the updated value. Corrected the code to update the local instance of the variable always before output.

Checklist

robertmaynard commented 4 months ago

/merge