diff options
author | Luc Berger <lberge@sandia.gov> | 2023-11-29 15:47:15 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-29 22:47:15 +0000 |
commit | 450f93805629ef3d11d2b7c146552a761458ac01 (patch) | |
tree | bbd5707fabdd0a1655235dc7b5db4646b8381f2c /share | |
parent | 889b729e524ce1a872c6789273afa7ed056cb6e9 (diff) | |
download | spack-450f93805629ef3d11d2b7c146552a761458ac01.tar.gz spack-450f93805629ef3d11d2b7c146552a761458ac01.tar.bz2 spack-450f93805629ef3d11d2b7c146552a761458ac01.tar.xz spack-450f93805629ef3d11d2b7c146552a761458ac01.zip |
kokkos: add v4.2.00 (#41203)
* Kokkos: adding version 4.2.00 to the package
* Kokkos: adding AMD GPU arch
* kokkos@4.2.00 +sycl: patch numeric traits unit test
---------
Co-authored-by: eugeneswalker <eugenesunsetwalker@gmail.com>
Co-authored-by: Todd Gamblin <tgamblin@llnl.gov>
Diffstat (limited to 'share')
-rw-r--r-- | share/spack/gitlab/cloud_pipelines/stacks/e4s-oneapi/spack.yaml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/share/spack/gitlab/cloud_pipelines/stacks/e4s-oneapi/spack.yaml b/share/spack/gitlab/cloud_pipelines/stacks/e4s-oneapi/spack.yaml index eae204527c..2e10267f36 100644 --- a/share/spack/gitlab/cloud_pipelines/stacks/e4s-oneapi/spack.yaml +++ b/share/spack/gitlab/cloud_pipelines/stacks/e4s-oneapi/spack.yaml @@ -198,12 +198,12 @@ spack: # GPU - aml +ze - amrex +sycl - - arborx +sycl ^kokkos +sycl +openmp cxxstd=17 +tests +examples - - cabana +sycl ^kokkos +sycl +openmp cxxstd=17 +tests +examples + - arborx +sycl ^kokkos +sycl +openmp cxxstd=17 +examples + - cabana +sycl ^kokkos +sycl +openmp cxxstd=17 +examples - ginkgo +sycl - heffte +sycl - - kokkos +sycl +openmp cxxstd=17 +tests +examples - - kokkos-kernels build_type=Release %oneapi ^kokkos +sycl +openmp cxxstd=17 +tests +examples + - kokkos +sycl +openmp cxxstd=17 +examples + - kokkos-kernels build_type=Release %oneapi ^kokkos +sycl +openmp cxxstd=17 +examples - petsc +sycl - slate +sycl - sundials +sycl cxxstd=17 +examples-install |