Skip to content
/ HPC Public

Repo for all programs performed in HPC lab

Notifications You must be signed in to change notification settings

AP-Atul/HPC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HPC

1. Assignment 1: Min, Max, Avg, SD for array

Two source files:

  • a. without cuda : runs on cpu simulates gpu.
  • b. with cuda: runs on gpu.

2. Assignment 2: Sum of 2 Vectors and Matrix Mul

  • a. simple addition of two vectors using blocks and threads.
  • b. matrix (n x n) multiplication.

3. Assignment 3: Mergesort and bubble sort in OpenMP

  • a. parallelized, bubble, mergesort, oddeven sorts.
  • b. execution of parallel are slightly faster than serila ones.

About

Repo for all programs performed in HPC lab

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published