aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenda Xu <heroxbd@gentoo.org>2021-01-21 17:17:57 +0800
committerBenda Xu <heroxbd@gentoo.org>2021-01-21 17:17:57 +0800
commitc8c364ba87ab8a9f43b824f00cbda1fa9037d822 (patch)
tree303bb4c99a6aada3a2e293f759dc7f961d77b2b7 /sci-libs
parentsci-libs/miopen: high performance machine learning primitives. (diff)
downloadsci-c8c364ba87ab8a9f43b824f00cbda1fa9037d822.tar.gz
sci-c8c364ba87ab8a9f43b824f00cbda1fa9037d822.tar.bz2
sci-c8c364ba87ab8a9f43b824f00cbda1fa9037d822.zip
sci-libs/miopen: unconditional use HIP.
Package-Manager: Portage-3.0.12, Repoman-3.0.1 Signed-off-by: Benda Xu <heroxbd@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r--sci-libs/miopen/miopen-4.0.0-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-libs/miopen/miopen-4.0.0-r1.ebuild b/sci-libs/miopen/miopen-4.0.0-r1.ebuild
index 1bde9f88f..1651c912b 100644
--- a/sci-libs/miopen/miopen-4.0.0-r1.ebuild
+++ b/sci-libs/miopen/miopen-4.0.0-r1.ebuild
@@ -46,7 +46,7 @@ src_configure() {
local mycmakeargs=(
-DCMAKE_INSTALL_PREFIX="${EPREFIX}/usr"
-DCMAKE_BUILD_TYPE=Release
- -DMIOPEN_BACKEND=$(usex opencl OpenCL HIP)
+ -DMIOPEN_BACKEND=HIP
-DBoost_USE_STATIC_LIBS=OFF
)