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
7f10146a
Commit
7f10146a
authored
Jun 14, 2017
by
Mathieu Faverge
Committed by
BOUCHERIE Raphael
Jun 16, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Indentation
parent
f1499635
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
10 deletions
+13
-10
compute/zgelqs.c
compute/zgelqs.c
+13
-10
No files found.
compute/zgelqs.c
View file @
7f10146a
/**
*
* @copyright
(c)
2009-2014 The University of Tennessee and The University
*
of Tennessee Research Foundation.
*
All rights reserved.
* @copyright
(c) 2012-2014 Inria. All rights reserved.
*
@copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
Univ. Bordeaux. All rights reserved.
* @copyright 2009-2014 The University of Tennessee and The University
* of Tennessee Research Foundation.
* All rights reserved.
* @copyright
2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
*
Univ. Bordeaux. All rights reserved.
*
**/
...
...
@@ -29,7 +29,8 @@
**/
#include "control/common.h"
/***************************************************************************//**
/**
*******************************************************************************
*
* @ingroup MORSE_Complex64_t
*
...
...
@@ -161,13 +162,14 @@ int MORSE_zgelqs(int M, int N, int NRHS,
/* morse_ziptile2lap( descB, B, NB, NB, LDB, NRHS, sequence, &request);*/
/* morse_sequence_wait(morse, sequence);*/
/* }*/
status
=
sequence
->
status
;
morse_sequence_destroy
(
morse
,
sequence
);
return
status
;
}
/***************************************************************************//**
/**
*******************************************************************************
*
* @ingroup MORSE_Complex64_t_Tile
*
...
...
@@ -222,13 +224,14 @@ int MORSE_zgelqs_Tile(MORSE_desc_t *A, MORSE_desc_t *T, MORSE_desc_t *B)
morse_sequence_wait
(
morse
,
sequence
);
RUNTIME_desc_getoncpu
(
A
);
RUNTIME_desc_getoncpu
(
B
);
status
=
sequence
->
status
;
morse_sequence_destroy
(
morse
,
sequence
);
return
status
;
}
/***************************************************************************//**
/**
*******************************************************************************
*
* @ingroup MORSE_Complex64_t_Tile_Async
*
...
...
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