Skip to content

[SYCL][NFC] Ignore unused mock variable in device_global tests #8491

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

Merged
merged 1 commit into from
Mar 2, 2023

Conversation

steffenlarsen
Copy link
Contributor

This commit prevents a warning due to unused mock variables in device_global unittests. Note that the variable cannot be omitted as it needs to stay alive for the duration of the test.

This commit prevents a warning due to unused mock variables in
device_global unittests. Note that the variable cannot be omitted as
it needs to stay alive for the duration of the test.

Signed-off-by: Larsen, Steffen <[email protected]>
@steffenlarsen steffenlarsen requested a review from a team as a code owner February 28, 2023 15:04
@steffenlarsen steffenlarsen temporarily deployed to aws February 28, 2023 22:40 — with GitHub Actions Inactive
@steffenlarsen steffenlarsen temporarily deployed to aws March 2, 2023 12:24 — with GitHub Actions Inactive
@steffenlarsen steffenlarsen temporarily deployed to aws March 2, 2023 13:32 — with GitHub Actions Inactive
@steffenlarsen steffenlarsen temporarily deployed to aws March 2, 2023 14:23 — with GitHub Actions Inactive
@steffenlarsen
Copy link
Contributor Author

CUDA Failed Tests (1):
SYCL :: SubGroup/shuffle_fp64.cpp
Reported in #8516

@steffenlarsen steffenlarsen merged commit fe12cab into intel:sycl Mar 2, 2023
jsji pushed a commit that referenced this pull request Mar 2, 2023
This commit prevents a warning due to unused mock variables in
device_global unittests. Note that the variable cannot be omitted as it
needs to stay alive for the duration of the test.

Signed-off-by: Larsen, Steffen <[email protected]>
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