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:
- Code samples for the CUDA tutorial "CUDA and Applications to Task-based Programming"☆95Updated 2 years ago
- Algorithms implemented in CUDA + resources about GPGPU☆62Updated 3 years ago
- ☆71Updated 11 years ago
- ☆62Updated 3 years ago
- CUDA Guide☆75Updated 2 years ago
- Template for starting CUDA/C++ project using CMake with Github Action for CI☆31Updated 6 months ago
- This is a list of useful libraries and resources for CUDA development.☆594Updated 8 years ago
- A curated list of awesome GPGPU (CUDA/OpenCL/Vulkan) resources☆104Updated 2 years ago
- Implement Neural Networks in Cuda from Scratch☆24Updated last year
- Main Book repository for the Parallel and High Performance Computing book, Manning Publications☆221Updated 3 years ago
- A simple profiler to count Nvidia PTX assembly instructions of OpenCL/SYCL/CUDA kernels for roofline model analysis.☆57Updated 9 months ago
- Source code examples from the Parallel Forall Blog☆96Updated 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!☆115Updated 5 months ago
- Examples from Programming in Parallel with CUDA☆170Updated 2 years ago
- BGHT: High-performance static GPU hash tables.☆71Updated 6 months ago
- Examples for using SYCL on CUDA☆62Updated 4 months ago
- An implementation of parallel exclusive scan in CUDA☆65Updated 7 years ago
- Source code for 'Data Parallel C++: Mastering DPC++ for Programming of Heterogeneous Systems using C++ and SYCL' by James Reinders, Ben A…☆282Updated 9 months ago
- Source code repository for the projects from CUDA for Engineers☆132Updated 3 years ago
- Learn OpenMP examples step by step☆101Updated 11 months ago
- Some CUDA design patterns and a bit of template magic for CUDA☆157Updated 2 years ago
- CUDA official sample codes☆371Updated 10 years ago
- Examples for HIP☆213Updated last year
- supplementary material/programming exercises☆74Updated 4 years ago
- CUDA implementation of exclusive prefix sum via Blelloch's algorithm☆29Updated 8 years ago
- An expression template based linear algebra library running completely on the GPU using CUDA☆25Updated 4 years ago
- Source Code for `Today’s TBB: C++ Parallel Programming with Threading Building Blocks, Second Edition' by Michael Voss and James Reinder…☆198Updated 7 months ago
- A set of hands-on tutorials for CUDA programming☆245Updated last year
- Local and distributed octrees based on Morton codes with halo discovery and exchange with a 3D collision detection algorithm☆45Updated 2 months ago
- Runs a single CUDA/OpenCL kernel, taking its source from a file and arguments from the command-line☆24Updated last month