llvm
32f51917 - [SYCL][DOC] Expand complex extension with complex support for sycl::marray (#11792)

Commit
2 years ago
[SYCL][DOC] Expand complex extension with complex support for sycl::marray (#11792) 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 (https://github.com/intel/llvm/pull/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 for `sycl::marray` and new complex math features. Implementation: https://github.com/intel/llvm/pull/8647
Author
Parents
Loading