https://github.com/xmartlabs/cuda-calculator
Online CUDA Occupancy Calculator
https://github.com/xmartlabs/cuda-calculator
cuda gpgpu gpu gpu-computing gpu-kernels gpu-programming kernel nvidia occupancy
Last synced: over 1 year ago
JSON representation
Online CUDA Occupancy Calculator
- Host: GitHub
- URL: https://github.com/xmartlabs/cuda-calculator
- Owner: xmartlabs
- Fork: true (karthikeyann/cuda-calculator)
- Created: 2017-09-26T17:35:37.000Z (over 8 years ago)
- Default Branch: gh-pages
- Last Pushed: 2021-10-12T14:20:20.000Z (over 4 years ago)
- Last Synced: 2024-07-29T19:05:57.332Z (almost 2 years ago)
- Topics: cuda, gpgpu, gpu, gpu-computing, gpu-kernels, gpu-programming, kernel, nvidia, occupancy
- Language: CoffeeScript
- Homepage: https://xmartlabs.github.io/cuda-calculator
- Size: 186 KB
- Stars: 64
- Watchers: 5
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Online CUDA Occupancy Calculator
https://xmartlabs.github.io/cuda-calculator/
Port of the [CUDA Occupancy Calculator spreadsheet](https://docs.nvidia.com/cuda/cuda-occupancy-calculator/CUDA_Occupancy_Calculator.xls).
## Changes from upstream
* Extended until Compute Capabilities 8.6
* Improved the UI.
## Compilation
```shell
coffee -c js/calculator.coffee
```
## Credits
* [Xmartlabs](https://xmartlabs.github.io/cuda-calculator/)
* [Karthikeyan](https://github.com/lxkarthi/cuda-calculator/) - Improved cuda-calculator online version.
* [Mihai Maruseac](https://github.com/mihaimaruseac/cuda-calculator/) - Thanks for the fork.
* [Aliaksei](https://github.com/roadhump/cuda-calculator/) - Original Author deleted it. :(