lattice-land / cuda-batteryLinks
Abstractions of memory, allocator, vector, tuple, shared_ptr, unique_ptr, bitset, variant and string working on both CPU and GPU
☆31Updated 2 months ago
Alternatives and similar repositories for cuda-battery
Users that are interested in cuda-battery are comparing it to the libraries listed below
Sorting:
- vectorization of the kd-tree data structure and search algorithm☆41Updated 7 years ago
- An expression template based linear algebra library running completely on the GPU using CUDA☆25Updated 4 years ago
- SuiteSparse: a suite of sparse matrix packages by @DrTimothyAldenDavis et al. with native CMake support☆53Updated this week
- A Minimalistic Auto-Diff Optimization Framework for Teaching and Understanding Pytorch☆23Updated 2 weeks ago
- A Nonlinear Least Squares Minimizer☆35Updated 13 years ago
- A C++ neural network library for machine learning☆15Updated last year
- Light C++11 graph library☆13Updated 4 years ago
- Parallel Tasking Library (PTL) - Lightweight C++11 mutilthreading tasking system featuring thread-pool, task-groups, and lock-free task q…