-
Notifications
You must be signed in to change notification settings - Fork 768
[SYCL][DOC] Expand complex extension with complex support for sycl::marray #11792
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
[SYCL][DOC] Expand complex extension with complex support for sycl::marray #11792
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.
Just a couple comments, but otherwise it looks good to me.
sycl/doc/extensions/experimental/sycl_ext_oneapi_complex.asciidoc
Outdated
Show resolved
Hide resolved
3e8c2b4
to
7b498bb
Compare
7b498bb
to
261c638
Compare
@steffenlarsen @gmlueck |
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!
Do you have any feedback that could postpone the merge of this extension @gmlueck? |
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.
@gmlueck is out of the office, so I've taken a quick at this. Just a few changes, I think.
sycl/doc/extensions/experimental/sycl_ext_oneapi_complex.asciidoc
Outdated
Show resolved
Hide resolved
sycl/doc/extensions/experimental/sycl_ext_oneapi_complex.asciidoc
Outdated
Show resolved
Hide resolved
sycl/doc/extensions/experimental/sycl_ext_oneapi_complex.asciidoc
Outdated
Show resolved
Hide resolved
sycl/doc/extensions/experimental/sycl_ext_oneapi_complex.asciidoc
Outdated
Show resolved
Hide resolved
sycl/doc/extensions/experimental/sycl_ext_oneapi_complex.asciidoc
Outdated
Show resolved
Hide resolved
sycl/doc/extensions/experimental/sycl_ext_oneapi_complex.asciidoc
Outdated
Show resolved
Hide resolved
sycl/doc/extensions/experimental/sycl_ext_oneapi_complex.asciidoc
Outdated
Show resolved
Hide resolved
If there are no more blockers, we could be able to move forward with this extension and merge it. What do you people think? |
Hi @jle-quel, there is a process of merging PRs, PR author can ask @intel/llvm-gatekeepers team to merge it:
https://github.com/intel/llvm/blob/sycl/CONTRIBUTING.md#merge |
…12649) This PR apply the modifications asked in the #11792 PR made by @Pennycook --------- Co-authored-by: John Pennycook <[email protected]>
This PR is the updated version of the "complex support for sycl::marray" extension, which used to be a separate extension.
However, after discussing whether it should be a separate extension versus an expansion (#8852), the complex expansion has been decided.
Following the proposal for
sycl::ext::oneapi::experimental::complex
which adds the support of complex for SYCL, this expansion proposes to incorporate complex support forsycl::marray
and new complex math features.@gmlueck @steffenlarsen
Implementation: #8647