- 23 Dec, 2016 1 commit
-
-
SYLVAND Guillaume authored
-
- 22 Dec, 2016 1 commit
-
-
SYLVAND Guillaume authored
-
- 20 Dec, 2016 1 commit
-
-
Mathieu Faverge authored
-
- 15 Dec, 2016 4 commits
-
-
Mathieu Faverge authored
-
Mathieu Faverge authored
-
Mathieu Faverge authored
-
Mathieu Faverge authored
-
- 14 Dec, 2016 1 commit
-
-
PRUVOST Florent authored
-
- 13 Dec, 2016 2 commits
-
-
PRUVOST Florent authored
-
PRUVOST Florent authored
-
- 09 Dec, 2016 1 commit
-
-
Mathieu Faverge authored
-
- 04 Dec, 2016 3 commits
-
-
Mathieu Faverge authored
-
Mathieu Faverge authored
-
Mathieu Faverge authored
-
- 01 Dec, 2016 5 commits
-
-
Mathieu Faverge authored
-
Mathieu Faverge authored
-
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
-
PRUVOST Florent authored
-
- 30 Nov, 2016 2 commits
-
-
Mathieu Faverge authored
-
Mathieu Faverge authored
-
- 28 Nov, 2016 2 commits
-
-
PRUVOST Florent authored
-
THIBAULT Samuel authored
don't force calibration in simulation mode. It does not make sense, and hides the StarPU detailed warning about missing calibration
-
- 04 Nov, 2016 4 commits
-
-
THIBAULT Samuel authored
-
THIBAULT Samuel authored
-
THIBAULT Samuel authored
-
THIBAULT Samuel authored
-
- 29 Oct, 2016 1 commit
-
-
Guillaume Sylvand authored
to change the default values for tag_width(=31) and tag_sep(=24). Today, it serves only with starPU.
-
- 14 Oct, 2016 1 commit
-
-
PRUVOST Florent authored
chameleon: enrich the dependencies between the runtime interface libs of chameleon and the runtime libs with the _DEP variable coming from morse finds
-
- 13 Oct, 2016 1 commit
-
-
Guillaume Sylvand authored
-
- 12 Oct, 2016 3 commits
-
-
Guillaume Sylvand authored
MPI tag upper bound: MPI_TAG_UB is included (so on most platform the default values tag_width=31, tag_sep=24 are ok)
-
Guillaume Sylvand authored
-
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)
-
- 22 Sep, 2016 1 commit
-
-
Guillaume Sylvand authored
-
- 20 Sep, 2016 1 commit
-
-
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
-
- 15 Sep, 2016 1 commit
-
-
THIBAULT Samuel authored
-
- 12 Sep, 2016 1 commit
-
-
PRUVOST Florent authored
-
- 11 Sep, 2016 1 commit
-
-
Guillaume Sylvand authored
-
- 08 Sep, 2016 1 commit
-
-
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
-
- 07 Sep, 2016 1 commit
-
-
Guillaume Sylvand authored
-