Mentions légales du service

Skip to content
Snippets Groups Projects
  1. Jul 31, 2020
  2. Jul 02, 2020
  3. Jul 01, 2020
  4. Jun 30, 2020
  5. Jun 29, 2020
  6. Jun 26, 2020
  7. Jun 23, 2020
  8. Jun 19, 2020
  9. Jun 02, 2020
  10. May 26, 2020
  11. Apr 22, 2020
  12. Apr 13, 2020
  13. Apr 12, 2020
  14. Mar 27, 2020
  15. Mar 18, 2020
  16. 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
  17. Mar 12, 2020
  18. Mar 11, 2020
  19. Mar 04, 2020
  20. Mar 03, 2020
Loading