Repository navigation
cusolver
- Website
- Wikipedia
Harness the power of GPU acceleration for fusing visual odometry and IMU data with an advanced Unscented Kalman Filter (UKF) implementation. Developed in C++ and utilizing CUDA, cuBLAS, and cuSOLVER, this system offers unparalleled real-time performance in state and covariance estimation for robotics and autonomous system applications.
Bandicoot: C++ library for GPU linear algebra & scientific computing - https://coot.sourceforge.io
Sample CMake template solving Ax=b
Matrix Exponential Approximation using CUDA
VTensor, a C++ library, facilitates tensor manipulation on GPUs, emulating the python-numpy style for ease of use. It leverages RMM (RAPIDS Memory Manager) for efficient device memory management. It also supports xtensor for host memory operations.
Newton's and Halley's Method for the Matrix Polar Decomposition using CUDA