Mentions légales du service

Skip to content
Snippets Groups Projects
  1. Dec 22, 2016
    • SYLVAND Guillaume's avatar
      comments · e02ce06c
      SYLVAND Guillaume authored
      NOTE: morse_geteltaddr() seems to be not used anywhere, maybe remove it ?
      e02ce06c
  2. Dec 21, 2016
  3. Dec 15, 2016
  4. Dec 09, 2016
  5. Dec 01, 2016
    • Mathieu Faverge's avatar
      It seems that almost everything is back · 18416866
      Mathieu Faverge authored
      18416866
    • PRUVOST Florent's avatar
      Re-work the cmake for simulation mode: · 7255c7c4
      PRUVOST Florent authored
          - use (starpu_cpu_func_t) 1 trick, same as cuda_func
          - cpu funtions are not defined anymore avoiding the dependency to coreblas
          - add #if !defined(CHAMELEON_SIMULATION) where it is needed
          - remove dependency to the coreblas library (become useless)
          - remove useless simucblas, simulapacke libraries
          - remove CHAMELEON_SIMULATION_MAGMA cmake variable and definition
            - keep using CHAMELEON_USE_CUDA and CHAMELEON_USE_MAGMA to consider CUDA kernels
            - this avoid to introduce useless new variables
          - work on messages
      
      7255c7c4
  6. Nov 30, 2016
  7. Oct 29, 2016
  8. Oct 12, 2016
  9. Sep 22, 2016
  10. 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
  11. Sep 09, 2016
  12. Sep 08, 2016
  13. Aug 25, 2016
  14. May 25, 2016
  15. Mar 17, 2016
  16. Feb 25, 2016
  17. Dec 09, 2015
  18. Dec 01, 2015
  19. Nov 15, 2015
  20. Nov 04, 2015
  21. Nov 03, 2015
  22. Oct 05, 2015
  23. Oct 03, 2015
  24. Sep 17, 2015
  25. Sep 16, 2015
  26. Jul 28, 2015
  27. Jun 19, 2015
  28. Jun 18, 2015
  29. May 22, 2015
Loading