-
Notifications
You must be signed in to change notification settings - Fork 787
[SYCL][Test] Add std::complex kernel test. #1711
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
Signed-off-by: haonanya <[email protected]>
Signed-off-by: haonanya <[email protected]>
Signed-off-by: haonanya <[email protected]>
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.
@haonanya would you consider using some C++ constructs (for example, constexpr
and std::array
) instead of C?
Anyway, good test suite. My comments should not block the merge of this patch.
@haonanya, do you plan to address the comments before the merge? |
Signed-off-by: haonanya [email protected] Define constant using C++ const expression. Co-authored-by: Alexander Batashev <[email protected]>
Signed-off-by: haonanya [email protected] Use C++ std::array to store C++ complex struct. Co-authored-by: Alexander Batashev <[email protected]>
Signed-off-by: haonanya [email protected]. Use C++ std::array to store C++ complex struct. Co-authored-by: Alexander Batashev <[email protected]>
Signed-off-by: haonanya [email protected]. Add include header.
Signed-off-by: haonanya <[email protected]>
Signed-off-by: haonanya <[email protected]>
Signed-off-by: haonanya <[email protected]>
Signed-off-by: haonanya <[email protected]>
Hi, @alexbatashev , I already update tests using C++ std::array to replace C array. |
Signed-off-by: haonanya [email protected]
Add std::complex kernel test.