summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorThomas Perrot <thomas.perrot@bootlin.com>2024-11-21 15:13:47 +0100
committerKhem Raj <raj.khem@gmail.com>2024-11-21 21:42:36 -0800
commit0bf9ceca042552b8b2b470a807a6b5afe0420ca4 (patch)
treefe896386f83b8c3d3c7dc60569349591f888a8e0 /meta-python
parent29d41277535867d138093c38cc6a35f8e7c3156d (diff)
downloadmeta-openembedded-0bf9ceca042552b8b2b470a807a6b5afe0420ca4.tar.gz
python3-mlcommons-loadgen: add a recipe for version 4.0.1
The LoadGen is a reusable module that efficiently and fairly measures the performance of inference systems. Signed-off-by: Thomas Perrot <thomas.perrot@bootlin.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb1
-rw-r--r--meta-python/recipes-devtools/python3-mlcommons-loadgen/python3-mlcommons-loadgen_4.0.1.bb22
2 files changed, 23 insertions, 0 deletions
diff --git a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
index 64a3f8094d..72dfa792a6 100644
--- a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
+++ b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
@@ -236,6 +236,7 @@ RDEPENDS:packagegroup-meta-python3 = "\
236 python3-mccabe \ 236 python3-mccabe \
237 python3-meh \ 237 python3-meh \
238 python3-meld3 \ 238 python3-meld3 \
239 python3-mlcommons-loadgen \
239 python3-mock \ 240 python3-mock \
240 python3-monotonic \ 241 python3-monotonic \
241 python3-mpmath \ 242 python3-mpmath \
diff --git a/meta-python/recipes-devtools/python3-mlcommons-loadgen/python3-mlcommons-loadgen_4.0.1.bb b/meta-python/recipes-devtools/python3-mlcommons-loadgen/python3-mlcommons-loadgen_4.0.1.bb
new file mode 100644
index 0000000000..06eedaea52
--- /dev/null
+++ b/meta-python/recipes-devtools/python3-mlcommons-loadgen/python3-mlcommons-loadgen_4.0.1.bb
@@ -0,0 +1,22 @@
1SUMMARY = "MLPerf Inference LoadGen python bindings"
2DESCRIPTION = "The LoadGen is a reusable module that efficiently and fairly \
3 measures the performance of inference systems. It generates \
4 traffic for scenarios as formulated by a diverse set of experts \
5 in the MLCommons working group, to emulate the workloads seen in \
6 mobile devices, autonomous vehicles, robotics, and cloud-based \
7 setups."
8HOMEPAGE = "https://mlcommons.org/"
9BUGTRACKER = "https://github.com/mlcommons/inference/issues"
10LICENSE = "Apache-2.0"
11LIC_FILES_CHKSUM = "file://setup.py;beginline=1;endline=14;md5=2c6e34309ef8d57d59ce119f63bc1b76"
12
13DEPENDS = "python3-pybind11-native"
14
15inherit setuptools3 pypi
16
17PYPI_PACKAGE = "mlcommons_loadgen"
18
19SRC_URI[sha256sum] = "0e7059b289ea2aabb3e9ad1179bbce89703294570ee59c07cf30d52f1b38f732"
20
21# Because the pyproject.toml contains invalid requirements.
22INSANE_SKIP += "pep517-backend"