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

OpenMP Target Testing #1762

Merged
merged 7 commits into from
Nov 11, 2024
Merged

OpenMP Target Testing #1762

merged 7 commits into from
Nov 11, 2024

Conversation

rhornung67
Copy link
Member

@rhornung67 rhornung67 commented Nov 8, 2024

Summary

  • This PR cleans up OpenMP Target testing by doing the following:

  • Enabling all OpenMP Target tests that build and run correctly

  • Disabling tests that have compilation or run issues (e.g., OpenMP Target tests that use the "traditional" RAJA reduction interface, back-end support is missing, cause LLVM front-end crashes, etc.)

  • Making CMakeLists.txt files in test directories more consistent w.r.t. how tests are enabled or disabled

  • It also adds a working GItLab CI test jobs for lassen.

  • Several RAJA issues have been added to capture tasks for future work.


endif()
endif()
##if(RAJA_ENABLE_TARGET_OPENMP)
Copy link
Member

Choose a reason for hiding this comment

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

This one's commented out but many others are removed?

Copy link
Member Author

Choose a reason for hiding this comment

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

Thanks. I missed that during my cleanup pass.

@rhornung67
Copy link
Member Author

Note that 'test-resource-MultiStream-OpenMPTarget.exe' fails occasionally, more so in GitLab CI than when running tests manually. We'll have to keep an eye on it -- possibly disable if it becomes a problem.

@rhornung67 rhornung67 merged commit 5023196 into develop Nov 11, 2024
32 checks passed
@rhornung67 rhornung67 deleted the task/rhornung67/omptarget-testing branch November 11, 2024 19:30
@rhornung67 rhornung67 mentioned this pull request Nov 20, 2024
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants