https://github.com/auburn/cudaprimefinder
https://github.com/auburn/cudaprimefinder
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/auburn/cudaprimefinder
- Owner: Auburn
- License: mit
- Created: 2024-08-11T00:12:19.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-11T00:31:27.000Z (about 1 year ago)
- Last Synced: 2025-04-02T08:44:03.587Z (6 months ago)
- Language: Cuda
- Size: 4.48 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Compile with
`nvcc -O3 -arch=compute_89 kernel.cu -o primes_program`
Check most modern arch for your GPU here: https://arnon.dk/matching-sm-architectures-arch-and-gencode-for-various-nvidia-cards/