Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 6 years ago)
- Default Branch: master
- Last Pushed: 2021-02-03T16:27:13.000Z (about 4 years ago)
- Last Synced: 2023-03-04T23:42:56.551Z (almost 2 years ago)
- Topics: cmake, cmake-modules, cuda
- Language: CMake
- Size: 27.3 KB
- Stars: 1
- Watchers: 12
- Forks: 2
- 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)