Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Dot Product

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.