Matlab 2012b
here are the results
Normal Matrices(CPU and GPU(555M))
Using inv(N)*d:
CPU 1.874s
GPU 2.146s
using N\d:
CPU 0.175s
GPU 0.507s
Sparse Matrices(Only CPU)
Using inv(N)*d:
CPU 0.967s
using N\d:
CPU 0.015s
Cannot get sparse matrices into the GPU easily.
The times are only for the solve operation.
Quote:
Originally Posted by Ether
Matlab, Octave, SciLab, Python, or something else?
Linux, Windows XP/7, 32 or 64 ?
|