-
- Downloads
Merge branch 'feature-openmp' into 'master'
Add OpenMP support for shared memory systems See merge request !108
No related branches found
No related tags found
Showing
- .gitlab-ci.yml 51 additions, 0 deletions.gitlab-ci.yml
- CMakeLists.txt 23 additions, 1 deletionCMakeLists.txt
- compute/CMakeLists.txt 3 additions, 1 deletioncompute/CMakeLists.txt
- control/chameleon_f77.c 4 additions, 4 deletionscontrol/chameleon_f77.c
- control/chameleon_f77.h 18 additions, 2 deletionscontrol/chameleon_f77.h
- control/control.c 10 additions, 13 deletionscontrol/control.c
- example/lapack_to_chameleon/step1.c 10 additions, 4 deletionsexample/lapack_to_chameleon/step1.c
- example/lapack_to_chameleon/step2.c 10 additions, 4 deletionsexample/lapack_to_chameleon/step2.c
- example/lapack_to_chameleon/step3.c 11 additions, 4 deletionsexample/lapack_to_chameleon/step3.c
- example/lapack_to_chameleon/step4.c 14 additions, 9 deletionsexample/lapack_to_chameleon/step4.c
- example/lapack_to_chameleon/step5.c 13 additions, 8 deletionsexample/lapack_to_chameleon/step5.c
- example/lapack_to_chameleon/step6.c 13 additions, 8 deletionsexample/lapack_to_chameleon/step6.c
- example/lapack_to_chameleon/step7.c 13 additions, 8 deletionsexample/lapack_to_chameleon/step7.c
- include/chameleon.h 45 additions, 3 deletionsinclude/chameleon.h
- include/chameleon/config.h.in 1 addition, 0 deletionsinclude/chameleon/config.h.in
- include/chameleon/runtime_struct.h 1 addition, 0 deletionsinclude/chameleon/runtime_struct.h
- runtime/CMakeLists.txt 2 additions, 0 deletionsruntime/CMakeLists.txt
- runtime/openmp/CMakeLists.txt 114 additions, 0 deletionsruntime/openmp/CMakeLists.txt
- runtime/openmp/codelets/codelet_map.c 30 additions, 0 deletionsruntime/openmp/codelets/codelet_map.c
- runtime/openmp/codelets/codelet_zasum.c 38 additions, 0 deletionsruntime/openmp/codelets/codelet_zasum.c
Loading
Please register or sign in to comment