-
- Downloads
Fix multiple bugs in GPU matfaust.Faust.real/imag/double/single for Faust SPARSE matrices.
A bug in MatSparse<FPP, GPU2>::set() was due to the fact that the function was setting a matrix from CSR buffer while mex code was sending a CSC matrix (matlab default format). Another bug in Transform<FPP, GPU2>::get_fact was due to int32_t/faust_unsigned_int confusion.
Showing
- src/faust_linear_operator/GPU2/faust_MatSparse_gpu.cpp.in 19 additions, 21 deletionssrc/faust_linear_operator/GPU2/faust_MatSparse_gpu.cpp.in
- src/faust_linear_operator/GPU2/faust_MatSparse_gpu.h 6 additions, 2 deletionssrc/faust_linear_operator/GPU2/faust_MatSparse_gpu.h
- src/faust_linear_operator/GPU2/faust_Transform_gpu.hpp 7 additions, 2 deletionssrc/faust_linear_operator/GPU2/faust_Transform_gpu.hpp
Loading
Please register or sign in to comment