Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
AGULLO Emmanuel
Chameleon
Commits
8580d1d7
Commit
8580d1d7
authored
Dec 02, 2016
by
PRUVOST Florent
Browse files
add type!
parent
1432bf39
Changes
2
Hide whitespace changes
Inline
Side-by-side
compute/pzpotrf.c
View file @
8580d1d7
...
...
@@ -60,7 +60,7 @@ void morse_pzpotrf(MORSE_enum uplo, MORSE_desc_t *A,
#if !defined(CHAMELEON_SIMULATION)
int
nb
=
magma_get_zpotrf_nb
(
A
->
nb
);
#else
nb
=
A
->
nb
;
int
nb
=
A
->
nb
;
#endif
ws_host
=
sizeof
(
MORSE_Complex64_t
)
*
nb
*
nb
;
}
...
...
compute/pzpotrimm.c
View file @
8580d1d7
...
...
@@ -62,7 +62,7 @@ void morse_pzpotrimm(MORSE_enum uplo, MORSE_desc_t *A, MORSE_desc_t *B, MORSE_de
#if !defined(CHAMELEON_SIMULATION)
int
nb
=
magma_get_zpotrf_nb
(
A
->
nb
);
#else
nb
=
A
->
nb
;
int
nb
=
A
->
nb
;
#endif
RUNTIME_options_ws_alloc
(
&
options
,
nb
*
nb
,
0
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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