Mentions légales du service

Skip to content
Snippets Groups Projects

Feature/issue94

Merged Mathieu Faverge requested to merge faverge/chameleon:feature/issue94 into master
  • 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 (closed) 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.
Edited by Mathieu Faverge

Merge request reports

Checking pipeline status.

Approval is optional

Merged by Mathieu FavergeMathieu Faverge 5 years ago (Mar 13, 2020 10:44am UTC)

Merge details

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading