47 lines
1.6 KiB
Plaintext
47 lines
1.6 KiB
Plaintext
Metadata-Version: 2.4
|
|
Name: triton
|
|
Version: 3.5.1
|
|
Summary: A language and compiler for custom Deep Learning operations
|
|
Home-page: https://github.com/triton-lang/triton/
|
|
Author: Philippe Tillet
|
|
Author-email: phil@openai.com
|
|
Keywords: Compiler,Deep Learning
|
|
Classifier: Development Status :: 4 - Beta
|
|
Classifier: Intended Audience :: Developers
|
|
Classifier: Topic :: Software Development :: Build Tools
|
|
Classifier: License :: OSI Approved :: MIT License
|
|
Classifier: Programming Language :: Python :: 3.10
|
|
Classifier: Programming Language :: Python :: 3.11
|
|
Classifier: Programming Language :: Python :: 3.12
|
|
Classifier: Programming Language :: Python :: 3.13
|
|
Classifier: Programming Language :: Python :: 3.14
|
|
Requires-Python: >=3.10,<3.15
|
|
License-File: LICENSE
|
|
Requires-Dist: importlib-metadata; python_version < "3.10"
|
|
Provides-Extra: build
|
|
Requires-Dist: cmake<4.0,>=3.20; extra == "build"
|
|
Requires-Dist: lit; extra == "build"
|
|
Provides-Extra: tests
|
|
Requires-Dist: autopep8; extra == "tests"
|
|
Requires-Dist: isort; extra == "tests"
|
|
Requires-Dist: numpy; extra == "tests"
|
|
Requires-Dist: pytest; extra == "tests"
|
|
Requires-Dist: pytest-forked; extra == "tests"
|
|
Requires-Dist: pytest-xdist; extra == "tests"
|
|
Requires-Dist: scipy>=1.7.1; extra == "tests"
|
|
Requires-Dist: llnl-hatchet; extra == "tests"
|
|
Provides-Extra: tutorials
|
|
Requires-Dist: matplotlib; extra == "tutorials"
|
|
Requires-Dist: pandas; extra == "tutorials"
|
|
Requires-Dist: tabulate; extra == "tutorials"
|
|
Dynamic: author
|
|
Dynamic: author-email
|
|
Dynamic: classifier
|
|
Dynamic: home-page
|
|
Dynamic: keywords
|
|
Dynamic: license-file
|
|
Dynamic: provides-extra
|
|
Dynamic: requires-dist
|
|
Dynamic: requires-python
|
|
Dynamic: summary
|