-
- Downloads
Add a mat argument to pyfaust.Faust.optimize_time in order to run the...
Add a mat argument to pyfaust.Faust.optimize_time in order to run the benchmark on F@mat instead of F.toarray(). The function is implemented in the C++ core only for the CPU backend.
Showing
- src/faust_linear_operator/CPU/faust_TransformHelper.h 1 addition, 2 deletionssrc/faust_linear_operator/CPU/faust_TransformHelper.h
- src/faust_linear_operator/CPU/faust_TransformHelper.hpp 25 additions, 14 deletionssrc/faust_linear_operator/CPU/faust_TransformHelper.hpp
- src/faust_linear_operator/GPU2/faust_TransformHelper_gpu.h 2 additions, 0 deletionssrc/faust_linear_operator/GPU2/faust_TransformHelper_gpu.h
- src/faust_linear_operator/GPU2/faust_TransformHelper_gpu.hpp 8 additions, 1 deletionsrc/faust_linear_operator/GPU2/faust_TransformHelper_gpu.hpp
- wrapper/python/pyfaust.py 8 additions, 8 deletionswrapper/python/pyfaust.py
- wrapper/python/src/FaustCoreCpp.h 3 additions, 0 deletionswrapper/python/src/FaustCoreCpp.h
- wrapper/python/src/FaustCoreCpp.hpp 34 additions, 0 deletionswrapper/python/src/FaustCoreCpp.hpp
- wrapper/python/src/FaustCoreGenCy.pxd.in 6 additions, 0 deletionswrapper/python/src/FaustCoreGenCy.pxd.in
- wrapper/python/src/_FaustCoreGen.pyx.in 56 additions, 8 deletionswrapper/python/src/_FaustCoreGen.pyx.in
Loading
Please register or sign in to comment