-
- Downloads
You need to sign in or sign up before continuing.
Add GPU2 wrapper in matfaust for Faust functions: mul_faust, vertcat, horzcat,...
Add GPU2 wrapper in matfaust for Faust functions: mul_faust, vertcat, horzcat, subsref, subsref_byvec. - Making FaustMat2mxArray more generic (template FDevice) by using new function MatDense::copyBuf instead of memcpy. - Refactoring prox mex too. - New function MatDense<FPP,GPU2>::isReal() (already in Cpu version). - Minor fix in hierarchical (uninitialized gpu variable).
Showing
- src/faust_linear_operator/CPU/faust_MatDense.h 2 additions, 0 deletionssrc/faust_linear_operator/CPU/faust_MatDense.h
- src/faust_linear_operator/CPU/faust_MatDense.hpp 8 additions, 1 deletionsrc/faust_linear_operator/CPU/faust_MatDense.hpp
- src/faust_linear_operator/GPU2/faust_MatDense_gpu.cpp.in 14 additions, 0 deletionssrc/faust_linear_operator/GPU2/faust_MatDense_gpu.cpp.in
- src/faust_linear_operator/GPU2/faust_MatDense_gpu.h 2 additions, 1 deletionsrc/faust_linear_operator/GPU2/faust_MatDense_gpu.h
- wrapper/matlab/+matfaust/+fact/hierarchical.m 1 addition, 0 deletionswrapper/matlab/+matfaust/+fact/hierarchical.m
- wrapper/matlab/+matfaust/@Faust/Faust.m 1 addition, 1 deletionwrapper/matlab/+matfaust/@Faust/Faust.m
- wrapper/matlab/src/faust_cat.h 50 additions, 0 deletionswrapper/matlab/src/faust_cat.h
- wrapper/matlab/src/faust_cat.hpp 35 additions, 0 deletionswrapper/matlab/src/faust_cat.hpp
- wrapper/matlab/src/faust_mul_faust.h 49 additions, 0 deletionswrapper/matlab/src/faust_mul_faust.h
- wrapper/matlab/src/faust_mul_faust.hpp 21 additions, 0 deletionswrapper/matlab/src/faust_mul_faust.hpp
- wrapper/matlab/src/faust_mul_scalar.h 49 additions, 0 deletionswrapper/matlab/src/faust_mul_scalar.h
- wrapper/matlab/src/faust_mul_scalar.hpp 24 additions, 0 deletionswrapper/matlab/src/faust_mul_scalar.hpp
- wrapper/matlab/src/faust_prox.h 51 additions, 0 deletionswrapper/matlab/src/faust_prox.h
- wrapper/matlab/src/faust_prox.hpp 155 additions, 0 deletionswrapper/matlab/src/faust_prox.hpp
- wrapper/matlab/src/faust_pruneout.h 49 additions, 0 deletionswrapper/matlab/src/faust_pruneout.h
- wrapper/matlab/src/faust_pruneout.hpp 21 additions, 0 deletionswrapper/matlab/src/faust_pruneout.hpp
- wrapper/matlab/src/faust_subsref.h 53 additions, 0 deletionswrapper/matlab/src/faust_subsref.h
- wrapper/matlab/src/faust_subsref.hpp 27 additions, 0 deletionswrapper/matlab/src/faust_subsref.hpp
- wrapper/matlab/src/mexFaustGPU.cpp.in 21 additions, 1 deletionwrapper/matlab/src/mexFaustGPU.cpp.in
- wrapper/matlab/tools/faust2Mx.h 2 additions, 2 deletionswrapper/matlab/tools/faust2Mx.h
Loading
Please register or sign in to comment