Skip to content

[SYCL][NFC] Add additional test case to emit_program_metadata #7135

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

Conversation

steffenlarsen
Copy link
Contributor

This commit adds an additional test case to emit_program_metadata for checking that the "sycl-work-group-size" gets correctly represented in program metadata.

This commit adds an additional test case to emit_program_metadata for
checking that the "sycl-work-group-size" gets correctly represented in
program metadata.

Signed-off-by: Larsen, Steffen <[email protected]>
@steffenlarsen steffenlarsen requested a review from a team as a code owner October 20, 2022 18:03
@asudarsa
Copy link
Contributor

Is there a recent commit that this test intends to cover?

Thanks

@steffenlarsen
Copy link
Contributor Author

Is there a recent commit that this test intends to cover?

Thanks

Yes, this is related to #7017. The program metadata is only used by the CUDA backend right now, so the test wasn't though of at the time. However, CUDA is currently failing one of the tests added with the runtime changes (intel/llvm-test-suite#1338) so these changes were made to make sure it wasn't caused by sycl-post-link.

Copy link
Contributor

@asudarsa asudarsa left a comment

Choose a reason for hiding this comment

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

LGTM. Thanks

@steffenlarsen steffenlarsen merged commit e27fe82 into intel:sycl Oct 21, 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