mgopshtein / cudacppLinks
C++ convenience classes to be used with CUDA code, for both the host and the kerlel parts.
☆55Updated 7 years ago
Alternatives and similar repositories for cudacpp
Users that are interested in cudacpp are comparing it to the libraries listed below
Sorting:
- Execution primitives for C++☆153Updated 5 years ago
- High-level C++ for Accelerator Clusters☆153Updated 2 weeks ago
- Multi-dimensional C++ arrays which store objects in a Struct-of-Arrays (SoA) memory layout for efficient vectorization and zero address g…☆36Updated 5 years ago
- WIP · CUDA compatibility for Blaze · https://bitbucket.org/blaze-lib/blaze☆20Updated 5 years ago
- A C/C++ task-based programming model for shared memory and distributed parallel computing.☆72Updated 5 years ago
- A vectorizable multi-dimensional iterator for C++ using the Coroutines TS☆12Updated 3 years ago
- async is a tiny C++ header-only high-performance library for async calls handled by a thread-pool, which is built on top of an unbounded …☆32Updated 4 years ago
- Profiling Taskflow Programs through Visualization☆50Updated 2 years ago
- Parallel Tasking Library (PTL) - Lightweight C++11 mutilthreading tasking system featuring thread-pool, task-groups, and lock-free task q…☆48Updated 11 months ago
- CUDA kernel author's tools☆113Updated 3 years ago
- Add-on packages for Vector class library☆76Updated last year
- Experimental ranges for CUDA☆25Updated 6 years ago
- Thrust, CUB, TBB, AVX2, AVX-512, CUDA, OpenCL, OpenMP, Metal, and Rust - all it takes to sum a lot of numbers fast!☆110Updated 3 months ago
- C++ Library for Portable SIMD Vectorization☆84Updated 11 months ago
- Simple utilities to enable code reuse and portability between CUDA C/C++ and standard C/C++.☆348Updated 3 years ago
- Intel Data Parallel C++ (and SYCL 2020) Tutorial.☆95Updated 3 years ago
- Concurrent CPU-GPU Programming using Task Models☆103Updated 5 years ago
- Copy-hiding array abstraction to automatically migrate data between memory spaces☆109Updated 3 weeks ago
- C++20 and onward collection of high performance data containers and related tools☆57Updated last week
- A reference implementation of std::simd, providing data parallel types in the C++ standard☆13Updated 5 years ago
- Blazing-fast Expression Templates Library (ETL) with GPU support, in C++☆229Updated 5 months ago
- data-parallel out-of-core library☆50Updated last week
- Header-only C++ library for low precision floating point type emulation.☆177Updated 5 years ago
- Launching collective tasks in bulk☆37Updated 6 years ago
- Implementation of the SYCL specification.