Mentions légales du service

Skip to content
Snippets Groups Projects
  1. Jul 06, 2017
  2. Jun 21, 2017
  3. Jun 16, 2017
  4. May 03, 2017
  5. Apr 20, 2017
  6. Apr 14, 2017
  7. Mar 17, 2017
  8. Mar 14, 2017
  9. Mar 08, 2017
  10. Mar 06, 2017
  11. Mar 03, 2017
  12. Mar 02, 2017
  13. Feb 06, 2017
  14. Jan 16, 2017
  15. 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
  16. Jan 06, 2017
  17. Dec 24, 2016
  18. Dec 21, 2016
  19. Dec 15, 2016
  20. Dec 09, 2016
  21. Nov 30, 2016
  22. Nov 04, 2016
  23. Oct 29, 2016
  24. Oct 12, 2016
  25. Sep 22, 2016
  26. 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
Loading