- 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
At the user levl, we wait for a sequence. We need to add a MORSE_Barrier function that waits for all sequences currently running
-
Mathieu Faverge authored
-
- Sep 17, 2015
-
-
THIBAULT Samuel authored
instead of introducing RUNTIME_distributed_barrier
-
PRUVOST Florent authored
add cudablas library to make calls to cuda kernels (magma here, cublas will follow), no more calls to magma in runtime/starpu codelets
-
- Sep 16, 2015
-
-
THIBAULT Samuel authored
-
- Jun 22, 2015
-
-
PRUVOST Florent authored
-
- Feb 05, 2015
-
-
PRUVOST Florent authored
-
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 15, 2014
-
-
PRUVOST Florent authored
MORSE_Desc_Create_User with NULL pointer cannot be used to allocate the data (mat) - when NULL is given to MORSE_Desc_Create_User means that the application manage the allocation - to let MORSE allocate its data -> use MORSE_Desc_Create with NULL pointer
-
- Nov 21, 2014
-
-
PRUVOST Florent authored
-
PRUVOST Florent authored
-
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
-