Skip to content

Commit

Permalink
CI: Add HPSF GitLab CI file (kokkos#7392)
Browse files Browse the repository at this point in the history
* Add HPSF GitLab CI file

* Move .hpsf-gitlab-ci.yml into .gitlab
  • Loading branch information
masterleinad authored Oct 1, 2024
1 parent f90a1e1 commit 859055c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .gitlab/hpsf-gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
test:
stage: test
tags: [nvidia-gh200]
image: masterleinad/kokkos-nvcc:12.6.1
script:
- cmake -B build -DKokkos_ENABLE_CUDA=ON -DKokkos_ARCH_HOPPER90=ON -DKokkos_ENABLE_IMPL_CUDA_UNIFIED_MEMORY=ON -DKokkos_ENABLE_TESTS=ON
- cmake --build build -j48
- cd build
- ctest -V

0 comments on commit 859055c

Please sign in to comment.