hipblasFloatComplex does not exist

Issue #58 resolved
Damon McDougall created an issue

The type is called hipblasComplex<https://github.com/ROCmSoftwarePlatform/hipBLAS/blob/develop/library/include/hipblas.h#L97-L101>.

This produces code that fails to compile: https://bitbucket.org/icl/magma/src/d998fcbb94d9046ec98ae93757010a1472902d54/tools/hipify-perl#lines-996

It just needs to be modified from hipblasFloatComplex to hipblasComplex. That type is a single precision type.

Comments (1)

  1. Ahmad Abdelfattah

    Hi @mcdougalld , do you think this issue should remain open?

    MAGMA defines its own complex types, and casts to hipblasComplex when it calls hipBLAS routines. I can still see hipblasFloatComplex in the codebase at different places, but it doesn’t seem to be used. I have compiled MAGMA successfully several times for the HIP backend on different systems.

    I will mark this issue as resolved. Feel free to reopen it if needed.

  2. Log in to comment