No description
- Python 88.1%
- C 11.9%
| .gitignore | ||
| analyze.py | ||
| README.md | ||
| samples.cl | ||
About
A simple script based on pyopencl that compiles all kernels in a given source file and prints some statistics on their resource usage.
Note that currently only AMD GPUs are supported as a target for this analysis.
Files
analyze.py – The analysis script.
samples.cl – Contains sample kernels.