-
Notifications
You must be signed in to change notification settings - Fork 769
[SYCL][NFC] Update FE tests to have a common infrastructure #2996
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
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. Just had one question.
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.
Thanks!
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.
Thank you for the changes.
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.
@Fznamznon, does it look okay to you?
This patch is a first pass at updating FE tests to use the mock "sycl.hpp" header, use SYCL functions for invoking kernels from the mock header (
single_task
,parallel_for
), usesycl::
namespace, add comments, update variable names, update/remove tests etc.