diff options
author | eugeneswalker <38933153+eugeneswalker@users.noreply.github.com> | 2022-08-15 09:05:34 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-15 09:05:34 -0700 |
commit | ad51e7d9f0f81347b24fb7ec0b1fa91ac640ca7d (patch) | |
tree | c8f2d60bda2ee493062dc9aa2a27ec2ba0f0109d /share | |
parent | 4e5d4909c06fd690d8930cf7359b909269219026 (diff) | |
download | spack-ad51e7d9f0f81347b24fb7ec0b1fa91ac640ca7d.tar.gz spack-ad51e7d9f0f81347b24fb7ec0b1fa91ac640ca7d.tar.bz2 spack-ad51e7d9f0f81347b24fb7ec0b1fa91ac640ca7d.tar.xz spack-ad51e7d9f0f81347b24fb7ec0b1fa91ac640ca7d.zip |
e4s ci: enable hpctoolkit +rocm (#32126)
Diffstat (limited to 'share')
-rw-r--r-- | share/spack/gitlab/cloud_pipelines/stacks/e4s/spack.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/spack/gitlab/cloud_pipelines/stacks/e4s/spack.yaml b/share/spack/gitlab/cloud_pipelines/stacks/e4s/spack.yaml index 92bbd5e583..bea048d424 100644 --- a/share/spack/gitlab/cloud_pipelines/stacks/e4s/spack.yaml +++ b/share/spack/gitlab/cloud_pipelines/stacks/e4s/spack.yaml @@ -192,6 +192,7 @@ spack: - gasnet +rocm amdgpu_target=gfx90a - ginkgo +rocm amdgpu_target=gfx90a - heffte +rocm amdgpu_target=gfx90a + - hpctoolkit +rocm - hpx +rocm amdgpu_target=gfx90a - kokkos +rocm amdgpu_target=gfx90a - magma ~cuda +rocm amdgpu_target=gfx90a @@ -225,7 +226,6 @@ spack: # ROCm failures #- chai ~benchmarks +rocm amdgpu_target=gfx90a # umpire: Target "blt_hip" INTERFACE_INCLUDE_DIRECTORIES property contains path: "/tmp/root/spack-stage/spack-stage-umpire-2022.03.1-by6rldnpdowaaoqgxkeqejwyx5uxo2sv/spack-src/HIP_CLANG_INCLUDE_PATH-NOTFOUND/.." which is prefixed in the source directory. - #- hpctoolkit +rocm # roctracer-dev: core/memory_pool.h:155:64: error: 'int pthread_yield()' is deprecated: pthread_yield is deprecated, use sched_yield instead [-Werror=deprecated-declarations] #- raja ~openmp +rocm amdgpu_target=gfx90a # cmake: Could NOT find ROCPRIM (missing: ROCPRIM_INCLUDE_DIRS) #- umpire +rocm amdgpu_target=gfx90a # Target "blt_hip" INTERFACE_INCLUDE_DIRECTORIES property contains path: "/tmp/root/spack-stage/spack-stage-umpire-2022.03.1-by6rldnpdowaaoqgxkeqejwyx5uxo2sv/spack-src/HIP_CLANG_INCLUDE_PATH-NOTFOUND/.." which is prefixed in the source directory. |