- Aug 30, 2017
-
-
- May 03, 2017
-
-
PRUVOST Florent authored
-
PRUVOST Florent authored
-
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.
-
- Dec 14, 2016
-
-
PRUVOST Florent authored
-
- Dec 01, 2016
-
-
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 30, 2016
-
-
PRUVOST Florent authored
-
- Oct 12, 2016
-
-
Guillaume Sylvand authored
-
- Sep 12, 2016
-
-
PRUVOST Florent authored
-
- Sep 09, 2016
-
-
PRUVOST Florent authored
-
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
-
- Sep 01, 2016
-
-
PRUVOST Florent authored
ooc test: create a ooc subdirectory in the build dir to write data on disk instead of /tmp/starpu_ooc because we must guarantee that the directory exists
-
- 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
-
- Dec 09, 2015
-
-
PRUVOST Florent authored
-
- Nov 04, 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
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 13, 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
-
PRUVOST Florent authored
-
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
-
- Dec 10, 2014
-
-
PRUVOST Florent authored
do not allocate a matrix if NULL pointer is given for mat in MORSE_Desc_Create_User --> let the user manage the allocation of his data
-
- Dec 08, 2014
-
-
PRUVOST Florent authored
-
- 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
-