Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
AGULLO Emmanuel
Chameleon
Commits
815e8bab
Commit
815e8bab
authored
Mar 17, 2017
by
THIBAULT Samuel
Browse files
Fix tile access
parent
cac0a731
Changes
1
Show whitespace changes
Inline
Side-by-side
runtime/starpu/codelets/codelet_ztile_zero.c
View file @
815e8bab
...
...
@@ -39,7 +39,7 @@ void MORSE_TASK_ztile_zero(const const MORSE_option_t *options,
void
(
*
callback
)(
void
*
)
=
options
->
profiling
?
cl_zlacpy_callback
:
NULL
;
MORSE_BEGIN_ACCESS_DECLARATION
;
MORSE_ACCESS_
R
W
(
A
,
Am
,
An
);
MORSE_ACCESS_W
(
A
,
Am
,
An
);
MORSE_END_ACCESS_DECLARATION
;
starpu_insert_task
(
...
...
@@ -48,7 +48,7 @@ void MORSE_TASK_ztile_zero(const const MORSE_option_t *options,
STARPU_VALUE
,
&
X2
,
sizeof
(
int
),
STARPU_VALUE
,
&
Y1
,
sizeof
(
int
),
STARPU_VALUE
,
&
Y2
,
sizeof
(
int
),
STARPU_
R
W
,
RTBLKADDR
(
A
,
MORSE_Complex64_t
,
Am
,
An
),
STARPU_W
,
RTBLKADDR
(
A
,
MORSE_Complex64_t
,
Am
,
An
),
STARPU_VALUE
,
&
lda
,
sizeof
(
int
),
STARPU_PRIORITY
,
options
->
priority
,
STARPU_CALLBACK
,
callback
,
NULL
,
...
...
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