-
- Downloads
Add GPU Faust slice support in pyfaust wrapper.
Refactor slice functions from TransformHelper<FPP,Cpu> into parent TransformHelperGen, Update Transform(Helper)<FPP,GPU2> for slice support and also GPU2 MatDense, MatSparse, MatGeneric (get_rows/cols()).
Showing
- src/faust_linear_operator/CPU/faust_MatDense.hpp 2 additions, 1 deletionsrc/faust_linear_operator/CPU/faust_MatDense.hpp
- src/faust_linear_operator/CPU/faust_TransformHelper.h 0 additions, 3 deletionssrc/faust_linear_operator/CPU/faust_TransformHelper.h
- src/faust_linear_operator/CPU/faust_TransformHelper.hpp 1 addition, 75 deletionssrc/faust_linear_operator/CPU/faust_TransformHelper.hpp
- src/faust_linear_operator/GPU2/faust_MatDense_gpu.cpp.in 43 additions, 0 deletionssrc/faust_linear_operator/GPU2/faust_MatDense_gpu.cpp.in
- src/faust_linear_operator/GPU2/faust_MatDense_gpu.h 6 additions, 0 deletionssrc/faust_linear_operator/GPU2/faust_MatDense_gpu.h
- src/faust_linear_operator/GPU2/faust_MatGeneric_gpu.h 9 additions, 0 deletionssrc/faust_linear_operator/GPU2/faust_MatGeneric_gpu.h
- src/faust_linear_operator/GPU2/faust_MatSparse_gpu.cpp.in 48 additions, 0 deletionssrc/faust_linear_operator/GPU2/faust_MatSparse_gpu.cpp.in
- src/faust_linear_operator/GPU2/faust_MatSparse_gpu.h 6 additions, 0 deletionssrc/faust_linear_operator/GPU2/faust_MatSparse_gpu.h
- src/faust_linear_operator/GPU2/faust_TransformHelper_gpu.h 3 additions, 2 deletionssrc/faust_linear_operator/GPU2/faust_TransformHelper_gpu.h
- src/faust_linear_operator/GPU2/faust_TransformHelper_gpu.hpp 13 additions, 7 deletionssrc/faust_linear_operator/GPU2/faust_TransformHelper_gpu.hpp
- src/faust_linear_operator/GPU2/faust_Transform_gpu.cpp.in 2 additions, 1 deletionsrc/faust_linear_operator/GPU2/faust_Transform_gpu.cpp.in
- src/faust_linear_operator/GPU2/faust_Transform_gpu.h 1 addition, 1 deletionsrc/faust_linear_operator/GPU2/faust_Transform_gpu.h
- src/faust_linear_operator/faust_TransformHelperGen.h 4 additions, 0 deletionssrc/faust_linear_operator/faust_TransformHelperGen.h
- src/faust_linear_operator/faust_TransformHelperGen.hpp 95 additions, 4 deletionssrc/faust_linear_operator/faust_TransformHelperGen.hpp
- wrapper/python/src/FaustCoreCpp.h 2 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 6 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 2 additions, 0 deletionswrapper/python/src/FaustCoreCyGPU.pxd
- wrapper/python/src/_FaustCorePyGPU.pyx 20 additions, 0 deletionswrapper/python/src/_FaustCorePyGPU.pyx
Loading
Please register or sign in to comment