Skip to content
GitLab
Menu
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
1432bf39
Commit
1432bf39
authored
Dec 02, 2016
by
PRUVOST Florent
Browse files
nb must be defined anyway
parent
5ba6000e
Changes
2
Show whitespace changes
Inline
Side-by-side
compute/pzpotrf.c
View file @
1432bf39
...
...
@@ -59,6 +59,8 @@ 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
;
#endif
ws_host
=
sizeof
(
MORSE_Complex64_t
)
*
nb
*
nb
;
}
...
...
compute/pzpotrimm.c
View file @
1432bf39
...
...
@@ -61,6 +61,8 @@ 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
;
#endif
RUNTIME_options_ws_alloc
(
&
options
,
nb
*
nb
,
0
);
}
...
...
Write
Preview
Supports
Markdown
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