Dot product of two vectors. The new aspect over a vector add is a reduction operation after the element-wise multiplication.
The time should be dominated by the memory bandwidth of loading the vectors, making it difficult to compare the times for different reduction methods.