Mentions légales du service

Skip to content
Snippets Groups Projects
  1. 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
  2. Sep 17, 2016
  3. Sep 15, 2016
  4. Sep 14, 2016
  5. Sep 13, 2016
  6. Sep 12, 2016
  7. Sep 11, 2016
  8. Sep 09, 2016
  9. Sep 08, 2016
  10. Sep 07, 2016
  11. Sep 01, 2016
  12. Aug 25, 2016
  13. Aug 18, 2016
  14. Aug 17, 2016
  15. May 31, 2016
  16. May 27, 2016
  17. May 25, 2016
  18. Apr 18, 2016
  19. Apr 13, 2016
  20. Apr 11, 2016
  21. Mar 17, 2016
  22. Mar 11, 2016
  23. Feb 25, 2016
  24. Feb 22, 2016
  25. Feb 15, 2016
Loading