Closed pfxuan closed 6 months ago
This PR simplifies the build configuration for CUDA architecture. With CMake 3.24, the built-in architecture detection method native is introduced via CUDA_ARCHITECTURES, which we can consider later.
native
Nice, this should make it easier to target different CUDA versions. Thanks @pfxuan !
This PR simplifies the build configuration for CUDA architecture. With CMake 3.24, the built-in architecture detection method
native
is introduced via CUDA_ARCHITECTURES, which we can consider later.