Metadata-Version: 2.1
Name: gpu-debugger
Version: 0.0.1
Summary: Add a short description here!
Home-page: https://github.com/pyscaffold/pyscaffold/
Author: kulasama
Author-email: kulasama@foxmail.com
License: MIT
Project-URL: Documentation, https://pyscaffold.org/
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Description-Content-Type: text/x-rst; charset=UTF-8
Requires-Dist: nvidia-ml-py3
Provides-Extra: testing
Requires-Dist: pytest ; extra == 'testing'
Requires-Dist: pytest-cov ; extra == 'testing'

============
gpu_debugger
============


a gpu debug tool

Description
===========

debug for gpu development


Note
====

>>>from gpu_debugger import print_memory
>>>print_memory()

More to come Documentation is being worked on


