- Feb 11, 2018
-
-
Mathieu Faverge authored
-
- Feb 06, 2018
-
-
Mathieu Faverge authored
-
Mathieu Faverge authored
-
Mathieu Faverge authored
-
Mathieu Faverge authored
-
Mathieu Faverge authored
-
Mathieu Faverge authored
-
Mathieu Faverge authored
-
Mathieu Faverge authored
-
- Feb 05, 2018
-
-
Mathieu Faverge authored
-
Mathieu Faverge authored
-
- Jan 15, 2018
-
-
Mathieu Faverge authored
-
- Jan 12, 2018
-
-
Mathieu Faverge authored
-
- Dec 12, 2017
-
-
Mathieu Faverge authored
-
- Sep 13, 2017
-
-
Mathieu Faverge authored
-
- May 03, 2017
-
-
Mathieu Faverge authored
-
- Mar 06, 2017
-
-
Mathieu Faverge 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
-
- Oct 05, 2015
-
-
PRUVOST Florent authored
-
- Sep 17, 2015
-
-
THIBAULT Samuel authored
-
THIBAULT Samuel authored
instead of introducing RUNTIME_distributed_barrier
-
- Sep 16, 2015
-
-
THIBAULT Samuel authored
-
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.
-
- 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
-
- 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
-
PRUVOST Florent authored
-
PRUVOST Florent authored
-