Skip to content

[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

Merged
merged 11 commits into from
May 25, 2020
Merged

[SYCL][Test] Add std::complex kernel test. #1711

merged 11 commits into from
May 25, 2020

Conversation

haonanya
Copy link
Contributor

Signed-off-by: haonanya [email protected]
Add std::complex kernel test.

@haonanya haonanya requested a review from a team as a code owner May 19, 2020 15:08
@haonanya haonanya requested a review from alexbatashev May 19, 2020 15:08
alexbatashev
alexbatashev previously approved these changes May 21, 2020
Copy link
Contributor

@alexbatashev alexbatashev left a 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.

@bader
Copy link
Contributor

bader commented May 22, 2020

@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]>
haonanya and others added 7 commits May 25, 2020 09:06
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.
@bader bader requested a review from alexbatashev May 25, 2020 09:01
@haonanya
Copy link
Contributor Author

Hi, @alexbatashev , I already update tests using C++ std::array to replace C array.
Thanks for your comment.

@bader bader merged commit 8d241d4 into intel:sycl May 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants