-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
Right now, the user needs to have a setup with Matlab, CUDA and C++ compiler available to even test our software.
It would be great to have an alternative Matrix-Vector product that runs on the CPU only. This function will probably be slower than the current, but at least allow the user to test the software.
This could be achieved either by a Matlab script coupling_matrix_multiply_CPU.m or by a c++ file that does what coupling_matrix_multiply_CUDA.cu does (and which is compiled by mex).
Metadata
Metadata
Assignees
Labels
No labels