- Jul 06, 2017
-
-
BOUCHERIE Raphael authored
-
- Jun 21, 2017
-
-
Mathieu Faverge authored
-
- Jun 16, 2017
-
-
BOUCHERIE Raphael authored
-
BOUCHERIE Raphael authored
-
BOUCHERIE Raphael authored
-
BOUCHERIE Raphael authored
-
BOUCHERIE Raphael authored
-
BOUCHERIE Raphael authored
-
BOUCHERIE Raphael authored
-
BOUCHERIE Raphael authored
-
BOUCHERIE Raphael authored
-
BOUCHERIE Raphael authored
renamed pzgeqrfhqr in pzgeqrf_param, modified cmake for libhqr depencies, added compute file for param, need to change the commentary and add the test file
-
- May 03, 2017
-
-
PRUVOST Florent authored
- create morse_f77.h file to store Fortran names necessary for some Fortran interface files - remove SetFortranMangling.cmake, equivalent is now in the main CMakeLists - remove morse_mangling.h from the installed headers - update the Fortran interface: Morse_Desc_Create_User, OOC and OOC_User functions
-
PRUVOST Florent authored
-
Mathieu Faverge authored
-
- Apr 20, 2017
-
-
MIJIEUX Thomas authored
Add option to allow users' applications to redefine C complex types to C++ complex types (which are binary compatible with C complex types)
-
- Apr 14, 2017
-
-
Mathieu Faverge authored
-
Add MORSE_Desc_Create_OOC, which is like MORSE_Desc_Create, but does not actually allocate a matrix, thus letting the runtime allocate on-demand the tiles, possibly pushing them to the disk. Add a --ooc option to tests to enable this.
-
- Mar 17, 2017
-
-
THIBAULT Samuel authored
-
- Mar 14, 2017
-
-
Mathieu Faverge authored
-
- Mar 08, 2017
-
-
THIBAULT Samuel authored
-
- Mar 06, 2017
-
-
Mathieu Faverge authored
-
- Mar 03, 2017
-
-
THIBAULT Samuel authored
-
- Mar 02, 2017
-
-
THIBAULT Samuel authored
-
- Feb 06, 2017
-
-
PRUVOST Florent authored
-
- Jan 16, 2017
-
-
Mathieu Faverge authored
Change tpgqrt interface because ungqr already includes laset, so it can not be used as a two steps algorithms
-
- Jan 09, 2017
-
-
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)
-
- Jan 06, 2017
-
-
PRUVOST Florent authored
-
- Dec 24, 2016
-
-
Mathieu Faverge authored
-
- Dec 21, 2016
-
-
Mathieu Faverge authored
-
- Dec 15, 2016
-
-
Mathieu Faverge authored
-
- Dec 09, 2016
-
-
Mathieu Faverge authored
-
- Nov 30, 2016
-
-
Mathieu Faverge authored
-
- Nov 04, 2016
-
-
THIBAULT Samuel authored
-
THIBAULT Samuel authored
-
THIBAULT Samuel authored
-
- Oct 29, 2016
-
-
Guillaume Sylvand authored
to change the default values for tag_width(=31) and tag_sep(=24). Today, it serves only with starPU.
-
- Oct 12, 2016
-
-
Guillaume Sylvand authored
To use your own progress indicator, - Define a function with prototype "void my_update_progress(int currentValue, int maximumValue)" - Pass it to chameleon with "ierr=MORSE_Set_update_progress_callback(my_update_progress)" - Activate progress indicator with MORSE_Enable(MORSE_PROGRESS)
-
- Sep 22, 2016
-
-
Guillaume Sylvand authored
to avoid reverse dependency libcoreblas->libchameleon set_coreblas_gemm3m_enabled()/get_coreblas_gemm3m_enabled() allow to set/get this variable.
-
- Sep 20, 2016
-
-
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
-