Metadata-Version: 2.4
Name: fastkernels-bench
Version: 0.0.1
Summary: GPU kernel benchmarking in production
Author: sfc-gh-goliaro
License: MIT
Project-URL: Homepage, https://github.com/sfc-gh-goliaro/fastkernels
Project-URL: Issues, https://github.com/sfc-gh-goliaro/fastkernels/issues
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# fast-kernels

GPU kernel benchmarking in production.

## Installation

```bash
pip install fast-kernels
```

## Development

```bash
pip install -e ".[dev]"
```
