intel / intel/llvm

sycl::complex, std::complex, or sycl::ext::oneapi::experimental::complex

Open
#11,502 9 comments 0 reactions 0 assignees View on GitHub
enhancement spec extension
Dominant language
LLVM
Stars
1.5k
Forks
854
Avg merge
3d 17h
Merged PRs (30d)
137

Description

Is "sycl::complex" mentioned in the SYCL specification ? Which type is recommended for Intel, AMD, and NVIDIA GPUs ? Thanks.

```
no template named 'complex' in namespace 'sycl'; did you mean 'std::complex'?
auto z1 = sycl::complex(r1, r2);
^~~~~~~~~~~~~
std::complex
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.