Skip to content

Opening book details…

About this document

SIMD Vectorization Explained by Chou by Jasmin Tran is a document available to read on EtoBox.

This document discusses different types of parallel programming models including data parallelism, task parallelism, and thread level parallelism. It provides examples of single instruction multiple data (SIMD) parallelism using vectorization. It also contains questions and answers about parallelizing a for loop using OpenMP to assign values to an array, explaining why certain implementations may cause data races or be inefficient due to duplication of work and false sharing.

Author
Jasmin Tran
Language
EN