Mentions légales du service

Skip to content
Snippets Groups Projects
Commit b02cbc77 authored by hhakim's avatar hhakim
Browse files

Implement (partially) matfaust.Faust wrapper to GPU2 (ctor, dtor and disp).

- Big refactoring in Faust class (call_mex simplifies different cases -- real, complex, CPU or GPU2 Faust).
- Refactoring in mex code behind (new_faust, faust_disp, delete). It avoids duplication of a lot of code for CPU and GPU2 wrappers.
- FDevice template parameter in concatMatGeneric, mxArray2FaustspMat mxArray2FaustMat (with additional function signature). Again it allows to share code between Cpu and GPU2 (before it was only for Cpu). Make the code more generic.
parent fbe232a2
No related branches found
No related tags found
No related merge requests found
Showing with 424 additions and 437 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment