[SYCL][DOC] Expand complex extension with complex support for sycl::marray#11792
Conversation
steffenlarsen
left a comment
There was a problem hiding this comment.
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
sycl/doc/extensions/experimental/sycl_ext_oneapi_complex.asciidoc
Outdated
Show resolved
Hide resolved
3e8c2b4 to
7b498bb
Compare
7b498bb to
261c638
Compare
|
@steffenlarsen @gmlueck |
|
Do you have any feedback that could postpone the merge of this extension @gmlueck? |
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 <john.pennycook@intel.com>
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::complexwhich adds the support of complex for SYCL, this expansion proposes to incorporate complex support forsycl::marrayand new complex math features.@gmlueck @steffenlarsen
Implementation: #8647