- 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
-
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 09, 2016
-
-
PRUVOST Florent authored
-
PRUVOST Florent authored
-
- Sep 08, 2016
-
-
Guillaume Sylvand authored
The new codelet is added for all 3 runtimes but only tested with starpu ;-) An example test7 is added : it is a copy of test6 that uses the new function to build the matrices
-
- Aug 25, 2016
-
-
PRUVOST Florent authored
chameleon: add a out_of_core example, requires to handle the case where starpu handles itself the allocation of tiles -> we give a NULL pointer through the get_blkaddr function for registering
-
PRUVOST Florent authored
-
- Feb 25, 2016
-
-
THIBAULT Samuel authored
-
- Dec 09, 2015
-
-
PRUVOST Florent authored
-
PRUVOST Florent authored
-
- Nov 04, 2015
-
-
Mathieu Faverge authored
-
- Nov 03, 2015
-
-
Mathieu Faverge authored
-
- Oct 03, 2015
-
-
Mathieu Faverge authored
Fix a large bunch of warnings, and there are still mistakes that should be fixed before the SC release
-
Mathieu Faverge authored
-
- Sep 17, 2015
-
-
THIBAULT Samuel authored
instead of introducing RUNTIME_distributed_barrier
-
- Sep 16, 2015
-
-
THIBAULT Samuel authored
MORSE_Distributed_size, MORSE_Distributed_rank so that applications do not hardcode the use of MPI. Introduce RUNTIME_distributed_rank, RUNTIME_distributed_size, RUNTIME_distributed_barrier, so that MORSE does not hardcode the use of MPI either. This allows to use simgrid-mpi.
-
- Jul 28, 2015
-
-
PRUVOST Florent authored
-
PRUVOST Florent authored
-
- Jun 22, 2015
-
-
PRUVOST Florent authored
-
- Jun 18, 2015
-
-
PRUVOST Florent authored
-
- May 22, 2015
-
-
PRUVOST Florent authored
-
- May 19, 2015
-
-
PRUVOST Florent authored
add MORSE_Pause/Resume function to avoid CPU consumption when no tasks have to be executed - call starpu_pause/resume, do nothing for quark (no need)
-
- Feb 11, 2015
-
-
PRUVOST Florent authored
-
PRUVOST Florent authored
in MORSE_Desc_Create_User we can use the matrix in mat field without allocating it --> avoid to free it in this case, users could need it and will manage deallocation
-
- Feb 05, 2015
-
-
PRUVOST Florent authored
change the way we include our own header files --> relative to the root - when plasma is in the same env, chameleon can take some headers not belonging to it (ex: #include descriptor.h, this file states in plasma install dir also) which make compilation errors
-
- Jan 30, 2015
-
-
PRUVOST Florent authored
change installation directories for headers, executables and docs. Make it relative to chameleon to avoid a bloody mess in system dirs
-
- Dec 16, 2014
-
-
PRUVOST Florent authored
-
- Dec 10, 2014
-
-
PRUVOST Florent authored
-
- Dec 08, 2014
-
-
PRUVOST Florent authored
-
- Nov 20, 2014
-
-
PRUVOST Florent authored
-
- Nov 19, 2014
-
-
PRUVOST Florent authored
change copyright - correct whitespace - place cmake module depending on chameleon in cmake_modules and no more in cmake_modules/morse
-
- Nov 16, 2014
-
-
PRUVOST Florent authored
-
PRUVOST Florent authored
-