Metadata-Version: 1.1
Name: kernelfusion
Version: 0.1.0
Summary: An example kernel fusion Pytorch extension.
Home-page: https://github.com/yngtodd/fusion
Author: Todd Young
Author-email: young.todd.mk@gmail.com
License: BSD license
Description: ======
        Fusion
        ======
        
        
        .. image:: https://img.shields.io/pypi/v/fusion.svg
                :target: https://pypi.python.org/pypi/fusion
        
        .. image:: https://img.shields.io/travis/yngtodd/fusion.svg
                :target: https://travis-ci.org/yngtodd/fusion
        
        .. image:: https://readthedocs.org/projects/fusion/badge/?version=latest
                :target: https://fusion.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        .. image:: https://pyup.io/repos/github/yngtodd/fusion/shield.svg
             :target: https://pyup.io/repos/github/yngtodd/fusion/
             :alt: Updates
        
        
        An example kernel fusion Pytorch extension.
        
        
        * Free software: BSD license
        * Documentation: https://fusion.readthedocs.io.
        
        
        Features
        --------
        
        * TODO
        
        Credits
        -------
        
        This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        
        
        =======
        History
        =======
        
        0.1.0 (2019-11-23)
        ------------------
        
        * First release on PyPI.
        
Keywords: fusion
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.7
