- Oct 12, 2020
-
-
Mathieu Faverge authored
-
Mathieu Faverge authored
-
Mathieu Faverge authored
-
Mathieu Faverge authored
-
Mathieu Faverge authored
Add xlatms matrix generator This PR: - Adds the lapack xlatms matrix generators that allows to specify the eigen/singular values of the generated matrix - Add a CORE_xlatm1 vector generator converted from the Lapack version to generate vector of specific eigen/singular values. The prototype may evolve to be called in a parallel generation of the vector. - Factorize the random number generator to avoid code duplication and reuse in xlatm1 See merge request !226
-
- Oct 10, 2020
-
-
Mathieu Faverge authored
-
Mathieu Faverge authored
-
Mathieu Faverge authored
-
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
-