Skip to content

Commit df86b7d

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 42727b3 commit df86b7d

File tree

5 files changed

+1016
-132
lines changed

5 files changed

+1016
-132
lines changed

0 commit comments

Comments
 (0)