Plan to support mfma dtype cast? #83
Labels
generic
Build error, or some other issue not caused by an LLVM bug
hipcc
Related to HIPCC
Under Investigation
I think float4 and
__attribute__((__vector_size__(4 * sizeof(float)))) float
are the same thing, but there're no direct conversion of hipcc,this will throw
no viable conversion from 'float4' (aka 'HIP_vector_type<float, 4>') to '__attribute__((__vector_size__(4 * sizeof(float)))) float' (vector of 4 'float' values)
. This doesn't make sense.The text was updated successfully, but these errors were encountered: