This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Maintainer: Ulysses R Ribeiro <[email protected]> | |
| _opencl_icd_loader_commit="7433f2acbf5bbc400f26494ff1dc895da6265bef" | |
| pkgname=rocm-opencl-runtime | |
| pkgver=2.7.0 | |
| pkgrel=1 | |
| pkgdesc="ROCm OpenCL™ Compatible Runtime" | |
| arch=('x86_64') | |
| url="https://github.com/RadeonOpenCompute/ROCm-OpenCL-Runtime" | |
| license=('MIT') |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Maintainer: Jakub Okoński <[email protected]> | |
| pkgname=rocr-runtime | |
| pkgver=2.7.0 | |
| pkgrel=1 | |
| pkgdesc="ROCm HSA" | |
| arch=(x86_64) | |
| url="https://github.com/RadeonOpenCompute/ROCR-Runtime" | |
| license=('unknown') | |
| makedepends=(git cmake gcc ninja) | |
| depends=('roct-thunk-interface') |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Maintainer: Jakub Okoński <[email protected]> | |
| pkgname=roct-thunk-interface | |
| pkgver=2.7.0 | |
| pkgrel=1 | |
| pkgdesc="ROCm HSA" | |
| arch=(x86_64) | |
| url="https://github.com/RadeonOpenCompute/ROCT-Thunk-Interface" | |
| license=('unknown') | |
| makedepends=(git cmake gcc ninja) | |
| depends=(numactl pciutils) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/runtime/CMakeLists.txt b/runtime/CMakeLists.txt | |
| index 62e2bf7..83e706d 100644 | |
| --- a/runtime/CMakeLists.txt | |
| +++ b/runtime/CMakeLists.txt | |
| @@ -72,3 +72,5 @@ endif() | |
| foreach(AMDGCN_DEP_TARGET ${AMDGCN_DEP_TARGETS}) | |
| add_dependencies(oclruntime ${AMDGCN_DEP_TARGET}) | |
| endforeach() | |
| + | |
| +add_dependencies(oclruntime oclrocm) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Maintainer: Jakub Okoński <[email protected]> | |
| pkgname=rocr-runtime | |
| pkgver=2.2.0.r0.g36f5a2e | |
| pkgrel=1 | |
| pkgdesc="ROCm HSA" | |
| arch=(x86_64) | |
| url="https://github.com/RadeonOpenCompute/ROCR-Runtime" | |
| license=('unknown') | |
| makedepends=(git cmake gcc ninja) | |
| depends=('roct-thunk-interface') |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Maintainer: Jakub Okoński <[email protected]> | |
| pkgname=roct-thunk-interface | |
| pkgver=2.2.0.r0.g876627e | |
| pkgrel=1 | |
| pkgdesc="ROCm HSA" | |
| arch=(x86_64) | |
| url="https://github.com/RadeonOpenCompute/ROCT-Thunk-Interface" | |
| license=('unknown') | |
| makedepends=(git cmake gcc ninja) | |
| depends=(numactl) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Maintainer: Jakub Okoński <[email protected]> | |
| pkgname=rocrand | |
| pkgver=1.8.2 | |
| pkgrel=2 | |
| pkgdesc="RAND library for HIP programming language" | |
| url="https://github.com/ROCmSoftwarePlatform/rocRAND" | |
| arch=(x86_64) | |
| makedepends=("hcc>=2.1.0" git cmake ninja) | |
| source=("git+https://github.com/ROCmSoftwarePlatform/rocRAND.git#tag=v1.8.2") | |
| md5sums=("SKIP") |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/PKGBUILD b/PKGBUILD | |
| index 13d672d..3fdf290 100644 | |
| --- a/PKGBUILD | |
| +++ b/PKGBUILD | |
| @@ -1,7 +1,7 @@ | |
| # Maintainer: Jakub Okoński <[email protected]> | |
| pkgname=rocrand | |
| pkgver=1.8.2 | |
| -pkgrel=1 | |
| +pkgrel=2 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/PKGBUILD b/PKGBUILD | |
| index 9a4d5df..cf8cc27 100644 | |
| --- a/PKGBUILD | |
| +++ b/PKGBUILD | |
| @@ -8,8 +8,13 @@ url="https://github.com/RadeonOpenCompute/ROCT-Thunk-Interface" | |
| license=('unknown') | |
| makedepends=(git cmake gcc ninja) | |
| depends=(numactl) | |
| -source=("git+https://github.com/RadeonOpenCompute/ROCT-Thunk-Interface.git#tag=roc-2.0.0") | |
| -sha256sums=("SKIP") |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff -ura ROCT-Thunk-Interface/CMakeLists.txt new/CMakeLists.txt | |
| --- ROCT-Thunk-Interface/CMakeLists.txt 2019-01-26 22:04:18.005881703 -0200 | |
| +++ new/CMakeLists.txt 2019-01-26 22:05:14.637674335 -0200 | |
| @@ -128,7 +128,7 @@ | |
| -DSOURCE_DIR="${SOURCE_DIR}" | |
| -DCMAKE_INSTALL_PREFIX="${CMAKE_INSTALL_PREFIX}" | |
| -DCPACK_RPM_PACKAGE_REQUIRES="hsakmt-roct" | |
| - -DCPACK_PACKAGING_INSTALL_PREFIX="${CPACK_PACKAGING_INSTALL_PREFIX}" | |
| + -DCPACK_PACKAGING_INSTALL_PREFIX="${CPACK_PACKAGING_INSTALL_PREFIX}" . | |
| WORKING_DIRECTORY ${DEV_BUILD_DIR} ) |