hipfile 0.0.1.dev0__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.
- hipfile-0.0.1.dev0/PKG-INFO +17 -0
- hipfile-0.0.1.dev0/README.md +5 -0
- hipfile-0.0.1.dev0/pyproject.toml +22 -0
- hipfile-0.0.1.dev0/setup.cfg +4 -0
- hipfile-0.0.1.dev0/src/hipfile/__init__.py +4 -0
- hipfile-0.0.1.dev0/src/hipfile.egg-info/PKG-INFO +17 -0
- hipfile-0.0.1.dev0/src/hipfile.egg-info/SOURCES.txt +7 -0
- hipfile-0.0.1.dev0/src/hipfile.egg-info/dependency_links.txt +1 -0
- hipfile-0.0.1.dev0/src/hipfile.egg-info/top_level.txt +1 -0
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: hipfile
|
|
3
|
+
Version: 0.0.1.dev0
|
|
4
|
+
Summary: Placeholder for AMD ROCm hipFile
|
|
5
|
+
Maintainer-email: Riley Dixon <riley.dixon@amd.com>, AMD hipFile Team <hipfile-maintainer@amd.com>
|
|
6
|
+
License-Expression: MIT
|
|
7
|
+
Project-URL: Homepage, https://github.com/ROCm/rocm-systems/tree/develop/projects/hipfile
|
|
8
|
+
Keywords: hipfile,rocm,amd,hip,AIS
|
|
9
|
+
Classifier: Development Status :: 3 - Alpha
|
|
10
|
+
Requires-Python: >=3.8
|
|
11
|
+
Description-Content-Type: text/markdown
|
|
12
|
+
|
|
13
|
+
# hipfile
|
|
14
|
+
|
|
15
|
+
Placeholder for AMD ROCm hipFile
|
|
16
|
+
|
|
17
|
+
Uploaded using Twine.
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
[build-system]
|
|
2
|
+
requires = ["setuptools>=61.0", "wheel"]
|
|
3
|
+
build-backend = "setuptools.build_meta"
|
|
4
|
+
|
|
5
|
+
[project]
|
|
6
|
+
name = "hipfile"
|
|
7
|
+
version = "0.0.1.dev0"
|
|
8
|
+
description = "Placeholder for AMD ROCm hipFile"
|
|
9
|
+
readme = "README.md"
|
|
10
|
+
requires-python = ">=3.8"
|
|
11
|
+
keywords = ["hipfile", "rocm", "amd", "hip", "AIS"]
|
|
12
|
+
classifiers = [
|
|
13
|
+
"Development Status :: 3 - Alpha",
|
|
14
|
+
]
|
|
15
|
+
license = "MIT"
|
|
16
|
+
maintainers = [
|
|
17
|
+
{name="Riley Dixon", email="riley.dixon@amd.com"},
|
|
18
|
+
{name="AMD hipFile Team", email="hipfile-maintainer@amd.com"}
|
|
19
|
+
]
|
|
20
|
+
|
|
21
|
+
[project.urls]
|
|
22
|
+
Homepage = "https://github.com/ROCm/rocm-systems/tree/develop/projects/hipfile"
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: hipfile
|
|
3
|
+
Version: 0.0.1.dev0
|
|
4
|
+
Summary: Placeholder for AMD ROCm hipFile
|
|
5
|
+
Maintainer-email: Riley Dixon <riley.dixon@amd.com>, AMD hipFile Team <hipfile-maintainer@amd.com>
|
|
6
|
+
License-Expression: MIT
|
|
7
|
+
Project-URL: Homepage, https://github.com/ROCm/rocm-systems/tree/develop/projects/hipfile
|
|
8
|
+
Keywords: hipfile,rocm,amd,hip,AIS
|
|
9
|
+
Classifier: Development Status :: 3 - Alpha
|
|
10
|
+
Requires-Python: >=3.8
|
|
11
|
+
Description-Content-Type: text/markdown
|
|
12
|
+
|
|
13
|
+
# hipfile
|
|
14
|
+
|
|
15
|
+
Placeholder for AMD ROCm hipFile
|
|
16
|
+
|
|
17
|
+
Uploaded using Twine.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
hipfile
|