项目作者: projjal1

项目描述 :
Repo containing codes for Parallel programming in C using OpenMP and CUDA libraries.
高级语言: C
项目地址: git://github.com/projjal1/Parallel-Programming.git
创建时间: 2021-01-01T06:58:48Z
项目社区:https://github.com/projjal1/Parallel-Programming

开源协议:GNU General Public License v3.0

下载


Parallel-Programming

Repo containing codes for Parallel programming in C using OpenMP and CUDA libraries.

OpenMP is a library which parallelizes section of code via CPU threads on the system. OpenMP is based on UMA architecture with multiple CPU cores sharing a common memory.

CUDA is a library which parallelizes section of code via GPU cores. CUDA works with capable NVIDIA gpu and can achieve much higher paralellization than existing libraries.

Dask is a multi-programming library in Python that parallelizes task.