[CUDA] Handle CUDA Architectures
enhancementcuda
Currently, we don't pass or determine any specific flags for CUDA architectures. Simplest way to handle this is to bump CMake -> 3.18 and enforce a minimum compute capability via `CMAKE_CUDA_ARCHITECTURES` if not set. The use of FP64 `atomicAdd` should put the minimum compute capability at `60`
关闭于 2023-06-14 0 条评论