openmp-optimization
There are 20 repositories under openmp-optimization topic.
discopop-project/discopop
DiscoPoP - Discovery of Potential Parallelism
Foundations-of-HPC/High-Performance-Computing-2023
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
nianhuawong/2D_Euler_Solver
2 dimensional Euler equation solver on structured grids
Foundations-of-HPC/Advanced-High-Performance-Computing-2023
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
rahulsonone1234/Parallel-Programming
Implementation of an Image Processing Library for time consuming operations such as Image Blurring,Negation,Edge Detection and Contrast Stretching.
rohinarora/OpenMP
|| programming
Sitaras/Parallel-Systems-Project
🦖| Design, Development and Evaluation of Parallel Programs in MPI, Mpi + OpenMp Cuda Hybrid that implement the Jacobi with successive over-relaxation.
Ahmed-Ibrahim-30/Parallel-Programming
Parallel Programming with Mpi and Open MP
danidiaz1/AC-Arquitectura-de-Computadores-UGR-2015-2016
Prácticas de Arquitectura de Computadores (AC), Grado en IngenierÃa Informática, UGR 2015-2016
mmaarij/Parallelized-Number-Plate-Detection-System-using-OpenCV-OpenMP
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.
tueboesen/Parallelization-Framework
An OpenMP parallelization framework developed by me during my PhD
epoell/openMP_examples_and_Matrix-Matrix-Multiplication
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.
guyez/Simple-Sparsely-Connected-NN
Simple C++ implementation of a sparsely connected multi-layer neural network using OpenMP and CUDA for parallelization.
maitreyeepaliwal/OpenMP
Some basic openMP programs implemented using parallelism concept
Mariona-FT/Parallelism-and-Concurrency-PACO
PARAL·LELISME I CONCURRÈNCIA Curs 2022-23 EPSEVG
GregorioDalia/PageRank
A university project to improve the performance of the Google Page Rank algorithm using the OPEN_MPI library
yigitbektasgursoy/openmp-matrix-optimization
Comparison of parallel matrix multiplication methods using OpenMP, focusing on cache efficiency, runtime, and performance analysis with Intel VTune.
AmanjotBhullar/OpenMP_Optimization
A C++ program that displays the finite-difference method and optimized using OpenMP.
neo-fetch/baka-mitai
GPU-Programming Assignments
vitumenezes/csa-openmp
An implementation of Coupled Simulated Annealing methaeuristics using parallelism with OpenMP.