-
- Downloads
Update/extend faust_prod_opt module and its use; mostly adding the DYNPROG method.
- Simplifying Faust::multiply_order_opt_all_best using gemm_gen and handle transpose/adjoint cases. - Enabling use of DYNPROG method in TransformHelper::get_product and multiply(MatDense). - TransformHelper::get_product: fixing issue on mul_order_opt_mode argument default value, to prevent using always the DEFAULT method. - Update of pyfaust/matfaust.FaustMulMode to enable the DYNPROG meth and its doc. - FaustCore.set_FM_mul_mode has now a silent argument.
Showing
- gpu_mod 1 addition, 1 deletiongpu_mod
- src/faust_linear_operator/CPU/faust_MatDense.h 2 additions, 3 deletionssrc/faust_linear_operator/CPU/faust_MatDense.h
- src/faust_linear_operator/CPU/faust_MatSparse.h 2 additions, 11 deletionssrc/faust_linear_operator/CPU/faust_MatSparse.h
- src/faust_linear_operator/CPU/faust_TransformHelper.h 2 additions, 2 deletionssrc/faust_linear_operator/CPU/faust_TransformHelper.h
- src/faust_linear_operator/CPU/faust_TransformHelper.hpp 40 additions, 29 deletionssrc/faust_linear_operator/CPU/faust_TransformHelper.hpp
- src/faust_linear_operator/CPU/faust_prod_opt.h 6 additions, 0 deletionssrc/faust_linear_operator/CPU/faust_prod_opt.h
- src/faust_linear_operator/CPU/faust_prod_opt.hpp 165 additions, 42 deletionssrc/faust_linear_operator/CPU/faust_prod_opt.hpp
- wrapper/matlab/+matfaust/@FaustMulMode/FaustMulMode.m 17 additions, 9 deletionswrapper/matlab/+matfaust/@FaustMulMode/FaustMulMode.m
- wrapper/python/pyfaust.py 19 additions, 12 deletionswrapper/python/pyfaust.py
- wrapper/python/src/FaustCoreCpp.h 1 addition, 1 deletionwrapper/python/src/FaustCoreCpp.h
- wrapper/python/src/FaustCoreCpp.hpp 2 additions, 2 deletionswrapper/python/src/FaustCoreCpp.hpp
- wrapper/python/src/FaustCoreGenCy.pxd.in 1 addition, 1 deletionwrapper/python/src/FaustCoreGenCy.pxd.in
- wrapper/python/src/_FaustCoreGen.pyx.in 2 additions, 2 deletionswrapper/python/src/_FaustCoreGen.pyx.in
Loading
Please register or sign in to comment