- Jun 21, 2017
-
-
Mathieu Faverge authored
-
Mathieu Faverge authored
-
- Jun 12, 2017
-
-
BOUCHERIE Raphael authored
-
BOUCHERIE Raphael authored
-
- May 21, 2017
-
-
Mathieu Faverge authored
-
- Apr 14, 2017
-
-
-
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.
-
- Apr 10, 2017
-
-
Mathieu Faverge authored
-
Mathieu Faverge authored
-
- Mar 29, 2017
-
-
THIBAULT Samuel authored
Do not enable calibration by default, so people get to see the warnings about codelets still not being calibrated
-
- Mar 17, 2017
-
-
THIBAULT Samuel authored
-
THIBAULT Samuel 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
-
THIBAULT Samuel authored
-
- Mar 01, 2017
-
-
THIBAULT Samuel authored
-
- Jan 11, 2017
-
-
PRUVOST Florent authored
-
- 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 22, 2016
-
-
SYLVAND Guillaume authored
-
- Dec 15, 2016
-
-
Mathieu Faverge authored
-
- Dec 14, 2016
-
-
PRUVOST Florent authored
-
- Dec 01, 2016
-
-
Mathieu Faverge authored
-
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
-
- Nov 28, 2016
-
-
THIBAULT Samuel authored
don't force calibration in simulation mode. It does not make sense, and hides the StarPU detailed warning about missing calibration
-
- Nov 04, 2016
-
-
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 13, 2016
-
-
Guillaume Sylvand authored
-
- Oct 12, 2016
-
-
Guillaume Sylvand authored
MPI tag upper bound: MPI_TAG_UB is included (so on most platform the default values tag_width=31, tag_sep=24 are ok)
-
Guillaume Sylvand authored
-
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
-
- Sep 20, 2016
-
-
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
-
- Sep 15, 2016
-
-
THIBAULT Samuel authored
-
- Sep 12, 2016
-
-
PRUVOST Florent authored
-
- Sep 07, 2016
-
-
Guillaume Sylvand authored
-