Skip to content

bshillingford/python-cuda-profile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Wrapper for CUDA profiler start/stop API functions. Zero dependencies.

Example:

import cudaprofile

cudaprofile.start()
# ... do expensive cuda stuff ...
cudaprofile.stop()

and run the script from nvprof or nvvp.

You may want to use nvprof with --profile-from-start-off and only call start() when desired.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages