Merge branch 'feature/batch_blas' into 'master'
Add batch blas kernels (POTRF, HERK, GEMM, TRSM and PLGHE) through Tile interface with their examples See merge request !456
No related branches found
No related tags found
Showing
- compute/CMakeLists.txt 11 additions, 1 deletioncompute/CMakeLists.txt
- compute/zgeadd.c 3 additions, 3 deletionscompute/zgeadd.c
- compute/zgemm_batch.c 228 additions, 0 deletionscompute/zgemm_batch.c
- compute/zherk_batch.c 208 additions, 0 deletionscompute/zherk_batch.c
- compute/zplghe_batch.c 133 additions, 0 deletionscompute/zplghe_batch.c
- compute/zpotrf_batch.c 117 additions, 0 deletionscompute/zpotrf_batch.c
- compute/ztrsm_batch.c 212 additions, 0 deletionscompute/ztrsm_batch.c
- include/chameleon/chameleon_z.h 10 additions, 1 deletioninclude/chameleon/chameleon_z.h
- testing/CMakeLists.txt 10 additions, 3 deletionstesting/CMakeLists.txt
- testing/testing_zgemm_batch.c 138 additions, 0 deletionstesting/testing_zgemm_batch.c
- testing/testing_zherk_batch.c 127 additions, 0 deletionstesting/testing_zherk_batch.c
- testing/testing_zpotrf_batch.c 103 additions, 0 deletionstesting/testing_zpotrf_batch.c
- testing/testing_ztrsm_batch.c 125 additions, 0 deletionstesting/testing_ztrsm_batch.c
Loading
Please register or sign in to comment