Dot product โ reduction (atomicAdd, shared memory)
1.Dot Product
โ
Definition
The dot product of two vectors
is simply multiplying corresponding elements and summing them up.๐ The result is a single scalar number.
โ
Why is it important for GPUs?
Deep Learning: Each neuron computes input ยท weights...
psk-study.hashnode.dev11 min read