- Oct 10, 2020
-
-
Mathieu Faverge authored
-
- Sep 12, 2020
-
-
Mathieu Faverge authored
Dispatch runtime cmake option discoveries See merge request !217
-
- Sep 11, 2020
-
-
Mathieu Faverge authored
-
Mathieu Faverge authored
-
- Sep 10, 2020
-
-
Mathieu Faverge authored
Add junit report See merge request solverstack/chameleon!225
-
PRUVOST Florent authored
-
- Sep 09, 2020
-
-
Mathieu Faverge authored
update morse_cmake submodule See merge request solverstack/chameleon!224
-
- Sep 07, 2020
-
-
PRUVOST Florent authored
-
- Sep 03, 2020
-
-
Mathieu Faverge authored
Feature/algo/genmatrankk See merge request solverstack/chameleon!220
-
-
Mathieu Faverge authored
simulation mode: update sampling footprints and fix tests See merge request solverstack/chameleon!219
-
-
-
-
Mathieu Faverge authored
update available build variants with guix See merge request solverstack/chameleon!221
-
-
Mathieu Faverge authored
Fix simgrid detection with new simgrid release See merge request !222
-
-
-
- Sep 02, 2020
-
-
Mathieu Faverge authored
fix RUNTIME_desc_flush so that it can be used on submatrix descriptors See merge request solverstack/chameleon!218
-
- Jul 31, 2020
-
-
PRUVOST Florent authored
-
- Jul 02, 2020
-
-
Mathieu Faverge authored
Add support for registering MPI data types Closes #97 See merge request !204
-
- Jul 01, 2020
-
-
Mathieu Faverge authored
-
Mathieu Faverge authored
-
Fixes #97
-
- Jun 30, 2020
-
-
Mathieu Faverge authored
Reduce the spectrum of the data accesses with Quark See merge request !216
-
- Jun 29, 2020
-
-
Mathieu Faverge authored
-
Mathieu Faverge authored
Reduce data access type whenever possible This PR aims at reducing the data access type to enable more cases with the allocation on the fly. For example, with a gemm: `alpha A *B + beta * C`, and beta = 0. `C` is used only as output, and not as inout. This changes all the codelets to STARPU_VARIABLE_NBUFFERS. See merge request !215
-
Mathieu Faverge authored
-
- Jun 26, 2020
-
-
Mathieu Faverge authored
-
Mathieu Faverge authored
Reduce the data access types whenever it's possible to get more flexibility with the allocation onf the fly
-
- Jun 23, 2020
-
-
Mathieu Faverge authored
StarPU - Add copy method for starpu <= 1.3.3 See merge request !214
-
- Jun 19, 2020
-
-
Mathieu Faverge authored
-
- Jun 02, 2020
-
-
Mathieu Faverge authored
specify a specific time limit that can exceed the project-level timeout, jobs... See merge request solverstack/chameleon!213
-
- May 26, 2020
-
-
PRUVOST Florent authored
specify a specific time limit that can exceed the project-level timeout, jobs submitted on a supercomputer like plafrim can be delayed due to the job scheduler, one week seems fair because we want this profiling done once a week
-
- Apr 22, 2020
-
-
Mathieu Faverge authored
starpu: use starpu_mpi_wait_for_all when available See merge request !210
-
starpu_mpi_barrier is not really supposed to properly synchronize with STF.
-
Mathieu Faverge authored
Add execute_on_worker feature of starpu thanks to a new field `schedopt` in the runtime_request_s struct See merge request solverstack/chameleon!211
-
Add execute_on_worker feature of starpu thanks to a new field `schedopt` in the runtime_request_s struct
-
- Apr 13, 2020
-
-
Mathieu Faverge authored
starpu: Call starpu_fxt_autostart_profiling in non-MPI case too See merge request !209
-