Skip to content

sdigenis/High_Performance_Computing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

High Performance Computing

This repository includes all the projects I have worked on HPC.

It contains

  • An OpenMP program where VTune profiller was used to maximize the the perfomance of the application
  • Two CUDA programs that maximize the GPU's traits to work in maximum settings giving the best possible output in the least time.

These were all assignments for the HPC University course.

Disclaimer

There are possible better ways of implementing these algorithms trying to achieve better running times.