TotalChest / ParallelComputing

Different levels and ways of parallelization of programs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ParallelComputing

Different levels and ways of parallelization of programs

Project files

avx_mm256_mul_ps.cpp - parallel programming using avx processor instructions

mpi_all_reduce.cpp - parallel programming using MPI process

openmp_barrier.cpp - parallel programming using OpenMP threads

threads_shared_future.cpp - parallel programming using threads

About

Different levels and ways of parallelization of programs


Languages

Language:C++ 100.0%