Skip to content

olagt/Parallel-Programming-Projects

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Parallel Programing Projects

This Repository Includes the following projects:

  1. Matrix Multiply
  • A comparision of the matrix multiply algorithm implemented in openmpi, pthreads, and in serial.
  1. CUDA C/C++ projects
  • vectorAdd: A simple additon of two vectors
  • imageBlur: A gaussian blur of an image using the weighted average of surrounding pixel values.
  • edgeDetector: An imaged edge detector using the Canny Edge Detector algorithm.
  • introCUDA: A repository with solutions to problems from Udacity Course cs344: Introduction to Parallel Programming. The repository can be found here.
  1. OpenCL Projects
  • In progress

About

Parallel Programming Projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 44.5%
  • C 25.0%
  • Cuda 19.9%
  • CMake 6.7%
  • Makefile 3.9%