-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve CI #44
Improve CI #44
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this PR helps to introduce threads backend. Thanks a lot!
The image names may be changed in the future.
c_compiler: gcc | ||
cxx_compiler: g++ | ||
cmake_flags: -DKokkos_ENABLE_CUDA=ON -DKokkos_ARCH_AMPERE80=ON | ||
- name: hip | ||
image: rocm |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I may prefer to call this image hipcc
.
c_compiler: hipcc | ||
cxx_compiler: hipcc | ||
cmake_flags: -DKokkos_ENABLE_HIP=ON -DKokkos_ARCH_VEGA90A=ON | ||
- name: sycl | ||
image: intel |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As well, better to call this image dpcpp
?
This PR aims to improve the CI workflow by the following elements:
main
branch if Docker images were modified;latest
and PR images are tagged with their commit hash; andPost-merge actions: