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
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:
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: