Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 46ce49d9 authored by hhakim's avatar hhakim
Browse files

Implement GPU pyfaust.Faust.factors(), left(), right() functions and all their...

Implement GPU pyfaust.Faust.factors(), left(), right() functions and all their dependent operations in C++ core.

More details:
- Moving FaustCoreCppGPU definitions in its own file (wrapper/python/src/FaustCoreCppGPU.hpp).
- Refactoring many functions from TransformHelper to TransformHelperGen parent class.
- Implementation of get_fact() (for sparse and dense mats) into Transform<FPP,GPU2>.
- New signatures of tocpu functions in MatSparse/MatDpense<FPP,GPU2>
- Refactor conjugate functions from TransformHelper<FPP,Cpu> to faust_linear_algebra.
parent fe5b8e48
No related branches found
No related tags found
Loading
Showing
with 430 additions and 298 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment