Skip to content
This repository has been archived by the owner on Aug 24, 2019. It is now read-only.

Latest commit

 

History

History
13 lines (8 loc) · 325 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 325 Bytes

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.