You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
325 B
325 B
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.