Skip to content

[ESIMD] Don't invoke sycl-post-link in clang tests #3651

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
May 11, 2021

Conversation

DenisBakhvalov
Copy link
Contributor

@DenisBakhvalov DenisBakhvalov commented Apr 28, 2021

This fixes #3629.
Removed checks are performed in other places: in llvm and llvm-spirv components.

// kernels:
// - Proper 'kernel_arg_accessor_ptr' metadata is generated by the FE for
// ESIMD kernels
// - Pointers originating from accessors are marked with 'buffer_t' and proper
Copy link
Contributor

Choose a reason for hiding this comment

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

Are we just simply removing the checks from here w/o reproducing them elsewhere (e.g. in new LowerESIMD tests)?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

No, there are existing tests on LowerESIMD pass that check that. I mentioned this in the commit message.

Copy link
Contributor

Choose a reason for hiding this comment

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

ok, I see, thanks.

// kernels:
// - Proper 'kernel_arg_accessor_ptr' metadata is generated by the FE for
// ESIMD kernels
// - Pointers originating from accessors are marked with 'buffer_t' and proper
Copy link
Contributor

Choose a reason for hiding this comment

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

ok, I see, thanks.

@bader
Copy link
Contributor

bader commented May 11, 2021

Copy link
Contributor

@AaronBallman AaronBallman left a comment

Choose a reason for hiding this comment

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

This is not my area of expertise, but the changes look reasonable to me, so LG (FWIW).

@bader bader merged commit 6bea703 into intel:sycl May 11, 2021
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.

Clang ESIMD lit tests rely on sycl-post-link tool
4 participants