https://github.com/ginkgo-project/cudaarchitectureselector
A CMake module simplifying the specification of CUDA architectures
https://github.com/ginkgo-project/cudaarchitectureselector
cmake cmake-modules cuda
Last synced: 8 months ago
JSON representation
A CMake module simplifying the specification of CUDA architectures
- Host: GitHub
- URL: https://github.com/ginkgo-project/cudaarchitectureselector
- Owner: ginkgo-project
- License: other
- Created: 2018-10-01T15:44:33.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-02-03T16:27:13.000Z (over 5 years ago)
- Last Synced: 2024-12-27T15:14:12.452Z (over 1 year ago)
- Topics: cmake, cmake-modules, cuda
- Language: CMake
- Size: 27.3 KB
- Stars: 2
- Watchers: 12
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
CudaArchitectureSelector
------------------------
A CMake module allowing simple specification of CUDA architectures for CMake
targets, removing the need to manually handle flags like `-arch`, `-code` and
`-gencode`.
See the module source for documentation of the available features, and the
example folder for a usage example.
License
-------
[BSD-3](LICENSE)