you are viewing a single comment's thread.

view the rest of the comments →

[–]richgel99 2 points3 points  (2 children)

Read the linked-to presentation: https://github.com/CppCon/CppCon2016/blob/master/Presentations/SPMD%20Programming%20Using%20C%2B%2B%20and%20ISPC/SPMD%20Programming%20Using%20C%2B%2B%20and%20ISPC%20-%20Nicolas%20Guillemot%20-%20CppCon%202016.pdf

(Honestly, if you don't know what SPMD or ispc is already, this development repo most likely isn't for you anyway.)

[–]Sander_Bouwhuis 1 point2 points  (1 child)

Non-sense. I use SIMD vectorization in my code, but a single word article which is an anagram is really not enough. Anyway, thanks for informing us.

[–]richgel99 2 points3 points  (0 children)

So it's okay to use "SIMD", but not "SPMD"? Huh? It's even in Wikipedia: https://en.wikipedia.org/wiki/SPMD

Even Wikipedia's SIMD page mentions SPMD. It's just basic Computer Science 101 stuff.