-
Notifications
You must be signed in to change notification settings - Fork 769
[SYCL][Graph][HIP] Add HIP backend support to SYCL-Graph #12230
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
Co-authored-by: Andrey Alekseenko <[email protected]>
Adds missing variable initializations. Temporary disable `work_group_size_prop.cpp` because the failure results from a bug in the emulation layer.
… that checks backend support
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.
#12753 needs to merge first since it was merge to UR fisrt.
@intel/llvm-reviewers-runtime Could you review this please, the UR portion of the change has merged |
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.
Sorry for the delay. LGTM with a tiny nit.
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.
#12753 has now been merged, please pull in the latest sycl branch chagnes and resolve the conflict on the UR tag.
@intel/llvm-gatekeepers could you please merge this PR? |
Depends on #12230. --------- Co-authored-by: Kenneth Benzie (Benie) <[email protected]>
Tests HIP Support for Graph from oneapi-src/unified-runtime#1254 and updates documentation.
Depends on #12753.