-
Notifications
You must be signed in to change notification settings - Fork 788
[OpenCL] Add Transform passes which support SYCL and OCL #8250
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
This PR is part of #8216. It's created for better code review. |
@cdai2, please, fix pre-commit checks. |
updated. |
e4911c6
to
8d57ff5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
ping @intel/dpcpp-tools-reviewers. Please review. |
hewj03 approval should be enough to merge. |
@cdai2, I've noticed a comment from @jbrodman related to this patch: #8216 (comment). Do you plan to make additional changes? |
We preferred to use SYCL. I replied in #8216. |
9257834
to
63c0701
Compare
@bader The latest patch changed the folder name from SYCLTransforms to SPMDTransforms. |
This change is a follow-up of change in #8250 .
34c0742
to
7589ac9
Compare
LIT test cases for them are also included.