fbtriton 0.0.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- fbtriton-0.0.1/PKG-INFO +27 -0
- fbtriton-0.0.1/README.md +9 -0
- fbtriton-0.0.1/fbtriton.egg-info/PKG-INFO +27 -0
- fbtriton-0.0.1/fbtriton.egg-info/SOURCES.txt +6 -0
- fbtriton-0.0.1/fbtriton.egg-info/dependency_links.txt +1 -0
- fbtriton-0.0.1/fbtriton.egg-info/top_level.txt +1 -0
- fbtriton-0.0.1/pyproject.toml +31 -0
- fbtriton-0.0.1/setup.cfg +4 -0
fbtriton-0.0.1/PKG-INFO
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: fbtriton
|
|
3
|
+
Version: 0.0.1
|
|
4
|
+
Summary: Placeholder for Meta's fork of OpenAI Triton. Real releases will follow under the same name.
|
|
5
|
+
Author: Meta Platforms, Inc.
|
|
6
|
+
License: MIT
|
|
7
|
+
Project-URL: Homepage, https://github.com/facebookexperimental/triton
|
|
8
|
+
Project-URL: Repository, https://github.com/facebookexperimental/triton
|
|
9
|
+
Keywords: triton,gpu,compiler
|
|
10
|
+
Classifier: Development Status :: 1 - Planning
|
|
11
|
+
Classifier: Intended Audience :: Developers
|
|
12
|
+
Classifier: License :: OSI Approved :: MIT License
|
|
13
|
+
Classifier: Programming Language :: Python :: 3
|
|
14
|
+
Classifier: Programming Language :: Python :: 3 :: Only
|
|
15
|
+
Classifier: Topic :: Software Development :: Compilers
|
|
16
|
+
Requires-Python: >=3.10
|
|
17
|
+
Description-Content-Type: text/markdown
|
|
18
|
+
|
|
19
|
+
# fbtriton
|
|
20
|
+
|
|
21
|
+
Placeholder for **fbtriton** — Meta's fork of OpenAI Triton.
|
|
22
|
+
|
|
23
|
+
This `0.0.x` release is a name-registration stub. The real Triton fork
|
|
24
|
+
wheels (built from `setup.py` in this repo) will be published as
|
|
25
|
+
`3.6.0` and later.
|
|
26
|
+
|
|
27
|
+
Source: https://github.com/facebookexperimental/triton
|
fbtriton-0.0.1/README.md
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
# fbtriton
|
|
2
|
+
|
|
3
|
+
Placeholder for **fbtriton** — Meta's fork of OpenAI Triton.
|
|
4
|
+
|
|
5
|
+
This `0.0.x` release is a name-registration stub. The real Triton fork
|
|
6
|
+
wheels (built from `setup.py` in this repo) will be published as
|
|
7
|
+
`3.6.0` and later.
|
|
8
|
+
|
|
9
|
+
Source: https://github.com/facebookexperimental/triton
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: fbtriton
|
|
3
|
+
Version: 0.0.1
|
|
4
|
+
Summary: Placeholder for Meta's fork of OpenAI Triton. Real releases will follow under the same name.
|
|
5
|
+
Author: Meta Platforms, Inc.
|
|
6
|
+
License: MIT
|
|
7
|
+
Project-URL: Homepage, https://github.com/facebookexperimental/triton
|
|
8
|
+
Project-URL: Repository, https://github.com/facebookexperimental/triton
|
|
9
|
+
Keywords: triton,gpu,compiler
|
|
10
|
+
Classifier: Development Status :: 1 - Planning
|
|
11
|
+
Classifier: Intended Audience :: Developers
|
|
12
|
+
Classifier: License :: OSI Approved :: MIT License
|
|
13
|
+
Classifier: Programming Language :: Python :: 3
|
|
14
|
+
Classifier: Programming Language :: Python :: 3 :: Only
|
|
15
|
+
Classifier: Topic :: Software Development :: Compilers
|
|
16
|
+
Requires-Python: >=3.10
|
|
17
|
+
Description-Content-Type: text/markdown
|
|
18
|
+
|
|
19
|
+
# fbtriton
|
|
20
|
+
|
|
21
|
+
Placeholder for **fbtriton** — Meta's fork of OpenAI Triton.
|
|
22
|
+
|
|
23
|
+
This `0.0.x` release is a name-registration stub. The real Triton fork
|
|
24
|
+
wheels (built from `setup.py` in this repo) will be published as
|
|
25
|
+
`3.6.0` and later.
|
|
26
|
+
|
|
27
|
+
Source: https://github.com/facebookexperimental/triton
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
[build-system]
|
|
2
|
+
requires = ["setuptools>=61"]
|
|
3
|
+
build-backend = "setuptools.build_meta"
|
|
4
|
+
|
|
5
|
+
[project]
|
|
6
|
+
name = "fbtriton"
|
|
7
|
+
version = "0.0.1"
|
|
8
|
+
description = "Placeholder for Meta's fork of OpenAI Triton. Real releases will follow under the same name."
|
|
9
|
+
readme = "README.md"
|
|
10
|
+
requires-python = ">=3.10"
|
|
11
|
+
license = { text = "MIT" }
|
|
12
|
+
authors = [{ name = "Meta Platforms, Inc." }]
|
|
13
|
+
keywords = ["triton", "gpu", "compiler"]
|
|
14
|
+
classifiers = [
|
|
15
|
+
"Development Status :: 1 - Planning",
|
|
16
|
+
"Intended Audience :: Developers",
|
|
17
|
+
"License :: OSI Approved :: MIT License",
|
|
18
|
+
"Programming Language :: Python :: 3",
|
|
19
|
+
"Programming Language :: Python :: 3 :: Only",
|
|
20
|
+
"Topic :: Software Development :: Compilers",
|
|
21
|
+
]
|
|
22
|
+
|
|
23
|
+
[project.urls]
|
|
24
|
+
Homepage = "https://github.com/facebookexperimental/triton"
|
|
25
|
+
Repository = "https://github.com/facebookexperimental/triton"
|
|
26
|
+
|
|
27
|
+
# No packages, no modules — pure metadata. Keeps the wheel < 10 KB so it
|
|
28
|
+
# uploads under PyPI's default 100 MB per-file limit. Once registered, ask
|
|
29
|
+
# PyPI for a higher per-file limit before the real wheels ship.
|
|
30
|
+
[tool.setuptools]
|
|
31
|
+
py-modules = []
|
fbtriton-0.0.1/setup.cfg
ADDED