ModularM
Modular17mo ago
6 replies
Firas

vectorize functional VS SIMD regular ops

Hi,
Let say we want to implent simple 2 vector multiplications.
the first implentation is using SIMD as data, we define 2 vectors using SIMD and do mul between them.
the second is using DTypePointer and then using vectorize functional.
What is the diffirence ? is it the same ?

thanks
Was this page helpful?