Mentions légales du service

Skip to content
Snippets Groups Projects
Commit ad6c800f authored by Mathieu Faverge's avatar Mathieu Faverge
Browse files

Merge branch 'feature/issue94' into 'master'

Feature/issue94

* The API of Lapack_to_Tile/Tile_to_Lapack family function is modified to integrate the uplo parameter (This is done to enable the following points)
* A new option `mtxfmt` is introduced to change the allocation of the matrix.
  * 0: The matrices are allocated as a single big allocation
  * 1: The matrices are allocated tile by tile (Only with StarPU)
  * 2: The matrices are out-of-core (Only with StarPU)
* Fix issue #96 by adding an example at the end of the usage function
* Fix an issue with the descriptor copy functions that was using the incorrect get_blkldd/get_blkaddr functions.


See merge request !199
parents 305968ef 5e1f4ffb
No related branches found
No related tags found
1 merge request!199Feature/issue94
Showing
with 354 additions and 199 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment