Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Chameleon
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
AGULLO Emmanuel
Chameleon
Commits
8cd3a86f
Commit
8cd3a86f
authored
Dec 05, 2018
by
Philippe Virouleau
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix doc
parent
28d05b39
Changes
64
Hide whitespace changes
Inline
Side-by-side
Showing
64 changed files
with
72 additions
and
72 deletions
+72
-72
runtime/openmp/CMakeLists.txt
runtime/openmp/CMakeLists.txt
+1
-1
runtime/openmp/codelets/codelet_zasum.c
runtime/openmp/codelets/codelet_zasum.c
+1
-1
runtime/openmp/codelets/codelet_zaxpy.c
runtime/openmp/codelets/codelet_zaxpy.c
+1
-1
runtime/openmp/codelets/codelet_zbuild.c
runtime/openmp/codelets/codelet_zbuild.c
+1
-1
runtime/openmp/codelets/codelet_zgeadd.c
runtime/openmp/codelets/codelet_zgeadd.c
+1
-1
runtime/openmp/codelets/codelet_zgelqt.c
runtime/openmp/codelets/codelet_zgelqt.c
+1
-1
runtime/openmp/codelets/codelet_zgemm.c
runtime/openmp/codelets/codelet_zgemm.c
+1
-1
runtime/openmp/codelets/codelet_zgeqrt.c
runtime/openmp/codelets/codelet_zgeqrt.c
+1
-1
runtime/openmp/codelets/codelet_zgessm.c
runtime/openmp/codelets/codelet_zgessm.c
+1
-1
runtime/openmp/codelets/codelet_zgessq.c
runtime/openmp/codelets/codelet_zgessq.c
+1
-1
runtime/openmp/codelets/codelet_zgetrf.c
runtime/openmp/codelets/codelet_zgetrf.c
+1
-1
runtime/openmp/codelets/codelet_zgetrf_incpiv.c
runtime/openmp/codelets/codelet_zgetrf_incpiv.c
+1
-1
runtime/openmp/codelets/codelet_zgetrf_nopiv.c
runtime/openmp/codelets/codelet_zgetrf_nopiv.c
+1
-1
runtime/openmp/codelets/codelet_zhe2ge.c
runtime/openmp/codelets/codelet_zhe2ge.c
+1
-1
runtime/openmp/codelets/codelet_zhemm.c
runtime/openmp/codelets/codelet_zhemm.c
+1
-1
runtime/openmp/codelets/codelet_zher2k.c
runtime/openmp/codelets/codelet_zher2k.c
+1
-1
runtime/openmp/codelets/codelet_zherfb.c
runtime/openmp/codelets/codelet_zherfb.c
+1
-1
runtime/openmp/codelets/codelet_zherk.c
runtime/openmp/codelets/codelet_zherk.c
+1
-1
runtime/openmp/codelets/codelet_zhessq.c
runtime/openmp/codelets/codelet_zhessq.c
+1
-1
runtime/openmp/codelets/codelet_zlacpy.c
runtime/openmp/codelets/codelet_zlacpy.c
+1
-1
runtime/openmp/codelets/codelet_zlag2c.c
runtime/openmp/codelets/codelet_zlag2c.c
+1
-1
runtime/openmp/codelets/codelet_zlange.c
runtime/openmp/codelets/codelet_zlange.c
+1
-1
runtime/openmp/codelets/codelet_zlanhe.c
runtime/openmp/codelets/codelet_zlanhe.c
+1
-1
runtime/openmp/codelets/codelet_zlansy.c
runtime/openmp/codelets/codelet_zlansy.c
+1
-1
runtime/openmp/codelets/codelet_zlantr.c
runtime/openmp/codelets/codelet_zlantr.c
+1
-1
runtime/openmp/codelets/codelet_zlascal.c
runtime/openmp/codelets/codelet_zlascal.c
+1
-1
runtime/openmp/codelets/codelet_zlaset.c
runtime/openmp/codelets/codelet_zlaset.c
+1
-1
runtime/openmp/codelets/codelet_zlaset2.c
runtime/openmp/codelets/codelet_zlaset2.c
+1
-1
runtime/openmp/codelets/codelet_zlatro.c
runtime/openmp/codelets/codelet_zlatro.c
+1
-1
runtime/openmp/codelets/codelet_zlauum.c
runtime/openmp/codelets/codelet_zlauum.c
+1
-1
runtime/openmp/codelets/codelet_zplghe.c
runtime/openmp/codelets/codelet_zplghe.c
+1
-1
runtime/openmp/codelets/codelet_zplgsy.c
runtime/openmp/codelets/codelet_zplgsy.c
+1
-1
runtime/openmp/codelets/codelet_zplrnt.c
runtime/openmp/codelets/codelet_zplrnt.c
+1
-1
runtime/openmp/codelets/codelet_zplssq.c
runtime/openmp/codelets/codelet_zplssq.c
+1
-1
runtime/openmp/codelets/codelet_zpotrf.c
runtime/openmp/codelets/codelet_zpotrf.c
+1
-1
runtime/openmp/codelets/codelet_zssssm.c
runtime/openmp/codelets/codelet_zssssm.c
+1
-1
runtime/openmp/codelets/codelet_zsymm.c
runtime/openmp/codelets/codelet_zsymm.c
+1
-1
runtime/openmp/codelets/codelet_zsyr2k.c
runtime/openmp/codelets/codelet_zsyr2k.c
+1
-1
runtime/openmp/codelets/codelet_zsyrk.c
runtime/openmp/codelets/codelet_zsyrk.c
+1
-1
runtime/openmp/codelets/codelet_zsyssq.c
runtime/openmp/codelets/codelet_zsyssq.c
+1
-1
runtime/openmp/codelets/codelet_zsytrf_nopiv.c
runtime/openmp/codelets/codelet_zsytrf_nopiv.c
+1
-1
runtime/openmp/codelets/codelet_ztile_zero.c
runtime/openmp/codelets/codelet_ztile_zero.c
+1
-1
runtime/openmp/codelets/codelet_ztplqt.c
runtime/openmp/codelets/codelet_ztplqt.c
+1
-1
runtime/openmp/codelets/codelet_ztpmlqt.c
runtime/openmp/codelets/codelet_ztpmlqt.c
+2
-2
runtime/openmp/codelets/codelet_ztpmqrt.c
runtime/openmp/codelets/codelet_ztpmqrt.c
+2
-2
runtime/openmp/codelets/codelet_ztpqrt.c
runtime/openmp/codelets/codelet_ztpqrt.c
+1
-1
runtime/openmp/codelets/codelet_ztradd.c
runtime/openmp/codelets/codelet_ztradd.c
+1
-1
runtime/openmp/codelets/codelet_ztrasm.c
runtime/openmp/codelets/codelet_ztrasm.c
+1
-1
runtime/openmp/codelets/codelet_ztrmm.c
runtime/openmp/codelets/codelet_ztrmm.c
+1
-1
runtime/openmp/codelets/codelet_ztrsm.c
runtime/openmp/codelets/codelet_ztrsm.c
+1
-1
runtime/openmp/codelets/codelet_ztrssq.c
runtime/openmp/codelets/codelet_ztrssq.c
+1
-1
runtime/openmp/codelets/codelet_ztrtri.c
runtime/openmp/codelets/codelet_ztrtri.c
+1
-1
runtime/openmp/codelets/codelet_ztsmlq_hetra1.c
runtime/openmp/codelets/codelet_ztsmlq_hetra1.c
+1
-1
runtime/openmp/codelets/codelet_ztsmqr_hetra1.c
runtime/openmp/codelets/codelet_ztsmqr_hetra1.c
+1
-1
runtime/openmp/codelets/codelet_ztstrf.c
runtime/openmp/codelets/codelet_ztstrf.c
+1
-1
runtime/openmp/codelets/codelet_zunmlq.c
runtime/openmp/codelets/codelet_zunmlq.c
+1
-1
runtime/openmp/codelets/codelet_zunmqr.c
runtime/openmp/codelets/codelet_zunmqr.c
+1
-1
runtime/openmp/control/runtime_async.c
runtime/openmp/control/runtime_async.c
+2
-2
runtime/openmp/control/runtime_context.c
runtime/openmp/control/runtime_context.c
+2
-2
runtime/openmp/control/runtime_control.c
runtime/openmp/control/runtime_control.c
+2
-2
runtime/openmp/control/runtime_descriptor.c
runtime/openmp/control/runtime_descriptor.c
+2
-2
runtime/openmp/control/runtime_options.c
runtime/openmp/control/runtime_options.c
+2
-2
runtime/openmp/control/runtime_profiling.c
runtime/openmp/control/runtime_profiling.c
+2
-2
runtime/openmp/include/chameleon_openmp.h
runtime/openmp/include/chameleon_openmp.h
+1
-1
No files found.
runtime/openmp/CMakeLists.txt
View file @
8cd3a86f
###
#
# @file CMakeLists.txt
# @file
openmp/
CMakeLists.txt
#
# @copyright 2009-2015 The University of Tennessee and The University of
# Tennessee Research Foundation. All rights reserved.
...
...
runtime/openmp/codelets/codelet_zasum.c
View file @
8cd3a86f
/**
*
* @file codelet_zasum.c
* @file
openmp/
codelet_zasum.c
*
* @copyright 2009-2014 The University of Tennessee and The University of
* Tennessee Research Foundation. All rights reserved.
...
...
runtime/openmp/codelets/codelet_zaxpy.c
View file @
8cd3a86f
/**
*
* @file codelet_zaxpy.c
* @file
openmp/
codelet_zaxpy.c
*
* @copyright 2009-2014 The University of Tennessee and The University of
* Tennessee Research Foundation. All rights reserved.
...
...
runtime/openmp/codelets/codelet_zbuild.c
View file @
8cd3a86f
/**
*
* @file codelet_zbuild.c
* @file
openmp/
codelet_zbuild.c
*
* @copyright 2009-2014 The University of Tennessee and The University of
* Tennessee Research Foundation. All rights reserved.
...
...
runtime/openmp/codelets/codelet_zgeadd.c
View file @
8cd3a86f
/**
*
* @file codelet_zgeadd.c
* @file
openmp/
codelet_zgeadd.c
*
* @copyright 2009-2014 The University of Tennessee and The University of
* Tennessee Research Foundation. All rights reserved.
...
...
runtime/openmp/codelets/codelet_zgelqt.c
View file @
8cd3a86f
/**
*
* @file codelet_zgelqt.c
* @file
openmp/
codelet_zgelqt.c
*
* @copyright 2009-2014 The University of Tennessee and The University of
* Tennessee Research Foundation. All rights reserved.
...
...
runtime/openmp/codelets/codelet_zgemm.c
View file @
8cd3a86f
/**
*
* @file codelet_zgemm.c
* @file
openmp/
codelet_zgemm.c
*
* @copyright 2009-2014 The University of Tennessee and The University of
* Tennessee Research Foundation. All rights reserved.
...
...
runtime/openmp/codelets/codelet_zgeqrt.c
View file @
8cd3a86f
/**
*
* @file codelet_zgeqrt.c
* @file
openmp/
codelet_zgeqrt.c
*
* @copyright 2009-2014 The University of Tennessee and The University of
* Tennessee Research Foundation. All rights reserved.
...
...
runtime/openmp/codelets/codelet_zgessm.c
View file @
8cd3a86f
/**
*
* @file codelet_zgessm.c
* @file
openmp/
codelet_zgessm.c
*
* @copyright 2009-2014 The University of Tennessee and The University of
* Tennessee Research Foundation. All rights reserved.
...
...
runtime/openmp/codelets/codelet_zgessq.c
View file @
8cd3a86f
/**
*
* @file codelet_zgessq.c
* @file
openmp/
codelet_zgessq.c
*
* @copyright 2009-2014 The University of Tennessee and The University of
* Tennessee Research Foundation. All rights reserved.
...
...
runtime/openmp/codelets/codelet_zgetrf.c
View file @
8cd3a86f
/**
*
* @file codelet_zgetrf.c
* @file
openmp/
codelet_zgetrf.c
*
* @copyright 2009-2014 The University of Tennessee and The University of
* Tennessee Research Foundation. All rights reserved.
...
...
runtime/openmp/codelets/codelet_zgetrf_incpiv.c
View file @
8cd3a86f
/**
*
* @file codelet_zgetrf_incpiv.c
* @file
openmp/
codelet_zgetrf_incpiv.c
*
* @copyright 2009-2014 The University of Tennessee and The University of
* Tennessee Research Foundation. All rights reserved.
...
...
runtime/openmp/codelets/codelet_zgetrf_nopiv.c
View file @
8cd3a86f
/**
*
* @file codelet_zgetrf_nopiv.c
* @file
openmp/
codelet_zgetrf_nopiv.c
*
* @copyright 2009-2014 The University of Tennessee and The University of
* Tennessee Research Foundation. All rights reserved.
...
...
runtime/openmp/codelets/codelet_zhe2ge.c
View file @
8cd3a86f
/**
*
* @file codelet_zhe2ge.c
* @file
openmp/
codelet_zhe2ge.c
*
* @copyright 2009-2014 The University of Tennessee and The University of
* Tennessee Research Foundation. All rights reserved.
...
...
runtime/openmp/codelets/codelet_zhemm.c
View file @
8cd3a86f
/**
*
* @file codelet_zhemm.c
* @file
openmp/
codelet_zhemm.c
*
* @copyright 2009-2014 The University of Tennessee and The University of
* Tennessee Research Foundation. All rights reserved.
...
...
runtime/openmp/codelets/codelet_zher2k.c
View file @
8cd3a86f
/**
*
* @file codelet_zher2k.c
* @file
openmp/
codelet_zher2k.c
*
* @copyright 2009-2014 The University of Tennessee and The University of
* Tennessee Research Foundation. All rights reserved.
...
...
runtime/openmp/codelets/codelet_zherfb.c
View file @
8cd3a86f
/**
*
* @file codelet_zherfb.c
* @file
openmp/
codelet_zherfb.c
*
* @copyright 2009-2014 The University of Tennessee and The University of
* Tennessee Research Foundation. All rights reserved.
...
...
runtime/openmp/codelets/codelet_zherk.c
View file @
8cd3a86f
/**
*
* @file codelet_zherk.c
* @file
openmp/
codelet_zherk.c
*
* @copyright 2009-2014 The University of Tennessee and The University of
* Tennessee Research Foundation. All rights reserved.
...
...
runtime/openmp/codelets/codelet_zhessq.c
View file @
8cd3a86f
/**
*
* @file codelet_zhessq.c
* @file
openmp/
codelet_zhessq.c
*
* @copyright 2009-2014 The University of Tennessee and The University of
* Tennessee Research Foundation. All rights reserved.
...
...
runtime/openmp/codelets/codelet_zlacpy.c
View file @
8cd3a86f
/**
*
* @file codelet_zlacpy.c
* @file
openmp/
codelet_zlacpy.c
*
* @copyright 2009-2014 The University of Tennessee and The University of
* Tennessee Research Foundation. All rights reserved.
...
...
runtime/openmp/codelets/codelet_zlag2c.c
View file @
8cd3a86f
/**
*
* @file codelet_zlag2c.c
* @file
openmp/
codelet_zlag2c.c
*
* @copyright 2009-2014 The University of Tennessee and The University of
* Tennessee Research Foundation. All rights reserved.
...
...
runtime/openmp/codelets/codelet_zlange.c
View file @
8cd3a86f
/**
*
* @file codelet_zlange.c
* @file
openmp/
codelet_zlange.c
*
* @copyright 2009-2014 The University of Tennessee and The University of
* Tennessee Research Foundation. All rights reserved.
...
...
runtime/openmp/codelets/codelet_zlanhe.c
View file @
8cd3a86f
/**
*
* @file codelet_zlanhe.c
* @file
openmp/
codelet_zlanhe.c
*
* @copyright 2009-2014 The University of Tennessee and The University of
* Tennessee Research Foundation. All rights reserved.
...
...
runtime/openmp/codelets/codelet_zlansy.c
View file @
8cd3a86f
/**
*
* @file codelet_zlansy.c
* @file
openmp/
codelet_zlansy.c
*
* @copyright 2009-2014 The University of Tennessee and The University of
* Tennessee Research Foundation. All rights reserved.
...
...
runtime/openmp/codelets/codelet_zlantr.c
View file @
8cd3a86f
/**
*
* @file codelet_zlantr.c
* @file
openmp/
codelet_zlantr.c
*
* @copyright 2009-2014 The University of Tennessee and The University of
* Tennessee Research Foundation. All rights reserved.
...
...
runtime/openmp/codelets/codelet_zlascal.c
View file @
8cd3a86f
/**
*
* @file codelet_zlascal.c
* @file
openmp/
codelet_zlascal.c
*
* @copyright 2009-2014 The University of Tennessee and The University of
* Tennessee Research Foundation. All rights reserved.
...
...
runtime/openmp/codelets/codelet_zlaset.c
View file @
8cd3a86f
/**
*
* @file codelet_zlaset.c
* @file
openmp/
codelet_zlaset.c
*
* @copyright 2009-2014 The University of Tennessee and The University of
* Tennessee Research Foundation. All rights reserved.
...
...
runtime/openmp/codelets/codelet_zlaset2.c
View file @
8cd3a86f
/**
*
* @file codelet_zlaset2.c
* @file
openmp/
codelet_zlaset2.c
*
* @copyright 2009-2014 The University of Tennessee and The University of
* Tennessee Research Foundation. All rights reserved.
...
...
runtime/openmp/codelets/codelet_zlatro.c
View file @
8cd3a86f
/**
*
* @file codelet_zlatro.c
* @file
openmp/
codelet_zlatro.c
*
* @copyright 2009-2014 The University of Tennessee and The University of
* Tennessee Research Foundation. All rights reserved.
...
...
runtime/openmp/codelets/codelet_zlauum.c
View file @
8cd3a86f
/**
*
* @file codelet_zlauum.c
* @file
openmp/
codelet_zlauum.c
*
* @copyright 2009-2014 The University of Tennessee and The University of
* Tennessee Research Foundation. All rights reserved.
...
...
runtime/openmp/codelets/codelet_zplghe.c
View file @
8cd3a86f
/**
*
* @file codelet_zplghe.c
* @file
openmp/
codelet_zplghe.c
*
* @copyright 2009-2014 The University of Tennessee and The University of
* Tennessee Research Foundation. All rights reserved.
...
...
runtime/openmp/codelets/codelet_zplgsy.c
View file @
8cd3a86f
/**
*
* @file codelet_zplgsy.c
* @file
openmp/
codelet_zplgsy.c
*
* @copyright 2009-2014 The University of Tennessee and The University of
* Tennessee Research Foundation. All rights reserved.
...
...
runtime/openmp/codelets/codelet_zplrnt.c
View file @
8cd3a86f
/**
*
* @file codelet_zplrnt.c
* @file
openmp/
codelet_zplrnt.c
*
* @copyright 2009-2014 The University of Tennessee and The University of
* Tennessee Research Foundation. All rights reserved.
...
...
runtime/openmp/codelets/codelet_zplssq.c
View file @
8cd3a86f
/**
*
* @file codelet_zplssq.c
* @file
openmp/
codelet_zplssq.c
*
* @copyright 2009-2014 The University of Tennessee and The University of
* Tennessee Research Foundation. All rights reserved.
...
...
runtime/openmp/codelets/codelet_zpotrf.c
View file @
8cd3a86f
/**
*
* @file codelet_zpotrf.c
* @file
openmp/
codelet_zpotrf.c
*
* @copyright 2009-2014 The University of Tennessee and The University of
* Tennessee Research Foundation. All rights reserved.
...
...
runtime/openmp/codelets/codelet_zssssm.c
View file @
8cd3a86f
/**
*
* @file codelet_zssssm.c
* @file
openmp/
codelet_zssssm.c
*
* @copyright 2009-2014 The University of Tennessee and The University of
* Tennessee Research Foundation. All rights reserved.
...
...
runtime/openmp/codelets/codelet_zsymm.c
View file @
8cd3a86f
/**
*
* @file codelet_zsymm.c
* @file
openmp/
codelet_zsymm.c
*
* @copyright 2009-2014 The University of Tennessee and The University of
* Tennessee Research Foundation. All rights reserved.
...
...
runtime/openmp/codelets/codelet_zsyr2k.c
View file @
8cd3a86f
/**
*
* @file codelet_zsyr2k.c
* @file
openmp/
codelet_zsyr2k.c
*
* @copyright 2009-2014 The University of Tennessee and The University of
* Tennessee Research Foundation. All rights reserved.
...
...
runtime/openmp/codelets/codelet_zsyrk.c
View file @
8cd3a86f
/**
*
* @file codelet_zsyrk.c
* @file
openmp/
codelet_zsyrk.c
*
* @copyright 2009-2014 The University of Tennessee and The University of
* Tennessee Research Foundation. All rights reserved.
...
...
runtime/openmp/codelets/codelet_zsyssq.c
View file @
8cd3a86f
/**
*
* @file codelet_zsyssq.c
* @file
openmp/
codelet_zsyssq.c
*
* @copyright 2009-2014 The University of Tennessee and The University of
* Tennessee Research Foundation. All rights reserved.
...
...
runtime/openmp/codelets/codelet_zsytrf_nopiv.c
View file @
8cd3a86f
/**
*
* @file codelet_zsytrf_nopiv.c
* @file
openmp/
codelet_zsytrf_nopiv.c
*
* @copyright 2009-2014 The University of Tennessee and The University of
* Tennessee Research Foundation. All rights reserved.
...
...
runtime/openmp/codelets/codelet_ztile_zero.c
View file @
8cd3a86f
/**
*
* @file codelet_ztile_zero.c
* @file
openmp/
codelet_ztile_zero.c
*
* @copyright 2009-2014 The University of Tennessee and The University of
* Tennessee Research Foundation. All rights reserved.
...
...
runtime/openmp/codelets/codelet_ztplqt.c
View file @
8cd3a86f
/**
*
* @file codelet_ztplqt.c
* @file
openmp/
codelet_ztplqt.c
*
* @copyright 2009-2016 The University of Tennessee and The University of
* Tennessee Research Foundation. All rights reserved.
...
...
runtime/openmp/codelets/codelet_ztpmlqt.c
View file @
8cd3a86f
/**
*
* @file codelet_ztpmlqt.c
* @file
openmp/
codelet_ztpmlqt.c
*
* @copyright 2009-2016 The University of Tennessee and The University of
* Tennessee Research Foundation. All rights reserved.
* @copyright 2012-201
7
Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
* @copyright 2012-201
8
Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
* Univ. Bordeaux. All rights reserved.
*
* @brief Chameleon ztpmlqt StarPU codelet
...
...
runtime/openmp/codelets/codelet_ztpmqrt.c
View file @
8cd3a86f
/**
*
* @file codelet_ztpmqrt.c
* @file
openmp/
codelet_ztpmqrt.c
*
* @copyright 2009-2016 The University of Tennessee and The University of
* Tennessee Research Foundation. All rights reserved.
* @copyright 2012-201
7
Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
* @copyright 2012-201
8
Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
* Univ. Bordeaux. All rights reserved.
*
* @brief Chameleon ztpmqrt StarPU codelet
...
...
runtime/openmp/codelets/codelet_ztpqrt.c
View file @
8cd3a86f
/**
*
* @file codelet_ztpqrt.c
* @file
openmp/
codelet_ztpqrt.c
*
* @copyright 2009-2016 The University of Tennessee and The University of
* Tennessee Research Foundation. All rights reserved.
...
...
runtime/openmp/codelets/codelet_ztradd.c
View file @
8cd3a86f
/**
*
* @file codelet_ztradd.c
* @file
openmp/
codelet_ztradd.c
*
* @copyright 2009-2014 The University of Tennessee and The University of
* Tennessee Research Foundation. All rights reserved.
...
...
runtime/openmp/codelets/codelet_ztrasm.c
View file @
8cd3a86f
/**
*
* @file codelet_ztrasm.c
* @file
openmp/
codelet_ztrasm.c
*
* @copyright 2009-2014 The University of Tennessee and The University of
* Tennessee Research Foundation. All rights reserved.
...
...
runtime/openmp/codelets/codelet_ztrmm.c
View file @
8cd3a86f
/**
*
* @file codelet_ztrmm.c
* @file
openmp/
codelet_ztrmm.c
*
* @copyright 2009-2014 The University of Tennessee and The University of
* Tennessee Research Foundation. All rights reserved.
...
...
runtime/openmp/codelets/codelet_ztrsm.c
View file @
8cd3a86f
/**
*
* @file codelet_ztrsm.c
* @file
openmp/
codelet_ztrsm.c
*
* @copyright 2009-2014 The University of Tennessee and The University of
* Tennessee Research Foundation. All rights reserved.
...
...
runtime/openmp/codelets/codelet_ztrssq.c
View file @
8cd3a86f
/**
*
* @file codelet_ztrssq.c
* @file
openmp/
codelet_ztrssq.c
*
* @copyright 2009-2014 The University of Tennessee and The University of
* Tennessee Research Foundation. All rights reserved.
...
...
runtime/openmp/codelets/codelet_ztrtri.c
View file @
8cd3a86f
/**
*
* @file codelet_ztrtri.c
* @file
openmp/
codelet_ztrtri.c
*
* @copyright 2009-2014 The University of Tennessee and The University of
* Tennessee Research Foundation. All rights reserved.
...
...
runtime/openmp/codelets/codelet_ztsmlq_hetra1.c
View file @
8cd3a86f
/**
*
* @file codelet_ztsmlq_hetra1.c
* @file
openmp/
codelet_ztsmlq_hetra1.c
*
* @copyright 2009-2014 The University of Tennessee and The University of
* Tennessee Research Foundation. All rights reserved.
...
...
runtime/openmp/codelets/codelet_ztsmqr_hetra1.c
View file @
8cd3a86f
/**
*
* @file codelet_ztsmqr_hetra1.c
* @file
openmp/
codelet_ztsmqr_hetra1.c
*
* @copyright 2009-2014 The University of Tennessee and The University of
* Tennessee Research Foundation. All rights reserved.
...
...
runtime/openmp/codelets/codelet_ztstrf.c
View file @
8cd3a86f
/**
*
* @file codelet_ztstrf.c
* @file
openmp/
codelet_ztstrf.c
*
* @copyright 2009-2014 The University of Tennessee and The University of
* Tennessee Research Foundation. All rights reserved.
...
...
runtime/openmp/codelets/codelet_zunmlq.c
View file @
8cd3a86f
/**
*
* @file codelet_zunmlq.c
* @file
openmp/
codelet_zunmlq.c
*
* @copyright 2009-2014 The University of Tennessee and The University of
* Tennessee Research Foundation. All rights reserved.
...
...
runtime/openmp/codelets/codelet_zunmqr.c
View file @
8cd3a86f
/**
*
* @file codelet_zunmqr.c
* @file
openmp/
codelet_zunmqr.c
*
* @copyright 2009-2014 The University of Tennessee and The University of
* Tennessee Research Foundation. All rights reserved.
...
...
runtime/openmp/control/runtime_async.c
View file @
8cd3a86f
/**
*
* @file runtime_async.c
* @file
openmp/
runtime_async.c
*
* @copyright 2009-2014 The University of Tennessee and The University of
* Tennessee Research Foundation. All rights reserved.
* @copyright 2012-201
7
Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
* @copyright 2012-201
8
Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
* Univ. Bordeaux. All rights reserved.
*
***
...
...
runtime/openmp/control/runtime_context.c
View file @
8cd3a86f
/**
*
* @file runtime_context.c
* @file
openmp/
runtime_context.c
*
* @copyright 2009-2014 The University of Tennessee and The University of
* Tennessee Research Foundation. All rights reserved.
* @copyright 2012-201
7
Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
* @copyright 2012-201
8
Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
* Univ. Bordeaux. All rights reserved.
*
***
...
...
runtime/openmp/control/runtime_control.c
View file @
8cd3a86f
/**
*
* @file runtime_control.c
* @file
openmp/
runtime_control.c
*
* @copyright 2009-2014 The University of Tennessee and The University of
* Tennessee Research Foundation. All rights reserved.
* @copyright 2012-201
7
Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
* @copyright 2012-201
8
Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
* Univ. Bordeaux. All rights reserved.
*
***
...
...
runtime/openmp/control/runtime_descriptor.c
View file @
8cd3a86f
/**
*
* @file runtime_descriptor.c
* @file
openmp/
runtime_descriptor.c
*
* @copyright 2009-2014 The University of Tennessee and The University of
* Tennessee Research Foundation. All rights reserved.
* @copyright 2012-201
7
Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
* @copyright 2012-201
8
Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
* Univ. Bordeaux. All rights reserved.
*
***
...
...
runtime/openmp/control/runtime_options.c
View file @
8cd3a86f
/**
*
* @file runtime_options.c
* @file
openmp/
runtime_options.c
*
* @copyright 2009-2014 The University of Tennessee and The University of
* Tennessee Research Foundation. All rights reserved.
* @copyright 2012-201
7
Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
* @copyright 2012-201
8
Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
* Univ. Bordeaux. All rights reserved.
*
***
...
...
runtime/openmp/control/runtime_profiling.c
View file @
8cd3a86f
/**
*
* @file runtime_profiling.c
* @file
openmp/
runtime_profiling.c
*
* @copyright 2009-2014 The University of Tennessee and The University of
* Tennessee Research Foundation. All rights reserved.
* @copyright 2012-201
7
Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
* @copyright 2012-201
8
Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
* Univ. Bordeaux. All rights reserved.
*
***
...
...
runtime/openmp/include/chameleon_openmp.h
View file @
8cd3a86f
/**
*
* @file chameleon_openmp.h
* @file
openmp/
chameleon_openmp.h
*
* @copyright 2009-2014 The University of Tennessee and The University of
* Tennessee Research Foundation. All rights reserved.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment