-
- Downloads
Update pyfaust wrapper (details below).
- Fix any Faust member function that creates an intermediate Faust to interact with the current Faust but not passing the dev argument to ensure that the enw Faust is on the same device (cpu or gpu) as the current Faust (for example in concatenate). - Unify Faust.clone and manage all kind of conversions in the C++ core (instead of gathering the factors manually in python the create another Faust). - Add the missing support of swap_cols and swap_rows for GPU Faust.
Showing
- src/faust_linear_operator/GPU2/faust_TransformHelper_gpu.h 10 additions, 0 deletionssrc/faust_linear_operator/GPU2/faust_TransformHelper_gpu.h
- src/faust_linear_operator/GPU2/faust_TransformHelper_gpu.hpp 31 additions, 1 deletionsrc/faust_linear_operator/GPU2/faust_TransformHelper_gpu.hpp
- wrapper/python/pyfaust.py 41 additions, 30 deletionswrapper/python/pyfaust.py
- wrapper/python/src/FaustCoreCpp.h 5 additions, 0 deletionswrapper/python/src/FaustCoreCpp.h
- wrapper/python/src/FaustCoreCpp.hpp 8 additions, 0 deletionswrapper/python/src/FaustCoreCpp.hpp
- wrapper/python/src/FaustCoreCppGPU.hpp 14 additions, 0 deletionswrapper/python/src/FaustCoreCppGPU.hpp
- wrapper/python/src/FaustCoreCy.pxd 1 addition, 0 deletionswrapper/python/src/FaustCoreCy.pxd
- wrapper/python/src/FaustCoreCyGPU.pxd 4 additions, 0 deletionswrapper/python/src/FaustCoreCyGPU.pxd
- wrapper/python/src/_FaustCorePy.pyx 9 additions, 0 deletionswrapper/python/src/_FaustCorePy.pyx
- wrapper/python/src/_FaustCorePyGPU.pyx 44 additions, 0 deletionswrapper/python/src/_FaustCorePyGPU.pyx
Loading
Please register or sign in to comment