summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/amdsmi/package.py
diff options
context:
space:
mode:
authorSreenivasa Murthy Kolam <sreenivasamurthy.kolam@amd.com>2023-12-12 04:19:19 +0530
committerGitHub <noreply@github.com>2023-12-11 14:49:19 -0800
commit5351382501e280838d148f15dfd485f2a78667f2 (patch)
tree1ac538f2f307c1509a31e23bca0e88b74e9ee8ff /var/spack/repos/builtin/packages/amdsmi/package.py
parent8c29e90fa9962f4a44f39f47217b46c85176af28 (diff)
downloadspack-5351382501e280838d148f15dfd485f2a78667f2.tar.gz
spack-5351382501e280838d148f15dfd485f2a78667f2.tar.bz2
spack-5351382501e280838d148f15dfd485f2a78667f2.tar.xz
spack-5351382501e280838d148f15dfd485f2a78667f2.zip
Bump up the version for ROCm-5.7.0 and ROCm-5.7.1 releases. (#40724)
* initial commit for rocm-5.7.0 and 5.7.1 releases * bump up ther version for 5.7.0 and 5.7.1 releases * update recipes to support 5.7.0 and 5.7.1 releases * bump up the version for ROCm 5.7.0 and ROCm-5.7.1 releases * bump up the version for composable-kernel amd miopen-hip * fix style errors * fix style errors in hip etc * renaming composable-kernel recipe * changes for composable_kernel * Revert "renaming composable-kernel recipe" This reverts commit 0cf6c6debfc7b12014f514af26144132ae187e71. * Revert "changes for composable_kernel" This reverts commit 05272a10a79cc14dc9c1afbda8fa4de87ea672ad. * bump up the version for hiprand * using the checksum for hiprand-5.7.1 * bump up the version for 5.7.0 and 5.7.1 releases * fix style errors * fix merge conflicts with the develop. * temp workaround for the error seen with rocm-5.7.0 when trying to generate the dependency file for runtime/legion/legion_redop.cu * fix build issue(work around) with legion * add patch for migraphx package to turn off ck * update to hip recipe * fix hip-path detection inside llvm clang driver * update llvm-amdgpu and rocm-validation-suite recipes * fix style errors * bump up the version for amdsmi for rocm-5.7.0 release * add support for gfx941,gfx942 for rocm-5.7.0 release onwards * revert changes to rocm.py file * added gfx941 and gfx942 to rocm.py and add the gfx942 to kokkos and new checksum the new version seem to support gfx942 * bump up the version for rccl for 5.7.1 * update the patch for rocm-openmp-extras for 5.7.0 * update mivisionx recipe for 5.7.0 release * add new dependencies for rocfft tests * port the fix for avx build, the start address of values_ buffer in KernelParameters is not correct as it is computed based on 16-byte alignment * set HIP_PATH=ROCM_PATH for 5.7.0 onwards * address review comments * revert adding xnack- and xnack+ to gfx940,gfx941,gfx942 as the prechecks were failing
Diffstat (limited to 'var/spack/repos/builtin/packages/amdsmi/package.py')
-rw-r--r--var/spack/repos/builtin/packages/amdsmi/package.py15
1 files changed, 8 insertions, 7 deletions
diff --git a/var/spack/repos/builtin/packages/amdsmi/package.py b/var/spack/repos/builtin/packages/amdsmi/package.py
index 5c293799b8..6921d97000 100644
--- a/var/spack/repos/builtin/packages/amdsmi/package.py
+++ b/var/spack/repos/builtin/packages/amdsmi/package.py
@@ -19,17 +19,18 @@ class Amdsmi(CMakePackage):
maintainers("srekolam", "renjithravindrankannath")
libraries = ["libamd_smi"]
+ version("5.7.0", sha256="144391d537710dafa9ef69571dd76203e56db6142ab61a1375346b5733137e23")
version("5.6.0", sha256="595c9d6d79d9071290b2f19ab4ef9222c8d2983b4322b3143fcd9d0b1ce0f6d8")
version("5.5.1", sha256="b794c7fd562fd92f2c9f2bbdc2d5dded7486101fcd4598f2e8c3484c9a939281")
version("5.5.0", sha256="dcfbd96e93afcf86b1261464e008e9ef7e521670871a1885e6eaffc7cdc8f555")
- depends_on("cmake@3.11:", type="build")
- depends_on("python@3.6:", type="run")
- depends_on("py-virtualenv", type="build")
- depends_on("llvm@14:", type="build")
- depends_on("pkgconfig", type="build")
- depends_on("libdrm", type="build")
- depends_on("py-pyyaml", type="build")
+ depends_on("cmake@3.11:")
+ depends_on("python@3.6:")
+ depends_on("py-virtualenv")
+ depends_on("llvm@14:")
+ depends_on("pkgconfig")
+ depends_on("libdrm")
+ depends_on("py-pyyaml")
@classmethod
def determine_version(cls, lib):