Merge branch 'feature/issue94' into 'master'
Feature/issue94 * The API of Lapack_to_Tile/Tile_to_Lapack family function is modified to integrate the uplo parameter (This is done to enable the following points) * A new option `mtxfmt` is introduced to change the allocation of the matrix. * 0: The matrices are allocated as a single big allocation * 1: The matrices are allocated tile by tile (Only with StarPU) * 2: The matrices are out-of-core (Only with StarPU) * Fix issue #96 by adding an example at the end of the usage function * Fix an issue with the descriptor copy functions that was using the incorrect get_blkldd/get_blkaddr functions. See merge request !199
No related branches found
No related tags found
Showing
- cmake_modules/local_subs.py 1 addition, 0 deletionscmake_modules/local_subs.py
- compute/ztile.c 88 additions, 24 deletionscompute/ztile.c
- control/chameleon_f77.c 2 additions, 2 deletionscontrol/chameleon_f77.c
- control/chameleon_zf77.c 2 additions, 2 deletionscontrol/chameleon_zf77.c
- control/descriptor.c 2 additions, 2 deletionscontrol/descriptor.c
- control/tile.c 85 additions, 15 deletionscontrol/tile.c
- example/lapack_to_chameleon/step2.c 9 additions, 9 deletionsexample/lapack_to_chameleon/step2.c
- include/chameleon.h 5 additions, 2 deletionsinclude/chameleon.h
- include/chameleon/chameleon_z.h 4 additions, 2 deletionsinclude/chameleon/chameleon_z.h
- testing/chameleon_ztesting.c 8 additions, 3 deletionstesting/chameleon_ztesting.c
- testing/testing_zcheck.c 26 additions, 25 deletionstesting/testing_zcheck.c
- testing/testing_zgeadd.c 14 additions, 13 deletionstesting/testing_zgeadd.c
- testing/testing_zgelqf.c 13 additions, 12 deletionstesting/testing_zgelqf.c
- testing/testing_zgelqf_hqr.c 17 additions, 16 deletionstesting/testing_zgelqf_hqr.c
- testing/testing_zgelqs.c 16 additions, 15 deletionstesting/testing_zgelqs.c
- testing/testing_zgels.c 20 additions, 19 deletionstesting/testing_zgels.c
- testing/testing_zgels_hqr.c 6 additions, 5 deletionstesting/testing_zgels_hqr.c
- testing/testing_zgemm.c 6 additions, 5 deletionstesting/testing_zgemm.c
- testing/testing_zgeqrf.c 13 additions, 12 deletionstesting/testing_zgeqrf.c
- testing/testing_zgeqrf_hqr.c 17 additions, 16 deletionstesting/testing_zgeqrf_hqr.c
Loading
Please register or sign in to comment