mirror of
https://github.com/fffaraz/awesome-cpp.git
synced 2025-12-17 12:24:39 +03:00
Add alpaka & cupla
**alpaka** and **cupla** are two coupled libraries that allow programming accelerator hardware (GPUs, Xeon Phi, etc.) via a common, single-source, performance-portable, standard C++11 programming model. alpaka/cuplda are used in various scientific codes, e.g. PIConGPU, HASEonGPU, ISAAC and Mephisto. A list of publications (including OA links) explain the concepts behind alpaka/cupla: * DOI:10.1109/IPDPSW.2016.50 (http://arxiv.org/abs/1602.08477), paper in AsHES2016 * DOI:10.5281/zenodo.49768 (thesis: diploma) * DOI:10.1007/978-3-319-67630-2_36 (https://arxiv.org/abs/1706.10086), paper in ISC17 (P3MA) * DOI:10.1007/978-3-319-46079-6_21 (https://arxiv.org/abs/1606.02862), paper in ISC16 (IWOPH) * Live-Porting from CUDA to alpaka/cupla, talk in GTC2016: https://mygtc.gputechconf.com/events/32/schedules/2792 Video: http://on-demand.gputechconf.com/gtc/2016/video/S6298.html
This commit is contained in:
@@ -190,12 +190,14 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
|
|||||||
## Concurrency
|
## Concurrency
|
||||||
*Concurrency and Multithreading*
|
*Concurrency and Multithreading*
|
||||||
|
|
||||||
|
* [alpaka](https://github.com/ComputationalRadiationPhysics/alpaka) - Abstraction library for parallel kernel acceleration. [LGPLv3+]
|
||||||
* [ArrayFire](https://github.com/arrayfire/arrayfire) - A general purpose GPU library. [BSD]
|
* [ArrayFire](https://github.com/arrayfire/arrayfire) - A general purpose GPU library. [BSD]
|
||||||
* [Boost.Compute](https://github.com/boostorg/compute) - A C++ GPU Computing Library for OpenCL. [Boost]
|
* [Boost.Compute](https://github.com/boostorg/compute) - A C++ GPU Computing Library for OpenCL. [Boost]
|
||||||
* [Bolt](https://github.com/HSA-Libraries/Bolt) - A C++ template library optimized for GPUs. [Apache2]
|
* [Bolt](https://github.com/HSA-Libraries/Bolt) - A C++ template library optimized for GPUs. [Apache2]
|
||||||
* [ck](https://github.com/concurrencykit/ck) - Concurrency primitives, safe memory reclamation mechanisms and non-blocking data structures. [BSD]
|
* [ck](https://github.com/concurrencykit/ck) - Concurrency primitives, safe memory reclamation mechanisms and non-blocking data structures. [BSD]
|
||||||
* [concurrentqueue](https://github.com/cameron314/concurrentqueue) - A fast multi-producer, multi-consumer lock-free concurrent queue for C++11. [BSD,Boost]
|
* [concurrentqueue](https://github.com/cameron314/concurrentqueue) - A fast multi-producer, multi-consumer lock-free concurrent queue for C++11. [BSD,Boost]
|
||||||
* [CUB](https://github.com/NVlabs/cub) - CUB provides state-of-the-art, reusable software components for every layer of the CUDA programming mode. [New BSD]
|
* [CUB](https://github.com/NVlabs/cub) - CUB provides state-of-the-art, reusable software components for every layer of the CUDA programming mode. [New BSD]
|
||||||
|
* [cupla](https://github.com/ComputationalRadiationPhysics/cupla) - C++ API to run CUDA/C++ on OpenMP, Threads, TBB, ... through Alpaka. [LGPLv3+]
|
||||||
* [C++React](https://github.com/schlangster/cpp.react) - A reactive programming library for C++11. [Boost]
|
* [C++React](https://github.com/schlangster/cpp.react) - A reactive programming library for C++11. [Boost]
|
||||||
* [Intel TBB](https://www.threadingbuildingblocks.org/) - Intel® Threading Building Blocks. [Apache2]
|
* [Intel TBB](https://www.threadingbuildingblocks.org/) - Intel® Threading Building Blocks. [Apache2]
|
||||||
* [junction](https://github.com/preshing/junction) - A library of concurrent data structures in C++. [BSD]
|
* [junction](https://github.com/preshing/junction) - A library of concurrent data structures in C++. [BSD]
|
||||||
|
|||||||
Reference in New Issue
Block a user