arnocandel / CUDAkalmanFilter

Implemented the Kalman Filter Algorithms on GPU using CUDA programming language. Analysed the run-time performance gain obtained by parallel computation of the various stages of the algorithm.Speed up of 1000x is observed for large input sets.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CUDAkalmanFilter

Implemented the Kalman Filter Algorithms on GPU using CUDA programming language. Analysed the run-time performance gain obtained by parallel computation of the various stages of the algorithm.Speed up of 1000x is observed for large input sets.

About

Implemented the Kalman Filter Algorithms on GPU using CUDA programming language. Analysed the run-time performance gain obtained by parallel computation of the various stages of the algorithm.Speed up of 1000x is observed for large input sets.


Languages

Language:Cuda 73.6%Language:C++ 22.3%Language:C 2.8%Language:Makefile 1.4%