Skip to content

Commit 42b79be

Browse files
committed
Make thrust::complex a struct derived from cuda::std::complex
By making thrust::complex a struct which is derived from cuda::std::complex one can reuse a lot of the implementation. However, for BC some operators must be reintroduced to allow for type promoting between `float` and `double` for the underlying type.
1 parent d33fee5 commit 42b79be

File tree

5 files changed

+1029
-145
lines changed

5 files changed

+1029
-145
lines changed

0 commit comments

Comments
 (0)