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

theMarix/pyclKernelAnalyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.