No description
This repository has been archived on 2019-08-23. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
  • Python 88.1%
  • C 11.9%
Find a file
2013-06-08 17:00:11 +02:00
.gitignore Made it compatible with Catalyst 12.4 2012-06-11 16:18:43 +02:00
analyze.py Support even newer drivers 2013-06-08 17:00:11 +02:00
README.md Added note about AMD-only to Doc 2012-01-09 18:55:43 +01:00
samples.cl Initial version 2012-01-09 17:08:37 +01:00

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.