openmp-parallelization topic

List openmp-parallelization repositories

optim

779
Stars
130
Forks
Watchers

OptimLib: a lightweight C++ library of numerical optimization methods for nonlinear functions

dbcsr

132
Stars
45
Forks
Watchers

DBCSR: Distributed Block Compressed Sparse Row matrix library

hero

88
Stars
24
Forks
Watchers

Heterogeneous Research Platform (HERO) for exploration of heterogeneous computers consisting of programmable many-core accelerators and an application-class host CPU, including full-stack software and...

hipCPU

22
Stars
5
Forks
Watchers

Implementation of AMD HIP for CPUs

gravitation

16
Stars
1
Forks
Watchers

n-body-simulation performance test suite

parallel_chess_engine

18
Stars
1
Forks
Watchers

A simple chess engine written in C and parallelized using OpenMP

cadishi

15
Stars
0
Forks
Watchers

Cadishi: CAlculation of DIStance HIstograms

OpenMP-101

77
Stars
15
Forks
Watchers

Learn OpenMP examples step by step

parallel-PCA-openmp

17
Stars
3
Forks
Watchers

A parallelized implementation of Principal Component Analysis (PCA) using Singular Value Decomposition (SVD) in OpenMP for C. The procedure used is Modified Gram Schmidt algorithm. The method for Clas...