sci-libs/miopen: enable USE="rocblas hipblaslt" by default

The main user of miopen is pytorch and if miopen was built without these
flags, gemm operations fail there.

Signed-off-by: Sv. Lockal <lockalsash@gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/44725
Closes: https://github.com/gentoo/gentoo/pull/44725
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sv. Lockal 2025-11-22 19:48:25 +08:00 committed by Sam James
parent dacbed530e
commit 2ef3cbcef6
No known key found for this signature in database
GPG Key ID: 738409F520DF9190

View File

@ -17,7 +17,7 @@ LICENSE="MIT"
SLOT="0/$(ver_cut 1-2)"
KEYWORDS="~amd64"
IUSE="composable-kernel debug hipblaslt rocblas roctracer test"
IUSE="composable-kernel debug +hipblaslt +rocblas roctracer test"
REQUIRED_USE="
${ROCM_REQUIRED_USE}