Metadata-Version: 2.4
Name: torch-nexus
Version: 0.0.1
Summary: PyTorch backend for the Nexus hardware runtime
Author: Kernelize
License: Apache-2.0
Project-URL: Homepage, https://github.com/kernelize/torch-nexus
Project-URL: Issues, https://github.com/kernelize/torch-nexus/issues
Keywords: pytorch,nexus,gpu,compiler,ml
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# torch-nexus

PyTorch PrivateUse1 backend for the Nexus hardware runtime.

> **This package is a name reservation.** Functional releases coming soon.

## What is torch-nexus?

`torch-nexus` integrates custom hardware backends (GPUs, TPUs, NPUs) with PyTorch via the PrivateUse1 device interface, powered by the Nexus runtime and Triton-compiled kernels.

## Installation

```bash
pip install torch-nexus
```

## Status

Under active development. See the [GitHub repo](https://github.com/kernelize/torch-nexus) for progress.
