Skip to content
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

[SYCL-PTX] Add integer and shared builtins categories #1828

Merged
merged 1 commit into from
Jun 18, 2020

Conversation

Naghasan
Copy link
Contributor

@Naghasan Naghasan commented Jun 8, 2020

This patch adds all builtins from the integer and shared builtins categories.

Remove old forward declared SPIR-V builtin from the integer and shared categories.
Update the binding file using the header generator.
Add relevant binding test.
Remove XFAIL from related SYCL tests.

Signed-off-by: Victor Lomuller [email protected]

@Naghasan Naghasan requested review from bader and a team as code owners June 8, 2020 09:18
@Naghasan Naghasan requested a review from againull June 8, 2020 09:18
@bader bader added cuda CUDA back-end libclc libclc project related issues labels Jun 8, 2020
bader
bader previously approved these changes Jun 11, 2020
Copy link
Contributor

@bader bader left a comment

Choose a reason for hiding this comment

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

LGTM, but I can't find the test for prefetch.
Is it missing from the patch?

@Naghasan
Copy link
Contributor Author

It was already added (already in the generator list). The change you saw for prefetch are due to license header and formatting changes, but that's on the opencl side only.

Signed-off-by: Victor Lomuller <[email protected]>
Co-authored-by: David Wood <[email protected]>
@Naghasan
Copy link
Contributor Author

@bader I rebased to sycl tip (in case), no change to patch itself

@bader bader merged commit f0a4fe2 into intel:sycl Jun 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cuda CUDA back-end libclc libclc project related issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants