Metadata-Version: 2.1
Name: perftorch
Version: 0.0.2
Summary: Native High-Performance PyTorch modules
Home-page: https://github.com/clashluke/perftorch
Author: Lucas Nestler
Author-email: github.perftorch@nestler.sh
License: BSD
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Intended Audience :: Developers
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# PerfTorch


## Getting Started
### Installation

```BASH
python3 -m pip install perftorch
```

