You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments