-
- Downloads
Set all in place (for Linux systems) to load automatically libgm (gpu_mod)...
Set all in place (for Linux systems) to load automatically libgm (gpu_mod) from pyfaust (whether it was installed from a pip package or a system package). Wrapper pyfaust.enable_gpu_mod() calls C++ core to load the lib. Symlink libgm into pyfaust when packaging a system package (we don't want to duplicate libgm for pyfaust and matfaust).
Showing
- .gitlab-ci.yml 55 additions, 55 deletions.gitlab-ci.yml
- CMakeLists.txt 4 additions, 2 deletionsCMakeLists.txt
- src/faust_linear_operator/CPU/faust_TransformHelper.hpp 19 additions, 19 deletionssrc/faust_linear_operator/CPU/faust_TransformHelper.hpp
- src/faust_linear_operator/CPU/faust_gpu_mod.h 2 additions, 2 deletionssrc/faust_linear_operator/CPU/faust_gpu_mod.h
- src/faust_linear_operator/CPU/faust_gpu_mod.hpp 7 additions, 6 deletionssrc/faust_linear_operator/CPU/faust_gpu_mod.hpp
- wrapper/python/CMakeLists.txt 11 additions, 1 deletionwrapper/python/CMakeLists.txt
- wrapper/python/pyfaust.py 28 additions, 0 deletionswrapper/python/pyfaust.py
- wrapper/python/setup.py.in 1 addition, 1 deletionwrapper/python/setup.py.in
- wrapper/python/src/FaustCoreCpp.h 2 additions, 0 deletionswrapper/python/src/FaustCoreCpp.h
- wrapper/python/src/FaustCoreCpp.hpp 9 additions, 0 deletionswrapper/python/src/FaustCoreCpp.hpp
- wrapper/python/src/FaustCoreCy.pxd 1 addition, 0 deletionswrapper/python/src/FaustCoreCy.pxd
- wrapper/python/src/_FaustCorePy.pyx 15 additions, 0 deletionswrapper/python/src/_FaustCorePy.pyx
Loading
Please register or sign in to comment