-
- Downloads
Disable experimental GREEDY* methods in Faust optimize_time, keeping only GREEDY_ALL_BEST_GENMAT.
Deleting them explicitely in wrappers (in FaustMulMode class) even if they are still available (but hidden) from the C++ core. In wrappers GREEDY_ALL_BEST_GENMAT is renamed GREEDY for simplification. The choice to remove them is made after conclusive benchmarking. Documenting the C++ FaustMulMode and adjusting the wrapper versions too.
Showing
- src/faust_linear_operator/CPU/faust_TransformHelper.hpp 4 additions, 0 deletionssrc/faust_linear_operator/CPU/faust_TransformHelper.hpp
- src/faust_linear_operator/CPU/faust_prod_opt.h 45 additions, 1 deletionsrc/faust_linear_operator/CPU/faust_prod_opt.h
- wrapper/matlab/+matfaust/@FaustMulMode/FaustMulMode.m 8 additions, 35 deletionswrapper/matlab/+matfaust/@FaustMulMode/FaustMulMode.m
- wrapper/python/pyfaust.py 14 additions, 40 deletionswrapper/python/pyfaust.py
Loading
Please register or sign in to comment