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
45553070
Commit
45553070
authored
Sep 15, 2015
by
PRUVOST Florent
Browse files
remove the include lapacke
parent
37a1e694
Changes
43
Hide whitespace changes
Inline
Side-by-side
runtime/quark/codelets/codelet_zgelqt.c
View file @
45553070
...
...
@@ -28,7 +28,7 @@
* @precisions normal z -> c d s
*
**/
#include "coreblas/include/lapacke.h"
#include "runtime/quark/include/morse_quark.h"
/***************************************************************************//**
...
...
runtime/quark/codelets/codelet_zgeqrt.c
View file @
45553070
...
...
@@ -28,7 +28,7 @@
* @precisions normal z -> c d s
*
**/
#include "coreblas/include/lapacke.h"
#include "runtime/quark/include/morse_quark.h"
/***************************************************************************//**
...
...
runtime/quark/codelets/codelet_zgessm.c
View file @
45553070
...
...
@@ -29,7 +29,7 @@
*
**/
#include "coreblas/include/cblas.h"
#include "coreblas/include/lapacke.h"
#include "runtime/quark/include/morse_quark.h"
/***************************************************************************//**
...
...
runtime/quark/codelets/codelet_zgetrf.c
View file @
45553070
...
...
@@ -26,7 +26,7 @@
* @precisions normal z -> c d s
*
**/
#include "coreblas/include/lapacke.h"
#include "runtime/quark/include/morse_quark.h"
void
MORSE_TASK_zgetrf
(
MORSE_option_t
*
options
,
...
...
runtime/quark/codelets/codelet_zgetrf_incpiv.c
View file @
45553070
...
...
@@ -28,7 +28,7 @@
* @precisions normal z -> c d s
*
**/
#include "coreblas/include/lapacke.h"
#include "runtime/quark/include/morse_quark.h"
/***************************************************************************//**
...
...
runtime/quark/codelets/codelet_zlacpy.c
View file @
45553070
...
...
@@ -28,7 +28,7 @@
* @precisions normal z -> c d s
*
**/
#include "coreblas/include/lapacke.h"
#include "runtime/quark/include/morse_quark.h"
/***************************************************************************//**
...
...
runtime/quark/codelets/codelet_zlag2c.c
View file @
45553070
...
...
@@ -26,7 +26,7 @@
* @precisions mixed zc -> ds
*
**/
#include "coreblas/include/lapacke.h"
#include "runtime/quark/include/morse_quark.h"
/***************************************************************************//**
...
...
runtime/quark/codelets/codelet_zlange.c
View file @
45553070
...
...
@@ -26,7 +26,7 @@
* @precisions normal z -> c d s
*
**/
#include "coreblas/include/lapacke.h"
#include "runtime/quark/include/morse_quark.h"
void
MORSE_TASK_zlange
(
MORSE_option_t
*
options
,
...
...
runtime/quark/codelets/codelet_zlanhe.c
View file @
45553070
...
...
@@ -26,7 +26,7 @@
* @precisions normal z -> c
*
**/
#include "coreblas/include/lapacke.h"
#include "runtime/quark/include/morse_quark.h"
void
MORSE_TASK_zlanhe
(
MORSE_option_t
*
options
,
...
...
runtime/quark/codelets/codelet_zlansy.c
View file @
45553070
...
...
@@ -26,7 +26,7 @@
* @precisions normal z -> c d s
*
**/
#include "coreblas/include/lapacke.h"
#include "runtime/quark/include/morse_quark.h"
void
MORSE_TASK_zlansy
(
MORSE_option_t
*
options
,
...
...
runtime/quark/codelets/codelet_zlaset.c
View file @
45553070
...
...
@@ -27,7 +27,7 @@
* @precisions normal z -> c d s
*
**/
#include "coreblas/include/lapacke.h"
#include "runtime/quark/include/morse_quark.h"
...
...
runtime/quark/codelets/codelet_zlaset2.c
View file @
45553070
...
...
@@ -27,7 +27,7 @@
* @precisions normal z -> c d s
*
**/
#include "coreblas/include/lapacke.h"
#include "runtime/quark/include/morse_quark.h"
...
...
runtime/quark/codelets/codelet_zlauum.c
View file @
45553070
...
...
@@ -28,7 +28,7 @@
* @precisions normal z -> c d s
*
**/
#include "coreblas/include/lapacke.h"
#include "runtime/quark/include/morse_quark.h"
/***************************************************************************//**
...
...
runtime/quark/codelets/codelet_zpamm.c
View file @
45553070
...
...
@@ -28,7 +28,7 @@
*
**/
#include "coreblas/include/cblas.h"
#include "coreblas/include/lapacke.h"
#include "runtime/quark/include/morse_quark.h"
/***************************************************************************//**
...
...
runtime/quark/codelets/codelet_zpotrf.c
View file @
45553070
...
...
@@ -28,7 +28,7 @@
* @precisions normal z -> c d s
*
**/
#include "coreblas/include/lapacke.h"
#include "runtime/quark/include/morse_quark.h"
/***************************************************************************//**
...
...
runtime/quark/codelets/codelet_ztrtri.c
View file @
45553070
...
...
@@ -28,7 +28,7 @@
* @precisions normal z -> c d s
*
**/
#include "coreblas/include/lapacke.h"
#include "runtime/quark/include/morse_quark.h"
/***************************************************************************//**
...
...
runtime/quark/codelets/codelet_ztslqt.c
View file @
45553070
...
...
@@ -28,7 +28,7 @@
* @precisions normal z -> c d s
*
**/
#include "coreblas/include/lapacke.h"
#include "runtime/quark/include/morse_quark.h"
#undef REAL
#define COMPLEX
...
...
runtime/quark/codelets/codelet_ztsqrt.c
View file @
45553070
...
...
@@ -28,7 +28,7 @@
* @precisions normal z -> c d s
*
**/
#include "coreblas/include/lapacke.h"
#include "runtime/quark/include/morse_quark.h"
#undef REAL
#define COMPLEX
...
...
runtime/quark/codelets/codelet_zttlqt.c
View file @
45553070
...
...
@@ -28,7 +28,7 @@
* @precisions normal z -> c d s
*
**/
#include "coreblas/include/lapacke.h"
#include "runtime/quark/include/morse_quark.h"
#undef REAL
#define COMPLEX
...
...
runtime/quark/codelets/codelet_zttqrt.c
View file @
45553070
...
...
@@ -28,7 +28,7 @@
* @precisions normal z -> c d s
*
**/
#include "coreblas/include/lapacke.h"
#include "runtime/quark/include/morse_quark.h"
#undef REAL
#define COMPLEX
...
...
Prev
1
2
3
Next
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