Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
AGULLO Emmanuel
Chameleon
Commits
f9f323a0
Commit
f9f323a0
authored
Jun 12, 2017
by
BOUCHERIE Raphael
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Silent warnings with Quark compilation
parent
efffaa5a
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
1 deletion
+7
-1
runtime/quark/codelets/codelet_dataflush.c
runtime/quark/codelets/codelet_dataflush.c
+1
-1
runtime/quark/codelets/codelet_zgeadd.c
runtime/quark/codelets/codelet_zgeadd.c
+2
-0
runtime/quark/codelets/codelet_zgetrf_incpiv.c
runtime/quark/codelets/codelet_zgetrf_incpiv.c
+2
-0
runtime/quark/codelets/codelet_ztradd.c
runtime/quark/codelets/codelet_ztradd.c
+2
-0
No files found.
runtime/quark/codelets/codelet_dataflush.c
View file @
f9f323a0
...
...
@@ -29,7 +29,7 @@
void
MORSE_TASK_dataflush
(
const
MORSE_option_t
*
options
,
const
MORSE_desc_t
*
A
,
int
Am
,
int
An
)
{
(
void
)
options
;
(
void
)
A
;
(
void
)
options
;
(
void
)
A
;
(
void
)
Am
;
(
void
)
An
;
/*
* This is useful for StarPU implementation, if it happens in Quark, it will
...
...
runtime/quark/codelets/codelet_zgeadd.c
View file @
f9f323a0
...
...
@@ -117,4 +117,6 @@ void MORSE_TASK_zgeadd(const MORSE_option_t *options,
sizeof
(
MORSE_Complex64_t
)
*
ldb
*
n
,
RTBLKADDR
(
B
,
MORSE_Complex64_t
,
Bm
,
Bn
),
INOUT
,
sizeof
(
int
),
&
ldb
,
VALUE
,
0
);
(
void
)
nb
;
}
runtime/quark/codelets/codelet_zgetrf_incpiv.c
View file @
f9f323a0
...
...
@@ -107,6 +107,8 @@ void MORSE_TASK_zgetrf_incpiv(const MORSE_option_t *options,
sizeof
(
MORSE_bool
),
&
check_info
,
VALUE
,
sizeof
(
int
),
&
iinfo
,
VALUE
,
0
);
(
void
)
L
;
(
void
)
Lm
;
(
void
)
Ln
;
(
void
)
ldl
;
}
...
...
runtime/quark/codelets/codelet_ztradd.c
View file @
f9f323a0
...
...
@@ -123,5 +123,7 @@ void MORSE_TASK_ztradd(const MORSE_option_t *options,
sizeof
(
MORSE_Complex64_t
)
*
ldb
*
n
,
RTBLKADDR
(
B
,
MORSE_Complex64_t
,
Bm
,
Bn
),
INOUT
,
sizeof
(
int
),
&
ldb
,
VALUE
,
0
);
(
void
)
nb
;
}
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