gmarciani / cudawesomeLinks
A collection of awesome algorithms, implemented in CUDA.
☆25Updated 7 years ago
Alternatives and similar repositories for cudawesome
Users that are interested in cudawesome are comparing it to the libraries listed below
Sorting:
- Algorithms implemented in CUDA + resources about GPGPU☆60Updated 3 years ago
- Code samples for the CUDA tutorial "CUDA and Applications to Task-based Programming"☆93Updated 2 years ago
- ☆62Updated 2 years ago
- This is a list of useful libraries and resources for CUDA development.☆589Updated 8 years ago
- A curated list of awesome GPGPU (CUDA/OpenCL/Vulkan) resources☆101Updated 2 years ago
- ☆71Updated 11 years ago
- CUDA implementation of exclusive prefix sum via Blelloch's algorithm☆29Updated 8 years ago
- BGHT: High-performance static GPU hash tables.☆72Updated 4 months ago
- A simple profiler to count Nvidia PTX assembly instructions of OpenCL/SYCL/CUDA kernels for roofline model analysis.☆56Updated 7 months ago
- A set of hands-on tutorials for CUDA programming☆240Updated last year
- Some CUDA design patterns and a bit of template magic for CUDA☆156Updated 2 years ago
- Examples for HIP☆211Updated 11 months ago
- Implementation of the maximum network flow problem in CUDA.☆32Updated 4 years ago
- Source code for 'Data Parallel C++: Mastering DPC++ for Programming of Heterogeneous Systems using C++ and SYCL' by James Reinders, Ben A…☆281Updated 7 months ago
- Source code examples from the Parallel Forall Blog☆96Updated 6 years ago
- Learn OpenMP examples step by step☆98Updated 9 months ago
- AMD lab notes with code examples to demonstrate use of AMD GPUs☆107Updated last year
- Examples from Programming in Parallel with CUDA☆164Updated 2 years ago
- An implementation of parallel exclusive scan in CUDA☆65Updated 7 years ago
- CUDA by Example, written by two senior members of the CUDA software platform team, shows programmers how to employ this new technology. …☆455Updated 2 years ago
- Template for starting CUDA/C++ project using CMake with Github Action for CI☆31Updated 4 months ago
- Concurrent CPU-GPU Programming using Task Models☆104Updated 5 years ago
- Kernel Tuner☆371Updated last week
- portDNN is a library implementing neural network algorithms written using SYCL☆113Updated last year
- CUDA Guide☆74Updated last year
- ☆23Updated 3 years ago
- Thrust, CUB, TBB, AVX2, AVX-512, CUDA, OpenCL, OpenMP, Metal, and Rust - all it takes to sum a lot of numbers fast!☆111Updated 3 months ago
- Implement Neural Networks in Cuda from Scratch☆24Updated last year
- Source Code for `Today’s TBB: C++ Parallel Programming with Threading Building Blocks, Second Edition' by Michael Voss and James Reinder…☆196Updated 5 months ago
- CUDA implementation of the fundamental sum reduce operation. Aims to be as optimized as reasonable.☆39Updated 8 years ago