diff options
author | Yiyang Wu <xgreenlandforwyy@gmail.com> | 2023-02-11 18:43:46 +0800 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2023-02-24 16:49:51 +0000 |
commit | 523d7b2ee32d79b44796efa2c08f0b897c633801 (patch) | |
tree | 79ebdf80ee4d63f06c5e31833d6f38814030adfb /dev-util/Tensile/metadata.xml | |
parent | dev-util/Tensile: Fix create library step in Tensile command (diff) | |
download | gentoo-523d7b2ee32d79b44796efa2c08f0b897c633801.tar.gz gentoo-523d7b2ee32d79b44796efa2c08f0b897c633801.tar.bz2 gentoo-523d7b2ee32d79b44796efa2c08f0b897c633801.zip |
dev-util/Tensile: add client USE to compile tensile_client
tensile_client is for running benchmarks. By default, Tensile contains a
whole set of scripts to configure and compile tensile_client via cmake
for very benchmark. This commit enables a use flag to compile and
install this executable, so at runtime benchmark won't need to compile
again.
Signed-off-by: Yiyang Wu <xgreenlandforwyy@gmail.com>
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'dev-util/Tensile/metadata.xml')
-rw-r--r-- | dev-util/Tensile/metadata.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dev-util/Tensile/metadata.xml b/dev-util/Tensile/metadata.xml index 97a4d2e3c600..32364cb13b06 100644 --- a/dev-util/Tensile/metadata.xml +++ b/dev-util/Tensile/metadata.xml @@ -8,4 +8,7 @@ <upstream> <remote-id type="github">ROCmSoftwarePlatform/Tensile</remote-id> </upstream> + <use> + <flag name="client">Build and install tensile_client executable to run benchmarks and tune GPU GEMM</flag> + </use> </pkgmetadata> |