Skip to content
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

Update Compiler Version Requirements for the OpenACC backend #601

Merged
merged 3 commits into from
Dec 5, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions docs/source/requirements.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ Kokkos 4.x
* 10.0.0
* 12.0.0, 14.0.0

* * Clacc (OpenACC) (experimental)
* 40cad5ea5c42
* 40cad5ea5c42
dalg24 marked this conversation as resolved.
Show resolved Hide resolved

* * AppleClang
* 8.0
* latest
Expand All @@ -58,6 +62,10 @@ Kokkos 4.x
* 22.3
* 22.9

* * NVC++ (OpenACC) (experimental)
* 23.7
* 24.5
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think that is accurate. This column says "primary tested" and we are currently testing with 23.7 in the CI
https://github.com/kokkos/kokkos/blob/cfb48fb7bf1a870a6243125d9cd66cfb0459722c/.jenkins#L185-L196

Are you running nightly builds or such on 24.5?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I locally use 24.5 to test the OpenACC backend using Kokkos unit tests and other Kokkos benchmarks that I have.
As you said, CI uses 23.7, which is the minimum version that works with the OpenACC backend.
Maybe, I misunderstood what "primary tested" means; I will change the primary tested version to 23.7.


* * ROCM
* 5.2.0
* 5.2.0
Expand Down
Loading