summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/rocblas/package.py
diff options
context:
space:
mode:
authorSreenivasa Murthy Kolam <67086238+srekolam@users.noreply.github.com>2023-02-07 04:30:10 +0530
committerGitHub <noreply@github.com>2023-02-06 15:00:10 -0800
commit358cc5ed1a2510d45e7342c651e7cc5d16448357 (patch)
treec95d8398d16c16c09f78438caee8de31ba0e23d1 /var/spack/repos/builtin/packages/rocblas/package.py
parent30b8cfad98fbebd24e4dd59e4ac3a9ebb99b5b4d (diff)
downloadspack-358cc5ed1a2510d45e7342c651e7cc5d16448357.tar.gz
spack-358cc5ed1a2510d45e7342c651e7cc5d16448357.tar.bz2
spack-358cc5ed1a2510d45e7342c651e7cc5d16448357.tar.xz
spack-358cc5ed1a2510d45e7342c651e7cc5d16448357.zip
Update the ROCm packages for ROCm-5.4.0 release. (#35071)
* initial commit for rocm-5.4.0 release * update the versions for more packages for 5.4.0 release * update the gallium patch for mesa for libllvm-15 for ROCm-5.4.0 release * update rocm-openmp-extras and rocwmma recipes for 5.4.0 release * fix build error for rocfft for 5.4.0 * address review comments for rocfft for 5.4.0 change * undo the removal of the older patch file * bump up the version for hipfft for 5.4.0 * fix the failure after the merge with develop * add recipes updates for 5.4.0 for migraphx.miopen-hip,miopen-opencl * address the review comments on the mesa patch.update the rdc package for 5.4.0 release * fix style errors
Diffstat (limited to 'var/spack/repos/builtin/packages/rocblas/package.py')
-rw-r--r--var/spack/repos/builtin/packages/rocblas/package.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/rocblas/package.py b/var/spack/repos/builtin/packages/rocblas/package.py
index 1c9cd3b3c7..2d58daec70 100644
--- a/var/spack/repos/builtin/packages/rocblas/package.py
+++ b/var/spack/repos/builtin/packages/rocblas/package.py
@@ -13,7 +13,7 @@ class Rocblas(CMakePackage):
homepage = "https://github.com/ROCmSoftwarePlatform/rocBLAS/"
git = "https://github.com/ROCmSoftwarePlatform/rocBLAS.git"
- url = "https://github.com/ROCmSoftwarePlatform/rocBLAS/archive/rocm-5.3.3.tar.gz"
+ url = "https://github.com/ROCmSoftwarePlatform/rocBLAS/archive/rocm-5.4.0.tar.gz"
tags = ["rocm"]
maintainers("cgmb", "srekolam", "renjithravindrankannath", "haampie")
@@ -22,6 +22,7 @@ class Rocblas(CMakePackage):
version("develop", branch="develop")
version("master", branch="master")
+ version("5.4.0", sha256="261e05375024a01e68697c5d175210a07f0f5fc63a756234d996ddedffde78a2")
version("5.3.3", sha256="62a3b5f415bd8e0dcd0d68233d379f1a928ec0349977c32b4eea72ae5004e805")
version("5.3.0", sha256="8ea7269604cba949a6ea84b78dc92a44fa890427db88334da6358813f6512e34")
version("5.2.3", sha256="36f74ce53b82331a756c42f95f3138498d6f4a66f2fd370cff9ab18281bb12d5")
@@ -169,6 +170,7 @@ class Rocblas(CMakePackage):
"5.2.3",
"5.3.0",
"5.3.3",
+ "5.4.0",
]:
depends_on("hip@" + ver, when="@" + ver)
depends_on("llvm-amdgpu@" + ver, type="build", when="@" + ver)
@@ -209,6 +211,7 @@ class Rocblas(CMakePackage):
("@5.2.3", "9ca08f38c4c3bfe6dfa02233637e7e3758c7b6db"),
("@5.3.0", "b33ca97af456cda14f7b1ec9bcc8aeab3ed6dd08"),
("@5.3.3", "006a5d653ce0d82fecb05d5e215d053749b57c04"),
+ ("@5.4.0", "5aec08937473b27865fa969bb38a83bcf9463c2b"),
]:
resource(
name="Tensile",