arneish / CUDA-PCA-jacobi
CUDA C implementation of Principal Component Analysis (PCA) through Singular Value Decomposition (SVD) using a highly parallelisable version of the Jacobi eigenvalue algorithm.
☆27Updated 5 years ago
Alternatives and similar repositories for CUDA-PCA-jacobi:
Users that are interested in CUDA-PCA-jacobi are comparing it to the libraries listed below
- Example of how to use CUDA with CMake >= 3.8☆69Updated last year
- ☆44Updated 7 years ago
- PLEASE SEE THE OFFICIAL REPOSITORY. THIS IS NOT MAINTAINED ANYMORE.☆93Updated 5 years ago
- MWE for using the Eigen library in CUDA kernels☆119Updated 2 years ago
- An expression template based linear algebra library running completely on the GPU using CUDA☆25Updated 3 years ago
- Conjugate Gradient for Least Squares in CUDA☆52Updated 9 years ago
- Source code examples from the Parallel Forall Blog☆96Updated 6 years ago
- QRKit is an extension of Eigen C++ library that allows for efficient QR decomposition of sparse matrices with common sparsity patterns.☆16Updated 4 years ago
- High-Performance Computing: CPU Instructions, GPU OpenCL & CUDA, etc.☆14Updated 11 months ago
- SuiteSparse: a suite of sparse matrix packages by @DrTimothyAldenDavis et al. with native CMake support☆53Updated 9 months ago
- Introductory Thrust workshop materials☆43Updated 12 years ago
- Communication-Minimizing 2D Convolution in GPU Registers☆30Updated 11 years ago
- A gpu based implementation of a K-D Tree Builder☆110Updated 5 years ago
- Windows Visual Studio Solutions for class "Introduction to Parallel Programming"☆19Updated 6 years ago
- GPU-accelerated KD-tree implementation☆44Updated 3 years ago
- A shallow fork of SuiteSparse adding build files for Visual Studio and support for ACML☆100Updated 9 years ago
- A fork of Eigen 3.2 to use MAGMA (GPU & CPU) as backend in the same way it does with Intel MKL.☆48Updated 11 years ago
- KMeans clustering in Eigen.☆26Updated 9 years ago
- A library that implements the maxflow-mincut algorithm.☆44Updated 4 years ago
- Some CUDA design patterns and a bit of template magic for CUDA☆150Updated last year
- CUDA Sparse-Matrix Vector Multiplication, using Sliced Coordinate format☆21Updated 6 years ago
- CUSP : A C++ Templated Sparse Matrix Library☆411Updated 5 months ago
- Learning and practice of high performance computing (CUDA, Vulkan, OpenCL, OpenMP, TBB, SSE/AVX, NEON, MPI, coroutines, etc. )☆60Updated last month
- Conjugate Gradient solver written in CUDA☆29Updated 5 years ago
- Non-Negative Least Squares implementation for Eigen3☆37Updated 2 years ago
- BGHT: High-performance static GPU hash tables.☆63Updated 2 weeks ago
- A matrix and array operation library on GPU with Eigen compatible interface☆98Updated 7 years ago
- Efficient CUDA Stream Compaction Library☆33Updated last year
- Utilities for CUDA programming☆40Updated 5 years ago
- This example builds on the parallel-forall repo separate compilation example by adding CMake to it.☆17Updated 7 years ago