Skip to content
Snippets Groups Projects
Commit 5cba6674 authored by Nicolas Richart's avatar Nicolas Richart
Browse files

kokkos-kernels specs to compile

parent 8aec146c
No related branches found
No related tags found
1 merge request!3Feat/stack pinot noir
Pipeline #202703 canceled
......@@ -31,6 +31,9 @@ packages:
- spec: '+cuda +cuda_lambda cuda_arch=90 +cuda_uvm +wrapper ~openmptarget'
when: '%gcc'
kokkos-kernels:
require: ['+cuda', '+cublas', '+cusolver', '+cusparse', 'cuda_arch=90']
nvshmem:
require:
- spec: '+cuda cuda_arch=90 +ibgda +nccl +ucx +mpi'
......
......@@ -31,6 +31,9 @@ packages:
- spec: '+cuda +cuda_lambda cuda_arch=89 +cuda_uvm +wrapper ~openmptarget'
when: '%gcc'
kokkos-kernels:
require: ['+cuda', '+cublas', '+cusolver', '+cusparse', 'cuda_arch=89']
nvshmem:
require:
- spec: '+cuda cuda_arch=89 +ibgda +nccl +ucx +mpi'
......
......@@ -83,8 +83,8 @@ packages:
require: ['+openmp', '+numactl', '+memkind', '~threads',
'+aggressive_vectorization', '@4.3.01']
kokkos-kernel:
prefer: ['+openmp', '~threads', '~ipo', '@4.3.01']
kokkos-kernels:
require: ['@4.3.01', '+openmp', '~threads', '~ipo']
kokkos-nvcc-wrapper:
prefer: ['@4.3.01']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment