Skip to content

New 6.0 test for target access alloc using single #860

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

Open
wants to merge 11 commits into
base: master
Choose a base branch
from

Conversation

rjenaa
Copy link
Collaborator

@rjenaa rjenaa commented Mar 13, 2025

No description provided.

@rjenaa rjenaa self-assigned this Mar 13, 2025
@rjenaa rjenaa added new test PR that adds new tests 6.0 labels Apr 3, 2025
int *array;
int num_devices = omp_get_num_devices();

OMPVV_WARNING_IF(num_devices < 2, "Test requires at least 2 devices, but only %d found.", num_devices);
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
OMPVV_WARNING_IF(num_devices < 2, "Test requires at least 2 devices, but only %d found.", num_devices);
OMPVV_WARNING_IF(num_devices < 2, "Test requires at least 2 devices, but only %d found. \n This test will be skipped.\n", num_devices);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
6.0 new test PR that adds new tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants