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
ce3d81e9
Commit
ce3d81e9
authored
Nov 04, 2016
by
THIBAULT Samuel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Constify option parameter for better compiler analysis
parent
3f6a359c
Changes
170
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
170 changed files
with
418 additions
and
418 deletions
+418
-418
include/runtime.h
include/runtime.h
+5
-5
include/runtime_z.h
include/runtime_z.h
+84
-84
runtime/parsec/codelets/codelet_dataflush.c
runtime/parsec/codelets/codelet_dataflush.c
+2
-2
runtime/parsec/codelets/codelet_zasum.c
runtime/parsec/codelets/codelet_zasum.c
+2
-2
runtime/parsec/codelets/codelet_zaxpy.c
runtime/parsec/codelets/codelet_zaxpy.c
+2
-2
runtime/parsec/codelets/codelet_zbuild.c
runtime/parsec/codelets/codelet_zbuild.c
+2
-2
runtime/parsec/codelets/codelet_zgeadd.c
runtime/parsec/codelets/codelet_zgeadd.c
+2
-2
runtime/parsec/codelets/codelet_zgelqt.c
runtime/parsec/codelets/codelet_zgelqt.c
+2
-2
runtime/parsec/codelets/codelet_zgemm.c
runtime/parsec/codelets/codelet_zgemm.c
+2
-2
runtime/parsec/codelets/codelet_zgeqrt.c
runtime/parsec/codelets/codelet_zgeqrt.c
+2
-2
runtime/parsec/codelets/codelet_zgessm.c
runtime/parsec/codelets/codelet_zgessm.c
+2
-2
runtime/parsec/codelets/codelet_zgessq.c
runtime/parsec/codelets/codelet_zgessq.c
+2
-2
runtime/parsec/codelets/codelet_zgetrf.c
runtime/parsec/codelets/codelet_zgetrf.c
+2
-2
runtime/parsec/codelets/codelet_zgetrf_incpiv.c
runtime/parsec/codelets/codelet_zgetrf_incpiv.c
+2
-2
runtime/parsec/codelets/codelet_zgetrf_nopiv.c
runtime/parsec/codelets/codelet_zgetrf_nopiv.c
+2
-2
runtime/parsec/codelets/codelet_zhemm.c
runtime/parsec/codelets/codelet_zhemm.c
+2
-2
runtime/parsec/codelets/codelet_zher2k.c
runtime/parsec/codelets/codelet_zher2k.c
+2
-2
runtime/parsec/codelets/codelet_zherk.c
runtime/parsec/codelets/codelet_zherk.c
+2
-2
runtime/parsec/codelets/codelet_zhessq.c
runtime/parsec/codelets/codelet_zhessq.c
+2
-2
runtime/parsec/codelets/codelet_zlacpy.c
runtime/parsec/codelets/codelet_zlacpy.c
+2
-2
runtime/parsec/codelets/codelet_zlag2c.c
runtime/parsec/codelets/codelet_zlag2c.c
+3
-3
runtime/parsec/codelets/codelet_zlange.c
runtime/parsec/codelets/codelet_zlange.c
+3
-3
runtime/parsec/codelets/codelet_zlanhe.c
runtime/parsec/codelets/codelet_zlanhe.c
+2
-2
runtime/parsec/codelets/codelet_zlansy.c
runtime/parsec/codelets/codelet_zlansy.c
+2
-2
runtime/parsec/codelets/codelet_zlantr.c
runtime/parsec/codelets/codelet_zlantr.c
+2
-2
runtime/parsec/codelets/codelet_zlaset.c
runtime/parsec/codelets/codelet_zlaset.c
+2
-2
runtime/parsec/codelets/codelet_zlaset2.c
runtime/parsec/codelets/codelet_zlaset2.c
+2
-2
runtime/parsec/codelets/codelet_zlauum.c
runtime/parsec/codelets/codelet_zlauum.c
+2
-2
runtime/parsec/codelets/codelet_zpamm.c
runtime/parsec/codelets/codelet_zpamm.c
+2
-2
runtime/parsec/codelets/codelet_zplghe.c
runtime/parsec/codelets/codelet_zplghe.c
+2
-2
runtime/parsec/codelets/codelet_zplgsy.c
runtime/parsec/codelets/codelet_zplgsy.c
+2
-2
runtime/parsec/codelets/codelet_zplrnt.c
runtime/parsec/codelets/codelet_zplrnt.c
+2
-2
runtime/parsec/codelets/codelet_zplssq.c
runtime/parsec/codelets/codelet_zplssq.c
+3
-3
runtime/parsec/codelets/codelet_zpotrf.c
runtime/parsec/codelets/codelet_zpotrf.c
+2
-2
runtime/parsec/codelets/codelet_zssssm.c
runtime/parsec/codelets/codelet_zssssm.c
+2
-2
runtime/parsec/codelets/codelet_zsymm.c
runtime/parsec/codelets/codelet_zsymm.c
+2
-2
runtime/parsec/codelets/codelet_zsyr2k.c
runtime/parsec/codelets/codelet_zsyr2k.c
+2
-2
runtime/parsec/codelets/codelet_zsyrk.c
runtime/parsec/codelets/codelet_zsyrk.c
+2
-2
runtime/parsec/codelets/codelet_zsyssq.c
runtime/parsec/codelets/codelet_zsyssq.c
+2
-2
runtime/parsec/codelets/codelet_zsytrf_nopiv.c
runtime/parsec/codelets/codelet_zsytrf_nopiv.c
+2
-2
runtime/parsec/codelets/codelet_ztile_zero.c
runtime/parsec/codelets/codelet_ztile_zero.c
+2
-2
runtime/parsec/codelets/codelet_ztradd.c
runtime/parsec/codelets/codelet_ztradd.c
+2
-2
runtime/parsec/codelets/codelet_ztrasm.c
runtime/parsec/codelets/codelet_ztrasm.c
+2
-2
runtime/parsec/codelets/codelet_ztrmm.c
runtime/parsec/codelets/codelet_ztrmm.c
+2
-2
runtime/parsec/codelets/codelet_ztrsm.c
runtime/parsec/codelets/codelet_ztrsm.c
+2
-2
runtime/parsec/codelets/codelet_ztrssq.c
runtime/parsec/codelets/codelet_ztrssq.c
+2
-2
runtime/parsec/codelets/codelet_ztrtri.c
runtime/parsec/codelets/codelet_ztrtri.c
+2
-2
runtime/parsec/codelets/codelet_ztslqt.c
runtime/parsec/codelets/codelet_ztslqt.c
+2
-2
runtime/parsec/codelets/codelet_ztsmlq.c
runtime/parsec/codelets/codelet_ztsmlq.c
+2
-2
runtime/parsec/codelets/codelet_ztsmqr.c
runtime/parsec/codelets/codelet_ztsmqr.c
+2
-2
runtime/parsec/codelets/codelet_ztsqrt.c
runtime/parsec/codelets/codelet_ztsqrt.c
+2
-2
runtime/parsec/codelets/codelet_ztstrf.c
runtime/parsec/codelets/codelet_ztstrf.c
+2
-2
runtime/parsec/codelets/codelet_zttlqt.c
runtime/parsec/codelets/codelet_zttlqt.c
+2
-2
runtime/parsec/codelets/codelet_zttmlq.c
runtime/parsec/codelets/codelet_zttmlq.c
+2
-2
runtime/parsec/codelets/codelet_zttmqr.c
runtime/parsec/codelets/codelet_zttmqr.c
+2
-2
runtime/parsec/codelets/codelet_zttqrt.c
runtime/parsec/codelets/codelet_zttqrt.c
+2
-2
runtime/parsec/codelets/codelet_zunmlq.c
runtime/parsec/codelets/codelet_zunmlq.c
+2
-2
runtime/parsec/codelets/codelet_zunmqr.c
runtime/parsec/codelets/codelet_zunmqr.c
+2
-2
runtime/quark/codelets/codelet_dataflush.c
runtime/quark/codelets/codelet_dataflush.c
+2
-2
runtime/quark/codelets/codelet_zasum.c
runtime/quark/codelets/codelet_zasum.c
+2
-2
runtime/quark/codelets/codelet_zaxpy.c
runtime/quark/codelets/codelet_zaxpy.c
+2
-2
runtime/quark/codelets/codelet_zbuild.c
runtime/quark/codelets/codelet_zbuild.c
+2
-2
runtime/quark/codelets/codelet_zgeadd.c
runtime/quark/codelets/codelet_zgeadd.c
+2
-2
runtime/quark/codelets/codelet_zgelqt.c
runtime/quark/codelets/codelet_zgelqt.c
+2
-2
runtime/quark/codelets/codelet_zgemm.c
runtime/quark/codelets/codelet_zgemm.c
+2
-2
runtime/quark/codelets/codelet_zgeqrt.c
runtime/quark/codelets/codelet_zgeqrt.c
+2
-2
runtime/quark/codelets/codelet_zgessm.c
runtime/quark/codelets/codelet_zgessm.c
+2
-2
runtime/quark/codelets/codelet_zgessq.c
runtime/quark/codelets/codelet_zgessq.c
+2
-2
runtime/quark/codelets/codelet_zgetrf.c
runtime/quark/codelets/codelet_zgetrf.c
+2
-2
runtime/quark/codelets/codelet_zgetrf_incpiv.c
runtime/quark/codelets/codelet_zgetrf_incpiv.c
+2
-2
runtime/quark/codelets/codelet_zgetrf_nopiv.c
runtime/quark/codelets/codelet_zgetrf_nopiv.c
+2
-2
runtime/quark/codelets/codelet_zhemm.c
runtime/quark/codelets/codelet_zhemm.c
+2
-2
runtime/quark/codelets/codelet_zher2k.c
runtime/quark/codelets/codelet_zher2k.c
+2
-2
runtime/quark/codelets/codelet_zherk.c
runtime/quark/codelets/codelet_zherk.c
+2
-2
runtime/quark/codelets/codelet_zhessq.c
runtime/quark/codelets/codelet_zhessq.c
+2
-2
runtime/quark/codelets/codelet_zlacpy.c
runtime/quark/codelets/codelet_zlacpy.c
+2
-2
runtime/quark/codelets/codelet_zlag2c.c
runtime/quark/codelets/codelet_zlag2c.c
+3
-3
runtime/quark/codelets/codelet_zlange.c
runtime/quark/codelets/codelet_zlange.c
+3
-3
runtime/quark/codelets/codelet_zlanhe.c
runtime/quark/codelets/codelet_zlanhe.c
+2
-2
runtime/quark/codelets/codelet_zlansy.c
runtime/quark/codelets/codelet_zlansy.c
+2
-2
runtime/quark/codelets/codelet_zlantr.c
runtime/quark/codelets/codelet_zlantr.c
+2
-2
runtime/quark/codelets/codelet_zlaset.c
runtime/quark/codelets/codelet_zlaset.c
+2
-2
runtime/quark/codelets/codelet_zlaset2.c
runtime/quark/codelets/codelet_zlaset2.c
+2
-2
runtime/quark/codelets/codelet_zlauum.c
runtime/quark/codelets/codelet_zlauum.c
+2
-2
runtime/quark/codelets/codelet_zpamm.c
runtime/quark/codelets/codelet_zpamm.c
+2
-2
runtime/quark/codelets/codelet_zplghe.c
runtime/quark/codelets/codelet_zplghe.c
+2
-2
runtime/quark/codelets/codelet_zplgsy.c
runtime/quark/codelets/codelet_zplgsy.c
+2
-2
runtime/quark/codelets/codelet_zplrnt.c
runtime/quark/codelets/codelet_zplrnt.c
+2
-2
runtime/quark/codelets/codelet_zplssq.c
runtime/quark/codelets/codelet_zplssq.c
+3
-3
runtime/quark/codelets/codelet_zpotrf.c
runtime/quark/codelets/codelet_zpotrf.c
+2
-2
runtime/quark/codelets/codelet_zssssm.c
runtime/quark/codelets/codelet_zssssm.c
+2
-2
runtime/quark/codelets/codelet_zsymm.c
runtime/quark/codelets/codelet_zsymm.c
+2
-2
runtime/quark/codelets/codelet_zsyr2k.c
runtime/quark/codelets/codelet_zsyr2k.c
+2
-2
runtime/quark/codelets/codelet_zsyrk.c
runtime/quark/codelets/codelet_zsyrk.c
+2
-2
runtime/quark/codelets/codelet_zsyssq.c
runtime/quark/codelets/codelet_zsyssq.c
+2
-2
runtime/quark/codelets/codelet_zsytrf_nopiv.c
runtime/quark/codelets/codelet_zsytrf_nopiv.c
+2
-2
runtime/quark/codelets/codelet_ztile_zero.c
runtime/quark/codelets/codelet_ztile_zero.c
+2
-2
runtime/quark/codelets/codelet_ztradd.c
runtime/quark/codelets/codelet_ztradd.c
+2
-2
runtime/quark/codelets/codelet_ztrasm.c
runtime/quark/codelets/codelet_ztrasm.c
+2
-2
runtime/quark/codelets/codelet_ztrmm.c
runtime/quark/codelets/codelet_ztrmm.c
+2
-2
runtime/quark/codelets/codelet_ztrsm.c
runtime/quark/codelets/codelet_ztrsm.c
+2
-2
runtime/quark/codelets/codelet_ztrssq.c
runtime/quark/codelets/codelet_ztrssq.c
+2
-2
runtime/quark/codelets/codelet_ztrtri.c
runtime/quark/codelets/codelet_ztrtri.c
+2
-2
runtime/quark/codelets/codelet_ztslqt.c
runtime/quark/codelets/codelet_ztslqt.c
+2
-2
runtime/quark/codelets/codelet_ztsmlq.c
runtime/quark/codelets/codelet_ztsmlq.c
+2
-2
runtime/quark/codelets/codelet_ztsmqr.c
runtime/quark/codelets/codelet_ztsmqr.c
+2
-2
runtime/quark/codelets/codelet_ztsqrt.c
runtime/quark/codelets/codelet_ztsqrt.c
+2
-2
runtime/quark/codelets/codelet_ztstrf.c
runtime/quark/codelets/codelet_ztstrf.c
+2
-2
runtime/quark/codelets/codelet_zttlqt.c
runtime/quark/codelets/codelet_zttlqt.c
+2
-2
runtime/quark/codelets/codelet_zttmlq.c
runtime/quark/codelets/codelet_zttmlq.c
+2
-2
runtime/quark/codelets/codelet_zttmqr.c
runtime/quark/codelets/codelet_zttmqr.c
+2
-2
runtime/quark/codelets/codelet_zttqrt.c
runtime/quark/codelets/codelet_zttqrt.c
+2
-2
runtime/quark/codelets/codelet_zunmlq.c
runtime/quark/codelets/codelet_zunmlq.c
+2
-2
runtime/quark/codelets/codelet_zunmqr.c
runtime/quark/codelets/codelet_zunmqr.c
+2
-2
runtime/starpu/codelets/codelet_dataflush.c
runtime/starpu/codelets/codelet_dataflush.c
+2
-2
runtime/starpu/codelets/codelet_zasum.c
runtime/starpu/codelets/codelet_zasum.c
+2
-2
runtime/starpu/codelets/codelet_zaxpy.c
runtime/starpu/codelets/codelet_zaxpy.c
+2
-2
runtime/starpu/codelets/codelet_zbuild.c
runtime/starpu/codelets/codelet_zbuild.c
+2
-2
runtime/starpu/codelets/codelet_zgeadd.c
runtime/starpu/codelets/codelet_zgeadd.c
+2
-2
runtime/starpu/codelets/codelet_zgelqt.c
runtime/starpu/codelets/codelet_zgelqt.c
+1
-1
runtime/starpu/codelets/codelet_zgemm.c
runtime/starpu/codelets/codelet_zgemm.c
+2
-2
runtime/starpu/codelets/codelet_zgeqrt.c
runtime/starpu/codelets/codelet_zgeqrt.c
+1
-1
runtime/starpu/codelets/codelet_zgessm.c
runtime/starpu/codelets/codelet_zgessm.c
+1
-1
runtime/starpu/codelets/codelet_zgessq.c
runtime/starpu/codelets/codelet_zgessq.c
+2
-2
runtime/starpu/codelets/codelet_zgetrf.c
runtime/starpu/codelets/codelet_zgetrf.c
+2
-2
runtime/starpu/codelets/codelet_zgetrf_incpiv.c
runtime/starpu/codelets/codelet_zgetrf_incpiv.c
+1
-1
runtime/starpu/codelets/codelet_zgetrf_nopiv.c
runtime/starpu/codelets/codelet_zgetrf_nopiv.c
+1
-1
runtime/starpu/codelets/codelet_zhemm.c
runtime/starpu/codelets/codelet_zhemm.c
+2
-2
runtime/starpu/codelets/codelet_zher2k.c
runtime/starpu/codelets/codelet_zher2k.c
+2
-2
runtime/starpu/codelets/codelet_zherk.c
runtime/starpu/codelets/codelet_zherk.c
+2
-2
runtime/starpu/codelets/codelet_zhessq.c
runtime/starpu/codelets/codelet_zhessq.c
+2
-2
runtime/starpu/codelets/codelet_zlacpy.c
runtime/starpu/codelets/codelet_zlacpy.c
+2
-2
runtime/starpu/codelets/codelet_zlag2c.c
runtime/starpu/codelets/codelet_zlag2c.c
+3
-3
runtime/starpu/codelets/codelet_zlange.c
runtime/starpu/codelets/codelet_zlange.c
+3
-3
runtime/starpu/codelets/codelet_zlanhe.c
runtime/starpu/codelets/codelet_zlanhe.c
+2
-2
runtime/starpu/codelets/codelet_zlansy.c
runtime/starpu/codelets/codelet_zlansy.c
+2
-2
runtime/starpu/codelets/codelet_zlantr.c
runtime/starpu/codelets/codelet_zlantr.c
+2
-2
runtime/starpu/codelets/codelet_zlaset.c
runtime/starpu/codelets/codelet_zlaset.c
+2
-2
runtime/starpu/codelets/codelet_zlaset2.c
runtime/starpu/codelets/codelet_zlaset2.c
+2
-2
runtime/starpu/codelets/codelet_zlauum.c
runtime/starpu/codelets/codelet_zlauum.c
+1
-1
runtime/starpu/codelets/codelet_zpamm.c
runtime/starpu/codelets/codelet_zpamm.c
+2
-2
runtime/starpu/codelets/codelet_zplghe.c
runtime/starpu/codelets/codelet_zplghe.c
+2
-2
runtime/starpu/codelets/codelet_zplgsy.c
runtime/starpu/codelets/codelet_zplgsy.c
+2
-2
runtime/starpu/codelets/codelet_zplrnt.c
runtime/starpu/codelets/codelet_zplrnt.c
+2
-2
runtime/starpu/codelets/codelet_zplssq.c
runtime/starpu/codelets/codelet_zplssq.c
+3
-3
runtime/starpu/codelets/codelet_zpotrf.c
runtime/starpu/codelets/codelet_zpotrf.c
+1
-1
runtime/starpu/codelets/codelet_zssssm.c
runtime/starpu/codelets/codelet_zssssm.c
+1
-1
runtime/starpu/codelets/codelet_zsymm.c
runtime/starpu/codelets/codelet_zsymm.c
+2
-2
runtime/starpu/codelets/codelet_zsyr2k.c
runtime/starpu/codelets/codelet_zsyr2k.c
+2
-2
runtime/starpu/codelets/codelet_zsyrk.c
runtime/starpu/codelets/codelet_zsyrk.c
+2
-2
runtime/starpu/codelets/codelet_zsyssq.c
runtime/starpu/codelets/codelet_zsyssq.c
+2
-2
runtime/starpu/codelets/codelet_zsytrf_nopiv.c
runtime/starpu/codelets/codelet_zsytrf_nopiv.c
+2
-2
runtime/starpu/codelets/codelet_ztile_zero.c
runtime/starpu/codelets/codelet_ztile_zero.c
+2
-2
runtime/starpu/codelets/codelet_ztradd.c
runtime/starpu/codelets/codelet_ztradd.c
+2
-2
runtime/starpu/codelets/codelet_ztrasm.c
runtime/starpu/codelets/codelet_ztrasm.c
+2
-2
runtime/starpu/codelets/codelet_ztrmm.c
runtime/starpu/codelets/codelet_ztrmm.c
+2
-2
runtime/starpu/codelets/codelet_ztrsm.c
runtime/starpu/codelets/codelet_ztrsm.c
+2
-2
runtime/starpu/codelets/codelet_ztrssq.c
runtime/starpu/codelets/codelet_ztrssq.c
+2
-2
runtime/starpu/codelets/codelet_ztrtri.c
runtime/starpu/codelets/codelet_ztrtri.c
+1
-1
runtime/starpu/codelets/codelet_ztslqt.c
runtime/starpu/codelets/codelet_ztslqt.c
+1
-1
runtime/starpu/codelets/codelet_ztsmlq.c
runtime/starpu/codelets/codelet_ztsmlq.c
+1
-1
runtime/starpu/codelets/codelet_ztsmqr.c
runtime/starpu/codelets/codelet_ztsmqr.c
+1
-1
runtime/starpu/codelets/codelet_ztsqrt.c
runtime/starpu/codelets/codelet_ztsqrt.c
+1
-1
runtime/starpu/codelets/codelet_ztstrf.c
runtime/starpu/codelets/codelet_ztstrf.c
+1
-1
runtime/starpu/codelets/codelet_zttlqt.c
runtime/starpu/codelets/codelet_zttlqt.c
+2
-2
runtime/starpu/codelets/codelet_zttmlq.c
runtime/starpu/codelets/codelet_zttmlq.c
+2
-2
runtime/starpu/codelets/codelet_zttmqr.c
runtime/starpu/codelets/codelet_zttmqr.c
+2
-2
runtime/starpu/codelets/codelet_zttqrt.c
runtime/starpu/codelets/codelet_zttqrt.c
+2
-2
runtime/starpu/codelets/codelet_zunmlq.c
runtime/starpu/codelets/codelet_zunmlq.c
+1
-1
runtime/starpu/codelets/codelet_zunmqr.c
runtime/starpu/codelets/codelet_zunmqr.c
+1
-1
No files found.
include/runtime.h
View file @
ce3d81e9
...
...
@@ -148,23 +148,23 @@ void RUNTIME_sdisplay_oneprofile (MORSE_kernel_t);
#include "runtime_zc.h"
#include "runtime_ds.h"
void
MORSE_TASK_ztile_zero
(
MORSE_option_t
*
options
,
void
MORSE_TASK_ztile_zero
(
const
MORSE_option_t
*
options
,
int
X1
,
int
X2
,
int
Y1
,
int
Y2
,
MORSE_desc_t
*
A
,
int
Am
,
int
An
,
int
lda
);
void
MORSE_TASK_dtile_zero
(
MORSE_option_t
*
options
,
void
MORSE_TASK_dtile_zero
(
const
MORSE_option_t
*
options
,
int
X1
,
int
X2
,
int
Y1
,
int
Y2
,
MORSE_desc_t
*
A
,
int
Am
,
int
An
,
int
lda
);
void
MORSE_TASK_ctile_zero
(
MORSE_option_t
*
options
,
void
MORSE_TASK_ctile_zero
(
const
MORSE_option_t
*
options
,
int
X1
,
int
X2
,
int
Y1
,
int
Y2
,
MORSE_desc_t
*
A
,
int
Am
,
int
An
,
int
lda
);
void
MORSE_TASK_stile_zero
(
MORSE_option_t
*
options
,
void
MORSE_TASK_stile_zero
(
const
MORSE_option_t
*
options
,
int
X1
,
int
X2
,
int
Y1
,
int
Y2
,
MORSE_desc_t
*
A
,
int
Am
,
int
An
,
int
lda
);
/*
* Mark a data as unused after this call
*/
void
MORSE_TASK_dataflush
(
MORSE_option_t
*
options
,
void
MORSE_TASK_dataflush
(
const
MORSE_option_t
*
options
,
MORSE_desc_t
*
A
,
int
Am
,
int
An
);
void
MORSE_TASK_dataflush_all
();
...
...
include/runtime_z.h
View file @
ce3d81e9
This diff is collapsed.
Click to expand it.
runtime/parsec/codelets/codelet_dataflush.c
View file @
ce3d81e9
...
...
@@ -4,7 +4,7 @@
* of Tennessee Research Foundation.
* All rights reserved.
* @copyright (c) 2012-2015 Inria. All rights reserved.
* @copyright (c) 2012-201
5
Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
* @copyright (c) 2012-201
6
Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
*
**/
...
...
@@ -22,7 +22,7 @@
#include "runtime/parsec/include/morse_parsec.h"
void
MORSE_TASK_dataflush
(
MORSE_option_t
*
options
,
void
MORSE_TASK_dataflush
(
const
MORSE_option_t
*
options
,
MORSE_desc_t
*
A
,
int
Am
,
int
An
)
{
(
void
)
options
;
(
void
)
A
;
...
...
runtime/parsec/codelets/codelet_zasum.c
View file @
ce3d81e9
...
...
@@ -4,7 +4,7 @@
* of Tennessee Research Foundation.
* All rights reserved.
* @copyright (c) 2012-2015 Inria. All rights reserved.
* @copyright (c) 2012-201
5
Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
* @copyright (c) 2012-201
6
Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
*
**/
...
...
@@ -48,7 +48,7 @@ CORE_dzasum_parsec(dague_execution_unit_t *context, dague_execution_context_t *t
return
0
;
}
void
MORSE_TASK_dzasum
(
MORSE_option_t
*
options
,
void
MORSE_TASK_dzasum
(
const
MORSE_option_t
*
options
,
MORSE_enum
storev
,
MORSE_enum
uplo
,
int
M
,
int
N
,
MORSE_desc_t
*
A
,
int
Am
,
int
An
,
int
lda
,
MORSE_desc_t
*
B
,
int
Bm
,
int
Bn
)
...
...
runtime/parsec/codelets/codelet_zaxpy.c
View file @
ce3d81e9
...
...
@@ -4,7 +4,7 @@
* of Tennessee Research Foundation.
* All rights reserved.
* @copyright (c) 2012-2015 Inria. All rights reserved.
* @copyright (c) 2012-201
5
Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
* @copyright (c) 2012-201
6
Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
*
**/
...
...
@@ -47,7 +47,7 @@ CORE_zaxpy_parsec(dague_execution_unit_t *context, dague_execution_context_t *th
return
0
;
}
void
MORSE_TASK_zaxpy
(
MORSE_option_t
*
options
,
void
MORSE_TASK_zaxpy
(
const
MORSE_option_t
*
options
,
int
M
,
MORSE_Complex64_t
*
alpha
,
MORSE_desc_t
*
A
,
int
Am
,
int
An
,
int
incA
,
MORSE_desc_t
*
B
,
int
Bm
,
int
Bn
,
int
incB
)
...
...
runtime/parsec/codelets/codelet_zbuild.c
View file @
ce3d81e9
...
...
@@ -4,7 +4,7 @@
* of Tennessee Research Foundation.
* All rights reserved.
* @copyright (c) 2012-2015 Inria. All rights reserved.
* @copyright (c) 2012-201
5
Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
* @copyright (c) 2012-201
6
Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
*
**/
...
...
@@ -50,7 +50,7 @@ CORE_zbuild_parsec(dague_execution_unit_t *context, dague_execution_context_t *t
return
0
;
}
void
MORSE_TASK_zbuild
(
MORSE_option_t
*
options
,
void
MORSE_TASK_zbuild
(
const
MORSE_option_t
*
options
,
MORSE_desc_t
*
A
,
int
Am
,
int
An
,
int
lda
,
void
*
user_data
,
void
*
user_build_callback
)
{
...
...
runtime/parsec/codelets/codelet_zgeadd.c
View file @
ce3d81e9
...
...
@@ -4,7 +4,7 @@
* of Tennessee Research Foundation.
* All rights reserved.
* @copyright (c) 2012-2015 Inria. All rights reserved.
* @copyright (c) 2012-201
5
Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
* @copyright (c) 2012-201
6
Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
*
**/
...
...
@@ -111,7 +111,7 @@ CORE_zgeadd_parsec(dague_execution_unit_t *context, dague_execution_context_t *t
* \retval <0 if -i, the i-th argument had an illegal value
*
******************************************************************************/
void
MORSE_TASK_zgeadd
(
MORSE_option_t
*
options
,
void
MORSE_TASK_zgeadd
(
const
MORSE_option_t
*
options
,
MORSE_enum
trans
,
int
m
,
int
n
,
int
nb
,
MORSE_Complex64_t
alpha
,
MORSE_desc_t
*
A
,
int
Am
,
int
An
,
int
lda
,
MORSE_Complex64_t
beta
,
MORSE_desc_t
*
B
,
int
Bm
,
int
Bn
,
int
ldb
)
...
...
runtime/parsec/codelets/codelet_zgelqt.c
View file @
ce3d81e9
...
...
@@ -4,7 +4,7 @@
* of Tennessee Research Foundation.
* All rights reserved.
* @copyright (c) 2012-2015 Inria. All rights reserved.
* @copyright (c) 2012-201
5
Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
* @copyright (c) 2012-201
6
Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
*
**/
...
...
@@ -114,7 +114,7 @@ CORE_zgelqt_parsec(dague_execution_unit_t *context, dague_execution_context_t *t
return
0
;
}
void
MORSE_TASK_zgelqt
(
MORSE_option_t
*
options
,
void
MORSE_TASK_zgelqt
(
const
MORSE_option_t
*
options
,
int
m
,
int
n
,
int
ib
,
int
nb
,
MORSE_desc_t
*
A
,
int
Am
,
int
An
,
int
lda
,
MORSE_desc_t
*
T
,
int
Tm
,
int
Tn
,
int
ldt
)
...
...
runtime/parsec/codelets/codelet_zgemm.c
View file @
ce3d81e9
...
...
@@ -4,7 +4,7 @@
* of Tennessee Research Foundation.
* All rights reserved.
* @copyright (c) 2012-2015 Inria. All rights reserved.
* @copyright (c) 2012-201
5
Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
* @copyright (c) 2012-201
6
Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
*
**/
...
...
@@ -68,7 +68,7 @@ CORE_zgemm_parsec(dague_execution_unit_t *context, dague_execution_context_t *th
return
0
;
}
void
MORSE_TASK_zgemm
(
MORSE_option_t
*
options
,
void
MORSE_TASK_zgemm
(
const
MORSE_option_t
*
options
,
MORSE_enum
transA
,
int
transB
,
int
m
,
int
n
,
int
k
,
int
nb
,
MORSE_Complex64_t
alpha
,
MORSE_desc_t
*
A
,
int
Am
,
int
An
,
int
lda
,
...
...
runtime/parsec/codelets/codelet_zgeqrt.c
View file @
ce3d81e9
...
...
@@ -4,7 +4,7 @@
* of Tennessee Research Foundation.
* All rights reserved.
* @copyright (c) 2012-2015 Inria. All rights reserved.
* @copyright (c) 2012-201
5
Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
* @copyright (c) 2012-201
6
Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
*
**/
...
...
@@ -115,7 +115,7 @@ CORE_zgeqrt_parsec (dague_execution_unit_t *context, dague_execution_context_t *
return
0
;
}
void
MORSE_TASK_zgeqrt
(
MORSE_option_t
*
options
,
void
MORSE_TASK_zgeqrt
(
const
MORSE_option_t
*
options
,
int
m
,
int
n
,
int
ib
,
int
nb
,
MORSE_desc_t
*
A
,
int
Am
,
int
An
,
int
lda
,
MORSE_desc_t
*
T
,
int
Tm
,
int
Tn
,
int
ldt
)
...
...
runtime/parsec/codelets/codelet_zgessm.c
View file @
ce3d81e9
...
...
@@ -4,7 +4,7 @@
* of Tennessee Research Foundation.
* All rights reserved.
* @copyright (c) 2012-2015 Inria. All rights reserved.
* @copyright (c) 2012-201
5
Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
* @copyright (c) 2012-201
6
Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
*
**/
...
...
@@ -102,7 +102,7 @@ CORE_zgessm_parsec(dague_execution_unit_t *context, dague_execution_context_t *t
return
0
;
}
void
MORSE_TASK_zgessm
(
MORSE_option_t
*
options
,
void
MORSE_TASK_zgessm
(
const
MORSE_option_t
*
options
,
int
m
,
int
n
,
int
k
,
int
ib
,
int
nb
,
int
*
IPIV
,
MORSE_desc_t
*
L
,
int
Lm
,
int
Ln
,
int
ldl
,
...
...
runtime/parsec/codelets/codelet_zgessq.c
View file @
ce3d81e9
...
...
@@ -4,7 +4,7 @@
* of Tennessee Research Foundation.
* All rights reserved.
* @copyright (c) 2012-2015 Inria. All rights reserved.
* @copyright (c) 2012-201
5
Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
* @copyright (c) 2012-201
6
Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
*
**/
...
...
@@ -44,7 +44,7 @@ CORE_zgessq_parsec(dague_execution_unit_t *context, dague_execution_context_t *t
return
0
;
}
void
MORSE_TASK_zgessq
(
MORSE_option_t
*
options
,
void
MORSE_TASK_zgessq
(
const
MORSE_option_t
*
options
,
int
m
,
int
n
,
MORSE_desc_t
*
A
,
int
Am
,
int
An
,
int
lda
,
MORSE_desc_t
*
SCALESUMSQ
,
int
SCALESUMSQm
,
int
SCALESUMSQn
)
...
...
runtime/parsec/codelets/codelet_zgetrf.c
View file @
ce3d81e9
...
...
@@ -4,7 +4,7 @@
* of Tennessee Research Foundation.
* All rights reserved.
* @copyright (c) 2012-2015 Inria. All rights reserved.
* @copyright (c) 2012-201
5
Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
* @copyright (c) 2012-201
6
Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
*
**/
...
...
@@ -50,7 +50,7 @@ CORE_zgetrf_parsec(dague_execution_unit_t *context, dague_execution_context_t *t
return
0
;
}
void
MORSE_TASK_zgetrf
(
MORSE_option_t
*
options
,
void
MORSE_TASK_zgetrf
(
const
MORSE_option_t
*
options
,
int
m
,
int
n
,
int
nb
,
MORSE_desc_t
*
A
,
int
Am
,
int
An
,
int
lda
,
int
*
IPIV
,
...
...
runtime/parsec/codelets/codelet_zgetrf_incpiv.c
View file @
ce3d81e9
...
...
@@ -4,7 +4,7 @@
* of Tennessee Research Foundation.
* All rights reserved.
* @copyright (c) 2012-2015 Inria. All rights reserved.
* @copyright (c) 2012-201
5
Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
* @copyright (c) 2012-201
6
Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
*
**/
...
...
@@ -108,7 +108,7 @@ CORE_zgetrf_incpiv_parsec(dague_execution_unit_t *context, dague_execution_conte
return
0
;
}
void
MORSE_TASK_zgetrf_incpiv
(
MORSE_option_t
*
options
,
void
MORSE_TASK_zgetrf_incpiv
(
const
MORSE_option_t
*
options
,
int
m
,
int
n
,
int
ib
,
int
nb
,
MORSE_desc_t
*
A
,
int
Am
,
int
An
,
int
lda
,
MORSE_desc_t
*
L
,
int
Lm
,
int
Ln
,
int
ldl
,
...
...
runtime/parsec/codelets/codelet_zgetrf_nopiv.c
View file @
ce3d81e9
...
...
@@ -4,7 +4,7 @@
* of Tennessee Research Foundation.
* All rights reserved.
* @copyright (c) 2012-2015 Inria. All rights reserved.
* @copyright (c) 2012-201
5
Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
* @copyright (c) 2012-201
6
Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
*
**/
...
...
@@ -95,7 +95,7 @@ CORE_zgetrf_nopiv_parsec(dague_execution_unit_t *context, dague_execution_contex
return
0
;
}
void
MORSE_TASK_zgetrf_nopiv
(
MORSE_option_t
*
options
,
void
MORSE_TASK_zgetrf_nopiv
(
const
MORSE_option_t
*
options
,
int
m
,
int
n
,
int
ib
,
int
nb
,
MORSE_desc_t
*
A
,
int
Am
,
int
An
,
int
lda
,
int
iinfo
)
...
...
runtime/parsec/codelets/codelet_zhemm.c
View file @
ce3d81e9
...
...
@@ -4,7 +4,7 @@
* of Tennessee Research Foundation.
* All rights reserved.
* @copyright (c) 2012-2015 Inria. All rights reserved.
* @copyright (c) 2012-201
5
Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
* @copyright (c) 2012-201
6
Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
*
**/
...
...
@@ -67,7 +67,7 @@ CORE_zhemm_parsec(dague_execution_unit_t *context, dague_execution_context_t *th
return
0
;
}
void
MORSE_TASK_zhemm
(
MORSE_option_t
*
options
,
void
MORSE_TASK_zhemm
(
const
MORSE_option_t
*
options
,
MORSE_enum
side
,
MORSE_enum
uplo
,
int
m
,
int
n
,
int
nb
,
MORSE_Complex64_t
alpha
,
MORSE_desc_t
*
A
,
int
Am
,
int
An
,
int
lda
,
...
...
runtime/parsec/codelets/codelet_zher2k.c
View file @
ce3d81e9
...
...
@@ -4,7 +4,7 @@
* of Tennessee Research Foundation.
* All rights reserved.
* @copyright (c) 2012-2015 Inria. All rights reserved.
* @copyright (c) 2012-201
5
Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
* @copyright (c) 2012-201
6
Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
*
**/
...
...
@@ -67,7 +67,7 @@ CORE_zher2k_parsec(dague_execution_unit_t *context, dague_execution_context_t *t
return
0
;
}
void
MORSE_TASK_zher2k
(
MORSE_option_t
*
options
,
void
MORSE_TASK_zher2k
(
const
MORSE_option_t
*
options
,
MORSE_enum
uplo
,
MORSE_enum
trans
,
int
n
,
int
k
,
int
nb
,
MORSE_Complex64_t
alpha
,
MORSE_desc_t
*
A
,
int
Am
,
int
An
,
int
lda
,
...
...
runtime/parsec/codelets/codelet_zherk.c
View file @
ce3d81e9
...
...
@@ -4,7 +4,7 @@
* of Tennessee Research Foundation.
* All rights reserved.
* @copyright (c) 2012-2015 Inria. All rights reserved.
* @copyright (c) 2012-201
5
Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
* @copyright (c) 2012-201
6
Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
*
**/
...
...
@@ -63,7 +63,7 @@ CORE_zherk_parsec(dague_execution_unit_t *context, dague_execution_context_t * t
return
0
;
}
void
MORSE_TASK_zherk
(
MORSE_option_t
*
options
,
void
MORSE_TASK_zherk
(
const
MORSE_option_t
*
options
,
MORSE_enum
uplo
,
MORSE_enum
trans
,
int
n
,
int
k
,
int
nb
,
double
alpha
,
MORSE_desc_t
*
A
,
int
Am
,
int
An
,
int
lda
,
...
...
runtime/parsec/codelets/codelet_zhessq.c
View file @
ce3d81e9
...
...
@@ -4,7 +4,7 @@
* of Tennessee Research Foundation.
* All rights reserved.
* @copyright (c) 2012-2015 Inria. All rights reserved.
* @copyright (c) 2012-201
5
Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
* @copyright (c) 2012-201
6
Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
*
**/
...
...
@@ -44,7 +44,7 @@ CORE_zhessq_parsec(dague_execution_unit_t *context, dague_execution_context_t *t
return
0
;
}
void
MORSE_TASK_zhessq
(
MORSE_option_t
*
options
,
void
MORSE_TASK_zhessq
(
const
MORSE_option_t
*
options
,
MORSE_enum
uplo
,
int
n
,
MORSE_desc_t
*
A
,
int
Am
,
int
An
,
int
lda
,
MORSE_desc_t
*
SCALESUMSQ
,
int
SCALESUMSQm
,
int
SCALESUMSQn
)
...
...
runtime/parsec/codelets/codelet_zlacpy.c
View file @
ce3d81e9
...
...
@@ -4,7 +4,7 @@
* of Tennessee Research Foundation.
* All rights reserved.
* @copyright (c) 2012-2015 Inria. All rights reserved.
* @copyright (c) 2012-201
5
Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
* @copyright (c) 2012-201
6
Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
*
**/
...
...
@@ -54,7 +54,7 @@ CORE_zlacpy_parsec(dague_execution_unit_t *context, dague_execution_context_t *
return
0
;
}
void
MORSE_TASK_zlacpy
(
MORSE_option_t
*
options
,
void
MORSE_TASK_zlacpy
(
const
MORSE_option_t
*
options
,
MORSE_enum
uplo
,
int
m
,
int
n
,
int
nb
,
MORSE_desc_t
*
A
,
int
Am
,
int
An
,
int
lda
,
MORSE_desc_t
*
B
,
int
Bm
,
int
Bn
,
int
ldb
)
...
...
runtime/parsec/codelets/codelet_zlag2c.c
View file @
ce3d81e9
...
...
@@ -4,7 +4,7 @@
* of Tennessee Research Foundation.
* All rights reserved.
* @copyright (c) 2012-2015 Inria. All rights reserved.
* @copyright (c) 2012-201
5
Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
* @copyright (c) 2012-201
6
Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
*
**/
...
...
@@ -52,7 +52,7 @@ CORE_zlag2c_parsec(dague_execution_unit_t *context, dague_execution_context_t *t
return
0
;
}
void
MORSE_TASK_zlag2c
(
MORSE_option_t
*
options
,
void
MORSE_TASK_zlag2c
(
const
MORSE_option_t
*
options
,
int
m
,
int
n
,
int
nb
,
MORSE_desc_t
*
A
,
int
Am
,
int
An
,
int
lda
,
MORSE_desc_t
*
B
,
int
Bm
,
int
Bn
,
int
ldb
)
...
...
@@ -99,7 +99,7 @@ CORE_clag2z_parsec(dague_execution_unit_t *context, dague_execution_context_t *t
return
0
;
}
void
MORSE_TASK_clag2z
(
MORSE_option_t
*
options
,
void
MORSE_TASK_clag2z
(
const
MORSE_option_t
*
options
,
int
m
,
int
n
,
int
nb
,
MORSE_desc_t
*
A
,
int
Am
,
int
An
,
int
lda
,
MORSE_desc_t
*
B
,
int
Bm
,
int
Bn
,
int
ldb
)
...
...
runtime/parsec/codelets/codelet_zlange.c
View file @
ce3d81e9
...
...
@@ -4,7 +4,7 @@
* of Tennessee Research Foundation.
* All rights reserved.
* @copyright (c) 2012-2015 Inria. All rights reserved.
* @copyright (c) 2012-201
5
Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
* @copyright (c) 2012-201
6
Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
*
**/
...
...
@@ -49,7 +49,7 @@ CORE_zlange_parsec(dague_execution_unit_t *context, dague_execution_context_t *t
return
0
;
}
void
MORSE_TASK_zlange
(
MORSE_option_t
*
options
,
void
MORSE_TASK_zlange
(
const
MORSE_option_t
*
options
,
MORSE_enum
norm
,
int
M
,
int
N
,
int
NB
,
MORSE_desc_t
*
A
,
int
Am
,
int
An
,
int
LDA
,
MORSE_desc_t
*
B
,
int
Bm
,
int
Bn
)
...
...
@@ -88,7 +88,7 @@ CORE_zlange_max_parsec(dague_execution_unit_t *context, dague_execution_context_
return
0
;
}
void
MORSE_TASK_zlange_max
(
MORSE_option_t
*
options
,
void
MORSE_TASK_zlange_max
(
const
MORSE_option_t
*
options
,
MORSE_desc_t
*
A
,
int
Am
,
int
An
,
MORSE_desc_t
*
B
,
int
Bm
,
int
Bn
)
{
...
...
runtime/parsec/codelets/codelet_zlanhe.c
View file @
ce3d81e9
...
...
@@ -4,7 +4,7 @@
* of Tennessee Research Foundation.
* All rights reserved.
* @copyright (c) 2012-2015 Inria. All rights reserved.
* @copyright (c) 2012-201
5
Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
* @copyright (c) 2012-201
6
Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
*
**/
...
...
@@ -48,7 +48,7 @@ CORE_zlanhe_parsec(dague_execution_unit_t *context, dague_execution_context_t *t
return
0
;
}
void
MORSE_TASK_zlanhe
(
MORSE_option_t
*
options
,
void
MORSE_TASK_zlanhe
(
const
MORSE_option_t
*
options
,
MORSE_enum
norm
,
MORSE_enum
uplo
,
int
N
,
int
NB
,
MORSE_desc_t
*
A
,
int
Am
,
int
An
,
int
LDA
,
MORSE_desc_t
*
B
,
int
Bm
,
int
Bn
)
...
...
runtime/parsec/codelets/codelet_zlansy.c
View file @
ce3d81e9
...
...
@@ -4,7 +4,7 @@
* of Tennessee Research Foundation.
* All rights reserved.
* @copyright (c) 2012-2015 Inria. All rights reserved.
* @copyright (c) 2012-201
5
Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
* @copyright (c) 2012-201
6
Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
*
**/
...
...
@@ -49,7 +49,7 @@ CORE_zlansy_parsec(dague_execution_unit_t *context, dague_execution_context_t *t
return
0
;
}
void
MORSE_TASK_zlansy
(
MORSE_option_t
*
options
,
void
MORSE_TASK_zlansy
(
const
MORSE_option_t
*
options
,
MORSE_enum
norm
,
MORSE_enum
uplo
,
int
N
,
int
NB
,
MORSE_desc_t
*
A
,
int
Am
,
int
An
,
int
LDA
,
MORSE_desc_t
*
B
,
int
Bm
,
int
Bn
)
...
...
runtime/parsec/codelets/codelet_zlantr.c
View file @
ce3d81e9
...
...
@@ -4,7 +4,7 @@
* of Tennessee Research Foundation.
* All rights reserved.
* @copyright (c) 2012-2015 Inria. All rights reserved.
* @copyright (c) 2012-201
5
Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
* @copyright (c) 2012-201
6
Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
*
**/
...
...
@@ -50,7 +50,7 @@ CORE_zlantr_parsec(dague_execution_unit_t *context, dague_execution_context_t *t
return
0
;
}
void
MORSE_TASK_zlantr
(
MORSE_option_t
*
options
,
void
MORSE_TASK_zlantr
(
const
MORSE_option_t
*
options
,
MORSE_enum
norm
,
MORSE_enum
uplo
,
MORSE_enum
diag
,
int
M
,
int
N
,
int
NB
,
MORSE_desc_t
*
A
,
int
Am
,
int
An
,
int
LDA
,
...
...
runtime/parsec/codelets/codelet_zlaset.c
View file @
ce3d81e9
...
...
@@ -4,7 +4,7 @@
* of Tennessee Research Foundation.
* All rights reserved.
* @copyright (c) 2012-2015 Inria. All rights reserved.
* @copyright (c) 2012-201
5
Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
* @copyright (c) 2012-201
6
Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
*
**/
...
...
@@ -85,7 +85,7 @@ CORE_zlaset_parsec(dague_execution_unit_t *context, dague_execution_context_t *
return
0
;
}
void
MORSE_TASK_zlaset
(
MORSE_option_t
*
options
,
void
MORSE_TASK_zlaset
(
const
MORSE_option_t
*
options
,
MORSE_enum
uplo
,
int
M
,
int
N
,
MORSE_Complex64_t
alpha
,
MORSE_Complex64_t
beta
,
MORSE_desc_t
*
A
,
int
Am
,
int
An
,
int
LDA
)
...
...
runtime/parsec/codelets/codelet_zlaset2.c
View file @
ce3d81e9
...
...
@@ -4,7 +4,7 @@
* of Tennessee Research Foundation.
* All rights reserved.
* @copyright (c) 2012-2015 Inria. All rights reserved.
* @copyright (c) 2012-201
5
Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
* @copyright (c) 2012-201
6
Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
*
**/
...
...
@@ -79,7 +79,7 @@ CORE_zlaset2_parsec(dague_execution_unit_t *context, dague_execution_context_t *
return
0
;
}
void
MORSE_TASK_zlaset2
(
MORSE_option_t
*
options
,
void
MORSE_TASK_zlaset2
(
const
MORSE_option_t
*
options
,
MORSE_enum
uplo
,
int
M
,
int
N
,
MORSE_Complex64_t
alpha
,
MORSE_desc_t
*
A
,
int
Am
,
int
An
,
int
LDA
)
{
...
...
runtime/parsec/codelets/codelet_zlauum.c
View file @
ce3d81e9
...
...
@@ -4,7 +4,7 @@
* of Tennessee Research Foundation.
* All rights reserved.
* @copyright (c) 2012-2015 Inria. All rights reserved.
* @copyright (c) 2012-201
5
Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
* @copyright (c) 2012-201
6
Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
*
**/
...
...
@@ -48,7 +48,7 @@ CORE_zlauum_parsec(dague_execution_unit_t *context, dague_execution_context_t *
return
0
;
}
void
MORSE_TASK_zlauum
(
MORSE_option_t
*
options
,
void
MORSE_TASK_zlauum
(
const
MORSE_option_t
*
options
,
MORSE_enum
uplo
,
int
n
,
int
nb
,
MORSE_desc_t
*
A
,
int
Am
,
int
An
,
int
lda
)
{
...
...
runtime/parsec/codelets/codelet_zpamm.c
View file @
ce3d81e9
...
...
@@ -4,7 +4,7 @@
* of Tennessee Research Foundation.
* All rights reserved.
* @copyright (c) 2012-2015 Inria. All rights reserved.
* @copyright (c) 2012-201
5
Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
* @copyright (c) 2012-201
6
Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
*
**/
...
...
@@ -209,7 +209,7 @@ CORE_zpamm_parsec(dague_execution_unit_t *context, dague_execution_context_t *th
}
void
MORSE_TASK_zpamm
(
MORSE_option_t
*
options
,
MORSE_TASK_zpamm
(
const
MORSE_option_t
*
options
,
int
op
,
MORSE_enum
side
,
int
storev
,
int
m
,
int
n
,
int
k
,
int
l
,
MORSE_desc_t
*
A1
,
int
A1m
,
int
A1n
,
int
lda1
,
...
...
runtime/parsec/codelets/codelet_zplghe.c
View file @
ce3d81e9
...
...
@@ -4,7 +4,7 @@
* of Tennessee Research Foundation.
* All rights reserved.
* @copyright (c) 2012-2015 Inria. All rights reserved.
* @copyright (c) 2012-201
5
Bordeaux INP, CNRS (LaBRI U