There are 1 repository under openmp-optimization topic.
DiscoPoP - Discovery of Potential Parallelism
Slides, exercises and resources for the 2023-2024 course "High Performance Computing" under the "Scientific and Data-Intensive Computing" Naster Program at University of Trieste
2 dimensional Euler equation solver on structured grids
Slides, exercises and resources for the 2023-2024 course "Advanced High Performance Computing" under the at "Scientific and Data-Intensive Computing" Master Program at University of Trieste
Implementation of an Image Processing Library for time consuming operations such as Image Blurring,Negation,Edge Detection and Contrast Stretching.
|| programming
🦖| Design, Development and Evaluation of Parallel Programs in MPI, Mpi + OpenMp Cuda Hybrid that implement the Jacobi with successive over-relaxation.
Parallel Programming with Mpi and Open MP
Prácticas de Arquitectura de Computadores (AC), Grado en Ingeniería Informática, UGR 2015-2016
A Parallelized Number Plate Detection System developed for Windows using Visual Studio. It utilizes OpenCV and OpenMP to efficiently detect number plates in images and recognize characters on them. The primary goal of this system is to speed up the process of detecting and recognizing number plates in images or video frames.
An OpenMP parallelization framework developed by me during my PhD
Comparison of parallel matrix multiplication methods using OpenMP, focusing on cache efficiency, runtime, and performance analysis with Intel VTune.
In this repository a collection of basic OpenMP examples is presented, created for a study project at WWU Münster. If you like it, I would be happy about a star.
Simple C++ implementation of a sparsely connected multi-layer neural network using OpenMP and CUDA for parallelization.
Some basic openMP programs implemented using parallelism concept
PARAL·LELISME I CONCURRÈNCIA Curs 2022-23 EPSEVG
A university project to improve the performance of the Google Page Rank algorithm using the OPEN_MPI library
A C++ program that displays the finite-difference method and optimized using OpenMP.
An implementation of Coupled Simulated Annealing methaeuristics using parallelism with OpenMP.