Mentions légales du service

Skip to content
Snippets Groups Projects
  1. Mar 06, 2017
  2. Jan 16, 2017
  3. Jan 09, 2017
    • PRUVOST Florent's avatar
      @all · 04da77e9
      PRUVOST Florent authored
      - create config files to store definitions
       - include/chameleon_config.h: definitions exposed to the public (installed file)
       - control/config.h: additional definitions used internally
      - modify source code to call the config files when it is necessary (when the different "if defined" are used)
      04da77e9
  4. Jan 06, 2017
  5. Dec 24, 2016
  6. Dec 21, 2016
  7. Dec 15, 2016
  8. Dec 09, 2016
  9. Nov 30, 2016
  10. Nov 04, 2016
  11. Oct 29, 2016
  12. Oct 12, 2016
  13. Sep 22, 2016
  14. Sep 20, 2016
    • Guillaume Sylvand's avatar
      Add possibility to use z/cgemm3m for complex mat-mat products · 747c7935
      Guillaume Sylvand authored
      This routine, available in MKL, does a product in 6n^3 ops instead of 8n^3
      but is interesting only for "large enough" matrices (to be tested...)
      Potentially, we gain 25 % in all complex computations.
      It could be interesting to look for it / implement it in cuda.
      
      !!! Note that the flop counters are not updated         !!!
      !!! In C/Z accuracy, most flops counter should be x0.75 !!!
      
      IT is OFF by default
      It is activated with MORSE_Enable(MORSE_GEMM3M)
      In the timing routines, it is activated with --gemm3m
      747c7935
    • Guillaume Sylvand's avatar
      Add a 'progress indicator' feature, that displays a percentage of completion · 92a3c4a1
      Guillaume Sylvand authored
      IT is OFF by default
      It is activated with MORSE_Enable(MORSE_PROGRESS)
      In the timing routines, it is activated with --progress
      No progress is printed for tasks faster than 10 seconds
      92a3c4a1
  15. Sep 09, 2016
  16. Sep 08, 2016
  17. Aug 25, 2016
  18. Feb 25, 2016
  19. Dec 09, 2015
  20. Nov 04, 2015
  21. Nov 03, 2015
  22. Oct 03, 2015
  23. Sep 17, 2015
  24. Sep 16, 2015
    • THIBAULT Samuel's avatar
      Introduce MORSE_Distributed_start, MORSE_Distributed_stop, · 34558c7a
      THIBAULT Samuel authored
      MORSE_Distributed_size, MORSE_Distributed_rank so that applications do not
      hardcode the use of MPI.
      
      Introduce RUNTIME_distributed_rank, RUNTIME_distributed_size,
      RUNTIME_distributed_barrier, so that MORSE does not hardcode the use of MPI
      either.
      
      This allows to use simgrid-mpi.
      34558c7a
  25. Jul 28, 2015
  26. Jun 22, 2015
  27. Jun 18, 2015
  28. May 22, 2015
  29. May 19, 2015
  30. Feb 11, 2015
  31. Feb 05, 2015
Loading