-
- Downloads
Implement an OpenMP parallelization of the Faust-Matrix product (new test:...
Implement an OpenMP parallelization of the Faust-Matrix product (new test: faust_transform_omp_mul.cpp.in). Modified the setup.py and CMake scripts to compile with openmp by default (might be incomplete -- matlab).
Showing
- CMakeLists.txt 2 additions, 1 deletionCMakeLists.txt
- misc/test/CMakeLists.txt 1 addition, 2 deletionsmisc/test/CMakeLists.txt
- misc/test/src/C++/unit/faust_transform_omp_mul.cpp.in 86 additions, 0 deletionsmisc/test/src/C++/unit/faust_transform_omp_mul.cpp.in
- src/faust_linear_operator/CPU/faust_MatDense.hpp 46 additions, 46 deletionssrc/faust_linear_operator/CPU/faust_MatDense.hpp
- src/faust_linear_operator/CPU/faust_Transform.h 1 addition, 0 deletionssrc/faust_linear_operator/CPU/faust_Transform.h
- src/faust_linear_operator/CPU/faust_Transform.hpp 83 additions, 1 deletionsrc/faust_linear_operator/CPU/faust_Transform.hpp
- src/faust_linear_operator/CPU/faust_TransformHelper.hpp 14 additions, 6 deletionssrc/faust_linear_operator/CPU/faust_TransformHelper.hpp
- wrapper/python/setup.py.in 3 additions, 3 deletionswrapper/python/setup.py.in
Loading
Please register or sign in to comment