summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-util/Tensile: add 5.7.1Sv. Lockal2023-11-272-0/+106
| | | | | | | increase LLVM_MAX_SLOT to 17 Signed-off-by: Sv. Lockal <lockalsash@gmail.com> Signed-off-by: Benda Xu <heroxbd@gentoo.org>
* dev-util/Tensile: adapt for msgpack-cxx-6.0.0Marek Szuba2023-03-302-25/+13
| | | | | | The name of the cmake module has changed again. Signed-off-by: Marek Szuba <marecki@gentoo.org>
* dev-util/Tensile: remove unused patchMichael Mair-Keimberger2023-03-071-33/+0
| | | | | | Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/29780 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* dev-util/Tensile: add client USE to compile tensile_clientYiyang Wu2023-02-241-0/+33
| | | | | | | | | | | 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>
* dev-util/Tensile: Fix create library step in Tensile commandYiyang Wu2023-02-241-1/+1
| | | | | Signed-off-by: Yiyang Wu <xgreenlandforwyy@gmail.com> Signed-off-by: Marek Szuba <marecki@gentoo.org>
* dev-util/Tensile: support >=dev-cpp/msgpack-cxx-5.0.0Yiyang Wu2023-02-241-0/+25
| | | | | | Closes: https://bugs.gentoo.org/893544 Signed-off-by: Yiyang Wu <xgreenlandforwyy@gmail.com> Signed-off-by: Marek Szuba <marecki@gentoo.org>
* dev-util/Tensile: drop 5.0.2-r2Andreas Sturmlechner2023-02-012-140/+0
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* dev-util/Tensile: add missing patchesYiyang Wu2023-02-012-0/+100
| | | | | | | Closes: https://bugs.gentoo.org/892736 Closes: https://github.com/gentoo/gentoo/pull/29356 Signed-off-by: Yiyang Wu <xgreenlandforwyy@gmail.com> Signed-off-by: Benda Xu <heroxbd@gentoo.org>
* dev-util/Tensile: add 5.4.2Yiyang Wu2023-01-312-0/+88
| | | | | Signed-off-by: Yiyang Wu <xgreenlandforwyy@gmail.com> Signed-off-by: Benda Xu <heroxbd@gentoo.org>
* dev-util/Tensile: drop 4.3.0-r1Andreas Sturmlechner2022-12-195-310/+0
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* dev-util/Tensile: add 5.1.3, switch to vanilla clang-14Yiyang Wu2022-09-221-0/+75
| | | | | | | | enable py3.11 as well. No need to rebuild when hip upgrade since hip is just used at runtime. Signed-off-by: Yiyang Wu <xgreenlandforwyy@gmail.com> Signed-off-by: Benda Xu <heroxbd@gentoo.org>
* dev-util/Tensile: backport patch to control multiprocessYiyang Wu2022-07-091-0/+65
| | | | | | | Reference: https://github.com/ROCmSoftwarePlatform/Tensile/commit/25b1621549f9b120462988913e657684645be79d Bugs: https://bugs.gentoo.org/852236 Signed-off-by: Yiyang Wu <xgreenlandforwyy@gmail.com> Signed-off-by: Benda Xu <heroxbd@gentoo.org>
* dev-util/Tensile: fix hardcoded EPREFIX in gentoopath.patchYiyangWu2022-03-271-2/+2
| | | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Yiyang Wu <xgreenlandforwyy@gmail.com> Signed-off-by: Benda Xu <heroxbd@gentoo.org>
* dev-util/Tensile: bump version to 5.0.2YiyangWu2022-03-274-0/+212
| | | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Yiyang Wu <xgreenlandforwyy@gmail.com> Signed-off-by: Benda Xu <heroxbd@gentoo.org>
* dev-util/Tensile: FHS and benchmark featureYiyangWu2022-03-204-0/+214
| | | | | | | | | | | | | | | The previous Tensile package installs non-python files in python site directory. This change move Config files to /usr/share. Various patches are applied for correcting paths. Also, enable gfx1031 target so people can run benchmark on navi22 GPUs. Closes: https://github.com/gentoo/gentoo/pull/24537 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Yiyang Wu <xgreenlandforwyy@gmail.com> Signed-off-by: Benda Xu <heroxbd@gentoo.org>
* dev-util/Tensile: add new dependency of rocBLASAndrew Ammerlaan2022-03-052-0/+119
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>