[SYCL][CUDA] ptxas fatal: complex floating-point functions
Open
bug
cuda
- Dominant language
- LLVM
- Stars
- 1.5k
- Forks
- 854
- Avg merge
- 3d 17h
- Merged PRs (30d)
- 137
Description
Have been seeing some errors related to build [oneDPL](https://github.com/oneapi-src/oneDPL/) with complex floating-point functions support.
```bash
ptxas fatal : Unresolved extern function 'cpow'
ptxas fatal : Unresolved extern function '__divsc3'
ptxas fatal : Unresolved extern function '__muldc3'
ptxas fatal : Unresolved extern function 'ctanh'
```
Contributor guide
Assessment
This issue has not been assessed yet.