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
31f3a887
Commit
31f3a887
authored
Dec 06, 2016
by
Mathieu Faverge
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clarify status in potrf
parent
d8e30211
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
compute/pzpotrf.c
compute/pzpotrf.c
+3
-4
No files found.
compute/pzpotrf.c
View file @
31f3a887
...
...
@@ -55,12 +55,11 @@ void morse_pzpotrf(MORSE_enum uplo, MORSE_desc_t *A,
RUNTIME_options_init
(
&
options
,
morse
,
sequence
,
request
);
#ifdef CHAMELEON_USE_MAGMA
if
(
0
)
/* Disable the workspace as long as it is is not used*/
if
(
0
)
/* Disable the workspace as long as it is is not used
(See StarPU codelet)
*/
{
int
nb
=
MORSE_IB
;
/* Approximate nb for simulation */
#if !defined(CHAMELEON_SIMULATION)
int
nb
=
magma_get_zpotrf_nb
(
A
->
nb
);
#else
int
nb
=
A
->
nb
;
nb
=
magma_get_zpotrf_nb
(
A
->
nb
);
#endif
ws_host
=
sizeof
(
MORSE_Complex64_t
)
*
nb
*
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