Skip to content

[SYCL] Make kernel-and-program unittests use unique kernels #7279

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

Conversation

steffenlarsen
Copy link
Contributor

Some tests in kernel-and-program unittests would use kernels with the same names as other tests, which could potentially cause multiple binaries with similar kernels to be found. Since the tests need consistency in their kernel_bundles this commit changes them to use unique kernels.

Some tests in kernel-and-program unittests would use kernels with the
same names as other tests, which could potentially cause multiple
binaries with similar kernels to be found. Since the tests need
consistency in their kernel_bundles this commit changes them to use
unique kernels.

Signed-off-by: Larsen, Steffen <[email protected]>
Copy link
Contributor

@romanovvlad romanovvlad left a comment

Choose a reason for hiding this comment

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

LGTM!

Signed-off-by: Larsen, Steffen <[email protected]>
Signed-off-by: Larsen, Steffen <[email protected]>
@steffenlarsen
Copy link
Contributor Author

Unrelated failure in SYCL :: Assert/assert_in_multiple_tus.cpp on CUDA. Tagging @AerialMantis for awareness.

@steffenlarsen steffenlarsen merged commit 3a83efc into intel:sycl Nov 4, 2022
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