| Metadata-Version: 2.4 | |
| Name: causal_conv1d | |
| Version: 1.0.0 | |
| Summary: Causal depthwise conv1d in CUDA, with a PyTorch interface | |
| Home-page: https://github.com/Dao-AILab/causal-conv1d | |
| Author: Tri Dao | |
| Author-email: tri@tridao.me | |
| Classifier: Programming Language :: Python :: 3 | |
| Classifier: License :: OSI Approved :: BSD License | |
| Classifier: Operating System :: Unix | |
| Requires-Python: >=3.7 | |
| Description-Content-Type: text/markdown | |
| License-File: LICENSE | |
| License-File: AUTHORS | |
| Requires-Dist: torch | |
| Requires-Dist: packaging | |
| Requires-Dist: ninja | |
| Dynamic: author | |
| Dynamic: author-email | |
| Dynamic: classifier | |
| Dynamic: description | |
| Dynamic: description-content-type | |
| Dynamic: home-page | |
| Dynamic: license-file | |
| Dynamic: requires-dist | |
| Dynamic: requires-python | |
| Dynamic: summary | |
| # Causal depthwise conv1d in CUDA with a PyTorch interface | |