hyperloom-inference-optimizer 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.
- hyperloom_inference_optimizer-0.0.1/LICENSE +21 -0
- hyperloom_inference_optimizer-0.0.1/PKG-INFO +41 -0
- hyperloom_inference_optimizer-0.0.1/README.md +21 -0
- hyperloom_inference_optimizer-0.0.1/hyperloom_inference_optimizer.egg-info/PKG-INFO +41 -0
- hyperloom_inference_optimizer-0.0.1/hyperloom_inference_optimizer.egg-info/SOURCES.txt +7 -0
- hyperloom_inference_optimizer-0.0.1/hyperloom_inference_optimizer.egg-info/dependency_links.txt +1 -0
- hyperloom_inference_optimizer-0.0.1/hyperloom_inference_optimizer.egg-info/top_level.txt +1 -0
- hyperloom_inference_optimizer-0.0.1/pyproject.toml +35 -0
- hyperloom_inference_optimizer-0.0.1/setup.cfg +4 -0
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2026 Advanced Micro Devices, Inc.
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: hyperloom-inference_optimizer
|
|
3
|
+
Version: 0.0.1
|
|
4
|
+
Summary: Placeholder release reserving the distribution name for the ROCm Hyperloom inference optimizer runtime; under development.
|
|
5
|
+
Author: Advanced Micro Devices, Inc.
|
|
6
|
+
License-Expression: MIT
|
|
7
|
+
Project-URL: Homepage, https://github.com/AMD-AGI/Hyperloom
|
|
8
|
+
Project-URL: Source, https://github.com/AMD-AGI/Hyperloom
|
|
9
|
+
Project-URL: Issues, https://github.com/AMD-AGI/Hyperloom/issues
|
|
10
|
+
Project-URL: Documentation, https://rocm.docs.amd.com/projects/hyperloom/en/latest/index.html
|
|
11
|
+
Keywords: placeholder,amd,rocm,hyperloom,inference,optimization
|
|
12
|
+
Classifier: Development Status :: 1 - Planning
|
|
13
|
+
Classifier: Intended Audience :: Developers
|
|
14
|
+
Classifier: Programming Language :: Python :: 3
|
|
15
|
+
Classifier: Topic :: Software Development :: Libraries
|
|
16
|
+
Requires-Python: >=3.10
|
|
17
|
+
Description-Content-Type: text/markdown
|
|
18
|
+
License-File: LICENSE
|
|
19
|
+
Dynamic: license-file
|
|
20
|
+
|
|
21
|
+
# hyperloom-inference-optimizer (placeholder)
|
|
22
|
+
|
|
23
|
+
This release is a **placeholder** that reserves the `hyperloom-inference-optimizer`
|
|
24
|
+
distribution name on PyPI. It contains metadata only: no modules, no entry
|
|
25
|
+
points, and no runtime code.
|
|
26
|
+
|
|
27
|
+
The real project is **ROCm Hyperloom**, an autonomous agentic system that
|
|
28
|
+
optimizes end-to-end LLM inference workloads on AMD GPUs:
|
|
29
|
+
|
|
30
|
+
- Source: <https://github.com/AMD-AGI/Hyperloom>
|
|
31
|
+
- Documentation: <https://rocm.docs.amd.com/projects/hyperloom/en/latest/index.html>
|
|
32
|
+
|
|
33
|
+
Until the first functional release is published here, install the release wheel
|
|
34
|
+
from GitHub Releases:
|
|
35
|
+
|
|
36
|
+
<https://github.com/AMD-AGI/Hyperloom/releases>
|
|
37
|
+
|
|
38
|
+
## Status
|
|
39
|
+
|
|
40
|
+
Under development. Do not depend on version `0.0.1` for anything other than
|
|
41
|
+
name resolution.
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
# hyperloom-inference-optimizer (placeholder)
|
|
2
|
+
|
|
3
|
+
This release is a **placeholder** that reserves the `hyperloom-inference-optimizer`
|
|
4
|
+
distribution name on PyPI. It contains metadata only: no modules, no entry
|
|
5
|
+
points, and no runtime code.
|
|
6
|
+
|
|
7
|
+
The real project is **ROCm Hyperloom**, an autonomous agentic system that
|
|
8
|
+
optimizes end-to-end LLM inference workloads on AMD GPUs:
|
|
9
|
+
|
|
10
|
+
- Source: <https://github.com/AMD-AGI/Hyperloom>
|
|
11
|
+
- Documentation: <https://rocm.docs.amd.com/projects/hyperloom/en/latest/index.html>
|
|
12
|
+
|
|
13
|
+
Until the first functional release is published here, install the release wheel
|
|
14
|
+
from GitHub Releases:
|
|
15
|
+
|
|
16
|
+
<https://github.com/AMD-AGI/Hyperloom/releases>
|
|
17
|
+
|
|
18
|
+
## Status
|
|
19
|
+
|
|
20
|
+
Under development. Do not depend on version `0.0.1` for anything other than
|
|
21
|
+
name resolution.
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: hyperloom-inference_optimizer
|
|
3
|
+
Version: 0.0.1
|
|
4
|
+
Summary: Placeholder release reserving the distribution name for the ROCm Hyperloom inference optimizer runtime; under development.
|
|
5
|
+
Author: Advanced Micro Devices, Inc.
|
|
6
|
+
License-Expression: MIT
|
|
7
|
+
Project-URL: Homepage, https://github.com/AMD-AGI/Hyperloom
|
|
8
|
+
Project-URL: Source, https://github.com/AMD-AGI/Hyperloom
|
|
9
|
+
Project-URL: Issues, https://github.com/AMD-AGI/Hyperloom/issues
|
|
10
|
+
Project-URL: Documentation, https://rocm.docs.amd.com/projects/hyperloom/en/latest/index.html
|
|
11
|
+
Keywords: placeholder,amd,rocm,hyperloom,inference,optimization
|
|
12
|
+
Classifier: Development Status :: 1 - Planning
|
|
13
|
+
Classifier: Intended Audience :: Developers
|
|
14
|
+
Classifier: Programming Language :: Python :: 3
|
|
15
|
+
Classifier: Topic :: Software Development :: Libraries
|
|
16
|
+
Requires-Python: >=3.10
|
|
17
|
+
Description-Content-Type: text/markdown
|
|
18
|
+
License-File: LICENSE
|
|
19
|
+
Dynamic: license-file
|
|
20
|
+
|
|
21
|
+
# hyperloom-inference-optimizer (placeholder)
|
|
22
|
+
|
|
23
|
+
This release is a **placeholder** that reserves the `hyperloom-inference-optimizer`
|
|
24
|
+
distribution name on PyPI. It contains metadata only: no modules, no entry
|
|
25
|
+
points, and no runtime code.
|
|
26
|
+
|
|
27
|
+
The real project is **ROCm Hyperloom**, an autonomous agentic system that
|
|
28
|
+
optimizes end-to-end LLM inference workloads on AMD GPUs:
|
|
29
|
+
|
|
30
|
+
- Source: <https://github.com/AMD-AGI/Hyperloom>
|
|
31
|
+
- Documentation: <https://rocm.docs.amd.com/projects/hyperloom/en/latest/index.html>
|
|
32
|
+
|
|
33
|
+
Until the first functional release is published here, install the release wheel
|
|
34
|
+
from GitHub Releases:
|
|
35
|
+
|
|
36
|
+
<https://github.com/AMD-AGI/Hyperloom/releases>
|
|
37
|
+
|
|
38
|
+
## Status
|
|
39
|
+
|
|
40
|
+
Under development. Do not depend on version `0.0.1` for anything other than
|
|
41
|
+
name resolution.
|
hyperloom_inference_optimizer-0.0.1/hyperloom_inference_optimizer.egg-info/dependency_links.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
# SPDX-FileCopyrightText: 2026 Advanced Micro Devices, Inc.
|
|
2
|
+
# SPDX-License-Identifier: MIT
|
|
3
|
+
|
|
4
|
+
[build-system]
|
|
5
|
+
requires = ["setuptools>=77", "wheel"]
|
|
6
|
+
build-backend = "setuptools.build_meta"
|
|
7
|
+
|
|
8
|
+
[project]
|
|
9
|
+
name = "hyperloom-inference_optimizer"
|
|
10
|
+
version = "0.0.1"
|
|
11
|
+
description = "Placeholder release reserving the distribution name for the ROCm Hyperloom inference optimizer runtime; under development."
|
|
12
|
+
readme = "README.md"
|
|
13
|
+
requires-python = ">=3.10"
|
|
14
|
+
license = "MIT"
|
|
15
|
+
license-files = ["LICENSE"]
|
|
16
|
+
authors = [{ name = "Advanced Micro Devices, Inc." }]
|
|
17
|
+
keywords = ["placeholder", "amd", "rocm", "hyperloom", "inference", "optimization"]
|
|
18
|
+
classifiers = [
|
|
19
|
+
"Development Status :: 1 - Planning",
|
|
20
|
+
"Intended Audience :: Developers",
|
|
21
|
+
"Programming Language :: Python :: 3",
|
|
22
|
+
"Topic :: Software Development :: Libraries",
|
|
23
|
+
]
|
|
24
|
+
dependencies = []
|
|
25
|
+
|
|
26
|
+
[project.urls]
|
|
27
|
+
Homepage = "https://github.com/AMD-AGI/Hyperloom"
|
|
28
|
+
Source = "https://github.com/AMD-AGI/Hyperloom"
|
|
29
|
+
Issues = "https://github.com/AMD-AGI/Hyperloom/issues"
|
|
30
|
+
Documentation = "https://rocm.docs.amd.com/projects/hyperloom/en/latest/index.html"
|
|
31
|
+
|
|
32
|
+
# Metadata-only distribution: the placeholder ships no importable modules so it
|
|
33
|
+
# can never shadow the real ``hyperloom`` package installed by a later release.
|
|
34
|
+
[tool.setuptools]
|
|
35
|
+
packages = []
|