Mentions légales du service

Skip to content
Snippets Groups Projects
  1. Jun 26, 2020
  2. Jun 23, 2020
  3. Jun 19, 2020
  4. Jun 02, 2020
  5. May 26, 2020
  6. Apr 22, 2020
  7. Apr 13, 2020
  8. Apr 12, 2020
  9. Mar 27, 2020
  10. Mar 18, 2020
  11. Mar 13, 2020
    • Mathieu Faverge's avatar
      Merge branch 'feature/issue94' into 'master' · ad6c800f
      Mathieu Faverge authored
      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
      ad6c800f
  12. Mar 12, 2020
  13. Mar 11, 2020
  14. Mar 04, 2020
  15. Mar 03, 2020
  16. Feb 28, 2020
  17. Feb 27, 2020
  18. Feb 19, 2020
Loading