MaxKotlan / Cuda-Find-Max-Using-Parallel-ReductionLinks
Benchmarks different cuda implementations of maximum-value algorithms. Uses Parallel Reduction design pattern.
☆18Updated 5 years ago
Alternatives and similar repositories for Cuda-Find-Max-Using-Parallel-Reduction
Users that are interested in Cuda-Find-Max-Using-Parallel-Reduction are comparing it to the libraries listed below
Sorting:
- GPU-accelerated KD-tree implementation☆45Updated 4 years ago
- A gpu based implementation of a K-D Tree Builder☆117Updated 6 years ago
- Code samples for the CUDA tutorial "CUDA and Applications to Task-based Programming"☆94Updated 2 years ago
- GPU acceleration of smallpt with CUDA. Obtain an acceleration of >35x comparing to the original CPU-parallelized code with OpenMP☆46Updated 5 years ago
- ☆278Updated last month
- Finding the nearest neighbor for 3d points in KD tree. Two implementations: nn.cpp (CPU) and nn.cu (CUDA GPU).☆14Updated 3 years ago
- The CMake version of cuda_by_example☆149Updated 5 years ago
- A sample code for sparse cholesky solver with cuSPARSE and cuSOLVER library☆21Updated 6 years ago
- CUDA based Iterative Closest Point Algorithm Implementation☆69Updated 6 years ago
- 离散几何处理中文版翻译☆62Updated 3 years ago
- Conjugate Gradient solver written in CUDA☆28Updated 6 years ago
- μ-Cuda, COVER THE LAST MILE OF CUDA. With features: intellisense-friendly, structured launch, automatic cuda graph generation and updatin…☆200Updated 2 weeks ago
- C++ library for reading and writing of numpy's .npy files☆423Updated last year
- BGHT: High-performance static GPU hash tables.☆71Updated 5 months ago
- A Connected Component Labelling algorithm implemented in CUDA☆49Updated 4 years ago
- An expression template based linear algebra library running completely on the GPU using CUDA☆25Updated 4 years ago
- Eigen3.3.7 Doc中文版☆129Updated 6 years ago
- Collection of Computational Geometry algorithm Implementation and simple simulations using the implementation☆81Updated 4 years ago
- Dragon is a library about geometry processing.☆38Updated 8 months ago
- the GPU implementation of bucket based farthest point sampling, achieves 3-4x speedup than the conventional implementation☆20Updated 2 years ago
- Implementation of Hash table for Nießner's Voxel Hashing method☆16Updated 10 years ago
- InfiniTAM on FPGA☆26Updated 6 years ago
- zju cg homework bspline☆23Updated 5 years ago
- CUDA by Example, written by two senior members of the CUDA software platform team, shows programmers how to employ this new technology. …☆462Updated 2 years ago
- A library that implements the maxflow-mincut algorithm.☆44Updated 4 years ago
- A C++/CUDA library to efficiently compute neighborhood information on the GPU for 3D point clouds within a fixed radius.☆107Updated last year
- ☆50Updated 3 years ago
- MWE for using the Eigen library in CUDA kernels☆120Updated 3 years ago
- CUDA-DClust+: Fast DBSCAN algorithm implemented on CUDA. Based on the research paper.☆17Updated 7 months ago
- ☆62Updated 2 years ago