Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 2ed2239c authored by hhakim's avatar hhakim
Browse files

Update PALM4MSA 2020 impl. to allow dynamic output format in proximal operator.

The dynamic format is selected (MatSparse or MatDense) to spare memory (and morover PALM4MSA computation time on CPU).

- use_csr argument/parameter is replaced by factor(s)_format parameter (a value of the new enum FactorsFormat: AllDense, AllSparse, AllDynamic).
- Refactor dynamic proxs in the new module faust_prox_gen (templated to work for both Cpu and GPU2 FDevice).
- Add function project_gen() in Constraint* class that returns a MatGeneric produced by faust_prox_gen module proxs.
- Add function replace() in Faust::TransformHelper class (Cpu and GPU2).
parent dd03ef10
No related branches found
No related tags found
Loading
Showing
with 849 additions and 369 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment