资 源 简 介
The project has moved to https://github.com/rudaoshi/gpumatrix.
A matrix library on GPU with interface compatible with Eigen.
GPUMatrix V0.1 is released with following features:
Supports CUDA back-end.
Most common Array and Matrix operations are supported. See test suite for more details.
Implemented interfaces are compatible with Eigen 3. Program using Eigen is easy to port to GPU using GPUMatrix.
Missing but planned features:
All vectors are column vectors. Row vectors is not implemented;
Multiple back-end support, including OpenCL and MKL;
Interface for user defined member functions, like Eigen;
Many functions and operations are waiting to be implemented.
GPUMatrix adopts the template expression architecture of TVMet library from tvmet.sourceforge.net. I"d like to appreciate Olaf Petzold for his great work on TVMet library.