-
- Downloads
Add GPUModHandler within the new module faust_gpu_mod_utils.h/cpp as the...
Add GPUModHandler within the new module faust_gpu_mod_utils.h/cpp as the placeholder to gpu_mod library functions loading and access (removing prototype equivalent old code from FaustGPU, updating to gpu_mod@e4f1060e). Other related change: - Updating misc/test/src/C++/hierarchical2020_gpu.cpp.in Other unrelated change: - New constructor MatDense<FPP,GPU2>(MatDense<FPP,Cpu). Minor fix: - Removing cmake-generated files faust_gpu_mod_complexdouble.hpp faust_gpu_mod_double.hpp.
Showing
- CMakeLists.txt 3 additions, 0 deletionsCMakeLists.txt
- gpu_mod 1 addition, 1 deletiongpu_mod
- misc/test/src/C++/hierarchical2020_gpu.cpp.in 7 additions, 7 deletionsmisc/test/src/C++/hierarchical2020_gpu.cpp.in
- src/faust_linear_operator/CPU/faust_gpu_mod.h 2 additions, 14 deletionssrc/faust_linear_operator/CPU/faust_gpu_mod.h
- src/faust_linear_operator/CPU/faust_gpu_mod.hpp 1 addition, 46 deletionssrc/faust_linear_operator/CPU/faust_gpu_mod.hpp
- src/faust_linear_operator/CPU/faust_gpu_mod_complexdouble.hpp 0 additions, 356 deletions...faust_linear_operator/CPU/faust_gpu_mod_complexdouble.hpp
- src/faust_linear_operator/CPU/faust_gpu_mod_double.hpp 0 additions, 356 deletionssrc/faust_linear_operator/CPU/faust_gpu_mod_double.hpp
- src/faust_linear_operator/CPU/faust_gpu_mod_gen.hpp.in 24 additions, 60 deletionssrc/faust_linear_operator/CPU/faust_gpu_mod_gen.hpp.in
- src/faust_linear_operator/GPU2/faust_MatDense_gpu.h 3 additions, 15 deletionssrc/faust_linear_operator/GPU2/faust_MatDense_gpu.h
- src/faust_linear_operator/GPU2/faust_MatDense_gpu.hpp.in 53 additions, 49 deletionssrc/faust_linear_operator/GPU2/faust_MatDense_gpu.hpp.in
- src/faust_linear_operator/GPU2/faust_MatSparse_gpu.h 2 additions, 14 deletionssrc/faust_linear_operator/GPU2/faust_MatSparse_gpu.h
- src/faust_linear_operator/GPU2/faust_MatSparse_gpu.hpp.in 22 additions, 30 deletionssrc/faust_linear_operator/GPU2/faust_MatSparse_gpu.hpp.in
- src/faust_linear_operator/GPU2/faust_gpu_mod_utils.cpp 157 additions, 0 deletionssrc/faust_linear_operator/GPU2/faust_gpu_mod_utils.cpp
- src/faust_linear_operator/GPU2/faust_gpu_mod_utils.h 101 additions, 0 deletionssrc/faust_linear_operator/GPU2/faust_gpu_mod_utils.h
Loading
Please register or sign in to comment