Does hip support complex types and arithmetic?

35 Views Asked by At

I'm porting some CUDA code to HIP so I can run on AMD GPUs but the code uses cuda::std::complex. Can I just include the standard C++ header include <complex>, do I need to implement my own complex operations using the regular intrinsics, or is there a HIP equivalent?

0

There are 0 best solutions below