-
- Downloads
Merge branch 'blaslapack_api' into 'master'
Validate first algorithm gemm cblas and blas interfaces. See merge request solverstack/chameleon!312
No related branches found
No related tags found
Showing
- cmake_modules/local_subs.py 1 addition, 0 deletionscmake_modules/local_subs.py
- compute/CMakeLists.txt 16 additions, 2 deletionscompute/CMakeLists.txt
- compute/lapack_api/lapack_api_common.c 39 additions, 0 deletionscompute/lapack_api/lapack_api_common.c
- compute/lapack_api/lapack_api_common.h 34 additions, 0 deletionscompute/lapack_api/lapack_api_common.h
- compute/lapack_api/lapack_zgemm.c 143 additions, 0 deletionscompute/lapack_api/lapack_zgemm.c
- coreblas/compute/core_dzasum.c 0 additions, 1 deletioncoreblas/compute/core_dzasum.c
- coreblas/compute/core_zgessm.c 0 additions, 1 deletioncoreblas/compute/core_zgessm.c
- coreblas/compute/core_zlascal.c 0 additions, 1 deletioncoreblas/compute/core_zlascal.c
- coreblas/compute/core_zpamm.c 0 additions, 1 deletioncoreblas/compute/core_zpamm.c
- coreblas/compute/core_zparfb.c 0 additions, 1 deletioncoreblas/compute/core_zparfb.c
- coreblas/compute/core_zpemv.c 0 additions, 1 deletioncoreblas/compute/core_zpemv.c
- coreblas/compute/core_zssssm.c 0 additions, 1 deletioncoreblas/compute/core_zssssm.c
- coreblas/compute/core_ztrasm.c 0 additions, 1 deletioncoreblas/compute/core_ztrasm.c
- coreblas/compute/core_ztstrf.c 0 additions, 1 deletioncoreblas/compute/core_ztstrf.c
- coreblas/include/coreblas.h 1 addition, 16 deletionscoreblas/include/coreblas.h
- coreblas/include/coreblas/cblas_wrapper.h 42 additions, 0 deletionscoreblas/include/coreblas/cblas_wrapper.h
- include/CMakeLists.txt 5 additions, 4 deletionsinclude/CMakeLists.txt
- include/chameleon.h 5 additions, 0 deletionsinclude/chameleon.h
- include/chameleon/chameleon_zlapack.h 37 additions, 0 deletionsinclude/chameleon/chameleon_zlapack.h
- testing/chameleon_ztesting.c 1 addition, 1 deletiontesting/chameleon_ztesting.c
compute/lapack_api/lapack_api_common.c
0 → 100644
compute/lapack_api/lapack_api_common.h
0 → 100644
compute/lapack_api/lapack_zgemm.c
0 → 100644
coreblas/include/coreblas/cblas_wrapper.h
0 → 100644
include/chameleon/chameleon_zlapack.h
0 → 100644
Please register or sign in to comment