- Apr 17, 2018
-
-
PRUVOST Florent authored
-
PRUVOST Florent authored
-
PRUVOST Florent authored
-
- Apr 16, 2018
-
-
PRUVOST Florent authored
-
- Apr 13, 2018
-
-
PRUVOST Florent authored
-
- Mar 16, 2018
-
-
Mathieu Faverge authored
-
- Feb 08, 2018
-
-
Mathieu Faverge authored
Remove paste_code_allocate_matrix from step examples to simplify them and remove the bug in sonarqube about the matrix free not done
-
- 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
-
Mathieu Faverge authored
-
- Sep 13, 2017
-
-
Mathieu Faverge authored
-
Mathieu Faverge authored
-
Mathieu Faverge authored
-
Mathieu Faverge authored
-
Mathieu Faverge authored
-
- May 03, 2017
-
-
Mathieu Faverge 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
-
- 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
-
- 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
-