-
- Downloads
Add GPU Faust fancy idx support in pyfaust wrapper.
Refactor fancy idx functions from TransformHelper<FPP,Cpu> into parent TransformHelperGen, Update Transform(Helper)<FPP,GPU2> for fancy idx support.
Showing
- src/faust_linear_operator/CPU/faust_TransformHelper.h 0 additions, 2 deletionssrc/faust_linear_operator/CPU/faust_TransformHelper.h
- src/faust_linear_operator/CPU/faust_TransformHelper.hpp 1 addition, 76 deletionssrc/faust_linear_operator/CPU/faust_TransformHelper.hpp
- src/faust_linear_operator/GPU2/faust_TransformHelper_gpu.h 1 addition, 4 deletionssrc/faust_linear_operator/GPU2/faust_TransformHelper_gpu.h
- src/faust_linear_operator/GPU2/faust_TransformHelper_gpu.hpp 6 additions, 13 deletionssrc/faust_linear_operator/GPU2/faust_TransformHelper_gpu.hpp
- src/faust_linear_operator/faust_TransformHelperGen.h 3 additions, 1 deletionsrc/faust_linear_operator/faust_TransformHelperGen.h
- src/faust_linear_operator/faust_TransformHelperGen.hpp 83 additions, 0 deletionssrc/faust_linear_operator/faust_TransformHelperGen.hpp
- wrapper/python/src/FaustCoreCpp.h 4 additions, 1 deletionwrapper/python/src/FaustCoreCpp.h
- wrapper/python/src/FaustCoreCpp.hpp 1 addition, 1 deletionwrapper/python/src/FaustCoreCpp.hpp
- wrapper/python/src/FaustCoreCppGPU.hpp 8 additions, 0 deletionswrapper/python/src/FaustCoreCppGPU.hpp
- wrapper/python/src/FaustCoreCy.pxd 1 addition, 1 deletionwrapper/python/src/FaustCoreCy.pxd
- wrapper/python/src/FaustCoreCyGPU.pxd 3 additions, 0 deletionswrapper/python/src/FaustCoreCyGPU.pxd
- wrapper/python/src/_FaustCorePyGPU.pyx 41 additions, 0 deletionswrapper/python/src/_FaustCorePyGPU.pyx
Please register or sign in to comment