Comment on SIMD Instructions Considered Harmful (2017)Comments−auggierose7yI feel if you have a strong need for vectors then you should consider running (part of) your code on the GPU.−_chris_7yToo far away and requires huge thread counts to make up for its overheads. A good vector unit should work well even for very short vectors (e.g., any size of memcpy).
Comments
I feel if you have a strong need for vectors then you should consider running (part of) your code on the GPU.
Too far away and requires huge thread counts to make up for its overheads. A good vector unit should work well even for very short vectors (e.g., any size of memcpy).