An open API service indexing awesome lists of open source software.

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

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. :(