Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Link with CUPTI to acquire occupancy metrics #19

Open
jsjason opened this issue Apr 19, 2019 · 0 comments
Open

Link with CUPTI to acquire occupancy metrics #19

jsjason opened this issue Apr 19, 2019 · 0 comments

Comments

@jsjason
Copy link
Contributor

jsjason commented Apr 19, 2019

Apparently, CUPTI provides a C++/CUDA interface for retrieving various GPU metrics per kernel. In particular, we are interested in checking the achieved occupancy for a given workload, which is fortunately included in the list of metrics CUPTI covers. Sadly, CUPTI has no Python bindings so we need to manually construct a Python-C bridge to enable/disable CUPTI and fetch the correct metric values (unless we re-write the whole repo in C++... which is probably not going to happen).

@jsjason jsjason self-assigned this Apr 19, 2019
@jsjason jsjason removed their assignment Jun 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant