Skip to content

Parallel Programming course projects demonstrating various parallelism techniques with SIMD SSE3, OMP, and POSIX threads, including Intel Parallel Studio for analysis and parallelization.

License

Notifications You must be signed in to change notification settings

alighanbari2002/Parallel-Programming-Course-Projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Parallel Programming Course Projects

Overview

This repository contains projects from a parallel programming course, focusing on data-level, thread-level, and instruction-level parallelism. The projects explore parallelization techniques using SIMD SSE3, OMP, and POSIX threads, with an emphasis on utilizing Intel Parallel Studio for hotspot analysis and code parallelization.

Projects