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
b7a71b38
Commit
b7a71b38
authored
Aug 22, 2017
by
Mathieu Faverge
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove the coreblas_include dependency in compute directory
parent
da0c7350
Changes
70
Hide whitespace changes
Inline
Side-by-side
Showing
70 changed files
with
32 additions
and
82 deletions
+32
-82
compute/CMakeLists.txt
compute/CMakeLists.txt
+0
-4
compute/zgesvd.c
compute/zgesvd.c
+2
-0
compute/zheevd.c
compute/zheevd.c
+1
-0
control/common.h
control/common.h
+0
-5
control/descriptor.c
control/descriptor.c
+1
-1
runtime/parsec/CMakeLists.txt
runtime/parsec/CMakeLists.txt
+18
-8
runtime/starpu/CMakeLists.txt
runtime/starpu/CMakeLists.txt
+2
-2
runtime/starpu/codelets/codelet_zasum.c
runtime/starpu/codelets/codelet_zasum.c
+0
-1
runtime/starpu/codelets/codelet_zaxpy.c
runtime/starpu/codelets/codelet_zaxpy.c
+0
-1
runtime/starpu/codelets/codelet_zbuild.c
runtime/starpu/codelets/codelet_zbuild.c
+0
-1
runtime/starpu/codelets/codelet_zgeadd.c
runtime/starpu/codelets/codelet_zgeadd.c
+0
-1
runtime/starpu/codelets/codelet_zgelqt.c
runtime/starpu/codelets/codelet_zgelqt.c
+0
-1
runtime/starpu/codelets/codelet_zgemm.c
runtime/starpu/codelets/codelet_zgemm.c
+0
-1
runtime/starpu/codelets/codelet_zgeqrt.c
runtime/starpu/codelets/codelet_zgeqrt.c
+0
-1
runtime/starpu/codelets/codelet_zgessm.c
runtime/starpu/codelets/codelet_zgessm.c
+0
-1
runtime/starpu/codelets/codelet_zgessq.c
runtime/starpu/codelets/codelet_zgessq.c
+0
-1
runtime/starpu/codelets/codelet_zgetrf.c
runtime/starpu/codelets/codelet_zgetrf.c
+0
-1
runtime/starpu/codelets/codelet_zgetrf_incpiv.c
runtime/starpu/codelets/codelet_zgetrf_incpiv.c
+0
-1
runtime/starpu/codelets/codelet_zgetrf_nopiv.c
runtime/starpu/codelets/codelet_zgetrf_nopiv.c
+0
-1
runtime/starpu/codelets/codelet_zhe2ge.c
runtime/starpu/codelets/codelet_zhe2ge.c
+0
-1
runtime/starpu/codelets/codelet_zhemm.c
runtime/starpu/codelets/codelet_zhemm.c
+0
-1
runtime/starpu/codelets/codelet_zher2k.c
runtime/starpu/codelets/codelet_zher2k.c
+0
-1
runtime/starpu/codelets/codelet_zherfb.c
runtime/starpu/codelets/codelet_zherfb.c
+0
-1
runtime/starpu/codelets/codelet_zherk.c
runtime/starpu/codelets/codelet_zherk.c
+0
-1
runtime/starpu/codelets/codelet_zhessq.c
runtime/starpu/codelets/codelet_zhessq.c
+0
-1
runtime/starpu/codelets/codelet_zlacpy.c
runtime/starpu/codelets/codelet_zlacpy.c
+0
-1
runtime/starpu/codelets/codelet_zlag2c.c
runtime/starpu/codelets/codelet_zlag2c.c
+0
-1
runtime/starpu/codelets/codelet_zlange.c
runtime/starpu/codelets/codelet_zlange.c
+0
-1
runtime/starpu/codelets/codelet_zlanhe.c
runtime/starpu/codelets/codelet_zlanhe.c
+0
-1
runtime/starpu/codelets/codelet_zlansy.c
runtime/starpu/codelets/codelet_zlansy.c
+0
-1
runtime/starpu/codelets/codelet_zlantr.c
runtime/starpu/codelets/codelet_zlantr.c
+0
-1
runtime/starpu/codelets/codelet_zlascal.c
runtime/starpu/codelets/codelet_zlascal.c
+0
-1
runtime/starpu/codelets/codelet_zlaset.c
runtime/starpu/codelets/codelet_zlaset.c
+0
-1
runtime/starpu/codelets/codelet_zlaset2.c
runtime/starpu/codelets/codelet_zlaset2.c
+0
-1
runtime/starpu/codelets/codelet_zlatro.c
runtime/starpu/codelets/codelet_zlatro.c
+0
-1
runtime/starpu/codelets/codelet_zlauum.c
runtime/starpu/codelets/codelet_zlauum.c
+0
-1
runtime/starpu/codelets/codelet_zplghe.c
runtime/starpu/codelets/codelet_zplghe.c
+0
-1
runtime/starpu/codelets/codelet_zplgsy.c
runtime/starpu/codelets/codelet_zplgsy.c
+0
-1
runtime/starpu/codelets/codelet_zplrnt.c
runtime/starpu/codelets/codelet_zplrnt.c
+0
-1
runtime/starpu/codelets/codelet_zplssq.c
runtime/starpu/codelets/codelet_zplssq.c
+0
-1
runtime/starpu/codelets/codelet_zpotrf.c
runtime/starpu/codelets/codelet_zpotrf.c
+0
-1
runtime/starpu/codelets/codelet_zssssm.c
runtime/starpu/codelets/codelet_zssssm.c
+0
-1
runtime/starpu/codelets/codelet_zsymm.c
runtime/starpu/codelets/codelet_zsymm.c
+0
-1
runtime/starpu/codelets/codelet_zsyr2k.c
runtime/starpu/codelets/codelet_zsyr2k.c
+0
-1
runtime/starpu/codelets/codelet_zsyrk.c
runtime/starpu/codelets/codelet_zsyrk.c
+0
-1
runtime/starpu/codelets/codelet_zsyssq.c
runtime/starpu/codelets/codelet_zsyssq.c
+0
-1
runtime/starpu/codelets/codelet_zsytrf_nopiv.c
runtime/starpu/codelets/codelet_zsytrf_nopiv.c
+0
-1
runtime/starpu/codelets/codelet_ztile_zero.c
runtime/starpu/codelets/codelet_ztile_zero.c
+0
-1
runtime/starpu/codelets/codelet_ztpmqrt.c
runtime/starpu/codelets/codelet_ztpmqrt.c
+0
-1
runtime/starpu/codelets/codelet_ztpqrt.c
runtime/starpu/codelets/codelet_ztpqrt.c
+0
-1
runtime/starpu/codelets/codelet_ztradd.c
runtime/starpu/codelets/codelet_ztradd.c
+0
-1
runtime/starpu/codelets/codelet_ztrasm.c
runtime/starpu/codelets/codelet_ztrasm.c
+0
-1
runtime/starpu/codelets/codelet_ztrmm.c
runtime/starpu/codelets/codelet_ztrmm.c
+0
-1
runtime/starpu/codelets/codelet_ztrsm.c
runtime/starpu/codelets/codelet_ztrsm.c
+0
-1
runtime/starpu/codelets/codelet_ztrssq.c
runtime/starpu/codelets/codelet_ztrssq.c
+0
-1
runtime/starpu/codelets/codelet_ztrtri.c
runtime/starpu/codelets/codelet_ztrtri.c
+0
-1
runtime/starpu/codelets/codelet_ztslqt.c
runtime/starpu/codelets/codelet_ztslqt.c
+0
-1
runtime/starpu/codelets/codelet_ztsmlq.c
runtime/starpu/codelets/codelet_ztsmlq.c
+0
-1
runtime/starpu/codelets/codelet_ztsmlq_hetra1.c
runtime/starpu/codelets/codelet_ztsmlq_hetra1.c
+0
-1
runtime/starpu/codelets/codelet_ztsmqr.c
runtime/starpu/codelets/codelet_ztsmqr.c
+0
-1
runtime/starpu/codelets/codelet_ztsmqr_hetra1.c
runtime/starpu/codelets/codelet_ztsmqr_hetra1.c
+0
-1
runtime/starpu/codelets/codelet_ztsqrt.c
runtime/starpu/codelets/codelet_ztsqrt.c
+0
-1
runtime/starpu/codelets/codelet_ztstrf.c
runtime/starpu/codelets/codelet_ztstrf.c
+0
-1
runtime/starpu/codelets/codelet_zttlqt.c
runtime/starpu/codelets/codelet_zttlqt.c
+0
-1
runtime/starpu/codelets/codelet_zttmlq.c
runtime/starpu/codelets/codelet_zttmlq.c
+0
-1
runtime/starpu/codelets/codelet_zttmqr.c
runtime/starpu/codelets/codelet_zttmqr.c
+0
-1
runtime/starpu/codelets/codelet_zttqrt.c
runtime/starpu/codelets/codelet_zttqrt.c
+0
-1
runtime/starpu/codelets/codelet_zunmlq.c
runtime/starpu/codelets/codelet_zunmlq.c
+0
-1
runtime/starpu/codelets/codelet_zunmqr.c
runtime/starpu/codelets/codelet_zunmqr.c
+0
-1
runtime/starpu/include/runtime_codelet_z.h
runtime/starpu/include/runtime_codelet_z.h
+8
-0
No files found.
compute/CMakeLists.txt
View file @
b7a71b38
...
...
@@ -303,12 +303,8 @@ list(INSERT CHAMELEON_DEP 0 -lchameleon)
add_dependencies
(
chameleon
chameleon_include
coreblas_include
control_include
)
if
(
NOT CHAMELEON_SIMULATION
)
add_dependencies
(
chameleon coreblas_include
)
endif
()
set_property
(
TARGET chameleon PROPERTY LINKER_LANGUAGE Fortran
)
set_property
(
TARGET chameleon PROPERTY Fortran_MODULE_DIRECTORY
"
${
CMAKE_BINARY_DIR
}
/include"
)
...
...
compute/zgesvd.c
View file @
b7a71b38
...
...
@@ -23,6 +23,8 @@
* @precisions normal z -> s d c
*
**/
#include <stdio.h>
#include <string.h>
#include <coreblas/lapacke.h>
#include "control/common.h"
...
...
compute/zheevd.c
View file @
b7a71b38
...
...
@@ -23,6 +23,7 @@
* @precisions normal z -> s d c
*
**/
#include <string.h>
#include <coreblas/lapacke.h>
#include "control/common.h"
...
...
control/common.h
View file @
b7a71b38
...
...
@@ -74,11 +74,6 @@
**/
#include "morse.h"
#include "coreblas.h"
#if defined(CHAMELEON_USE_CUDA) && !defined(CHAMELEON_SIMULATION)
#include "cudablas.h"
#endif
#include "control/global.h"
#include "control/auxiliary.h"
#include "control/context.h"
...
...
control/descriptor.c
View file @
b7a71b38
...
...
@@ -29,9 +29,9 @@
* @brief Group descriptor routines exposed to users
*
*/
#include <stdlib.h>
#include <assert.h>
#include <string.h>
#include "control/common.h"
#include "control/descriptor.h"
#include "chameleon/morse_runtime.h"
...
...
runtime/parsec/CMakeLists.txt
View file @
b7a71b38
...
...
@@ -44,8 +44,8 @@ set(RUNTIME_HDRS_GENERATED "")
# Define the list of headers
# --------------------------
set
(
RUNTIME_HDRS
include/chameleon_parsec.h
)
include/chameleon_parsec.h
)
# Add generated headers
# ---------------------
...
...
@@ -111,10 +111,16 @@ add_library(chameleon_parsec ${RUNTIME_SRCS})
set_property
(
TARGET chameleon_parsec PROPERTY LINKER_LANGUAGE Fortran
)
set_property
(
TARGET chameleon_parsec PROPERTY INSTALL_NAME_DIR
"
${
CMAKE_INSTALL_PREFIX
}
/lib"
)
target_link_libraries
(
chameleon_parsec coreblas
${
PARSEC_LIBRARIES_DEP
}
)
if
(
CHAMELEON_USE_CUDA
)
target_link_libraries
(
chameleon_parsec cudablas
)
endif
(
CHAMELEON_USE_CUDA
)
target_link_libraries
(
chameleon_parsec
${
PARSEC_LIBRARIES_DEP
}
)
if
(
NOT CHAMELEON_SIMULATION
)
target_link_libraries
(
chameleon_parsec
coreblas
)
if
(
CHAMELEON_USE_CUDA
)
target_link_libraries
(
chameleon_parsec
cudablas
)
endif
(
CHAMELEON_USE_CUDA
)
endif
(
NOT CHAMELEON_SIMULATION
)
add_dependencies
(
chameleon_parsec
chameleon_include
...
...
@@ -123,14 +129,18 @@ add_dependencies(chameleon_parsec
runtime_parsec_include
)
if
(
CHAMELEON_USE_CUDA AND NOT CHAMELEON_SIMULATION
)
if
(
NOT CHAMELEON_SIMULATION
)
add_dependencies
(
chameleon_parsec coreblas_include
)
if
(
CHAMELEON_USE_CUDA
)
add_dependencies
(
chameleon_parsec cudablas_include
)
endif
()
endif
()
# installation
# ------------
install
(
TARGETS chameleon_parsec
DESTINATION lib
)
ARCHIVE DESTINATION lib
LIBRARY DESTINATION lib
)
###
### END CMakeLists.txt
...
...
runtime/starpu/CMakeLists.txt
View file @
b7a71b38
...
...
@@ -75,7 +75,7 @@ install(
DESTINATION include/runtime/starpu
)
# Generate the Chameleon common for all possible precisions
# -----------------------------------------------------
# -----------------------------------------------------
----
set
(
RUNTIME_COMMON_GENERATED
""
)
set
(
ZSRC
control/runtime_zprofiling.c
...
...
@@ -106,7 +106,7 @@ endforeach()
set_source_files_properties
(
control/runtime_profiling.c PROPERTIES COMPILE_FLAGS
"
${
flags_to_add
}
"
)
# Generate the Chameleon sources for all possible precisions
# ------------------------------------------------------
# ------------------------------------------------------
----
set
(
RUNTIME_SRCS_GENERATED
""
)
set
(
ZSRC
codelets/codelet_zcallback.c
...
...
runtime/starpu/codelets/codelet_zasum.c
View file @
b7a71b38
...
...
@@ -26,7 +26,6 @@
**/
#include "chameleon_starpu.h"
#include "runtime_codelet_z.h"
#include "chameleon/morse_tasks_z.h"
void
MORSE_TASK_dzasum
(
const
MORSE_option_t
*
options
,
MORSE_enum
storev
,
MORSE_enum
uplo
,
int
M
,
int
N
,
...
...
runtime/starpu/codelets/codelet_zaxpy.c
View file @
b7a71b38
...
...
@@ -24,7 +24,6 @@
**/
#include "chameleon_starpu.h"
#include "runtime_codelet_z.h"
#include "chameleon/morse_tasks_z.h"
void
MORSE_TASK_zaxpy
(
const
MORSE_option_t
*
options
,
int
M
,
MORSE_Complex64_t
alpha
,
...
...
runtime/starpu/codelets/codelet_zbuild.c
View file @
b7a71b38
...
...
@@ -31,7 +31,6 @@
**/
#include "chameleon_starpu.h"
#include "runtime_codelet_z.h"
#include "chameleon/morse_tasks_z.h"
void
MORSE_TASK_zbuild
(
const
MORSE_option_t
*
options
,
const
MORSE_desc_t
*
A
,
int
Am
,
int
An
,
int
lda
,
...
...
runtime/starpu/codelets/codelet_zgeadd.c
View file @
b7a71b38
...
...
@@ -28,7 +28,6 @@
**/
#include "chameleon_starpu.h"
#include "runtime_codelet_z.h"
#include "chameleon/morse_tasks_z.h"
/**
******************************************************************************
...
...
runtime/starpu/codelets/codelet_zgelqt.c
View file @
b7a71b38
...
...
@@ -30,7 +30,6 @@
**/
#include "chameleon_starpu.h"
#include "runtime_codelet_z.h"
#include "chameleon/morse_tasks_z.h"
/**
*
...
...
runtime/starpu/codelets/codelet_zgemm.c
View file @
b7a71b38
...
...
@@ -30,7 +30,6 @@
**/
#include "chameleon_starpu.h"
#include "runtime_codelet_z.h"
#include "chameleon/morse_tasks_z.h"
/**
*
...
...
runtime/starpu/codelets/codelet_zgeqrt.c
View file @
b7a71b38
...
...
@@ -30,7 +30,6 @@
**/
#include "chameleon_starpu.h"
#include "runtime_codelet_z.h"
#include "chameleon/morse_tasks_z.h"
/**
*
...
...
runtime/starpu/codelets/codelet_zgessm.c
View file @
b7a71b38
...
...
@@ -30,7 +30,6 @@
**/
#include "chameleon_starpu.h"
#include "runtime_codelet_z.h"
#include "chameleon/morse_tasks_z.h"
/**
*
...
...
runtime/starpu/codelets/codelet_zgessq.c
View file @
b7a71b38
...
...
@@ -26,7 +26,6 @@
**/
#include "chameleon_starpu.h"
#include "runtime_codelet_z.h"
#include "chameleon/morse_tasks_z.h"
void
MORSE_TASK_zgessq
(
const
MORSE_option_t
*
options
,
int
m
,
int
n
,
...
...
runtime/starpu/codelets/codelet_zgetrf.c
View file @
b7a71b38
...
...
@@ -28,7 +28,6 @@
**/
#include "chameleon_starpu.h"
#include "runtime_codelet_z.h"
#include "chameleon/morse_tasks_z.h"
void
MORSE_TASK_zgetrf
(
const
MORSE_option_t
*
options
,
int
m
,
int
n
,
int
nb
,
...
...
runtime/starpu/codelets/codelet_zgetrf_incpiv.c
View file @
b7a71b38
...
...
@@ -30,7 +30,6 @@
**/
#include "chameleon_starpu.h"
#include "runtime_codelet_z.h"
#include "chameleon/morse_tasks_z.h"
/**
*
...
...
runtime/starpu/codelets/codelet_zgetrf_nopiv.c
View file @
b7a71b38
...
...
@@ -27,7 +27,6 @@
**/
#include "chameleon_starpu.h"
#include "runtime_codelet_z.h"
#include "chameleon/morse_tasks_z.h"
/**
*
...
...
runtime/starpu/codelets/codelet_zhe2ge.c
View file @
b7a71b38
...
...
@@ -22,7 +22,6 @@
#include "chameleon_starpu.h"
#include "runtime_codelet_z.h"
#include "chameleon/morse_tasks_z.h"
/**
*
...
...
runtime/starpu/codelets/codelet_zhemm.c
View file @
b7a71b38
...
...
@@ -30,7 +30,6 @@
**/
#include "chameleon_starpu.h"
#include "runtime_codelet_z.h"
#include "chameleon/morse_tasks_z.h"
/**
*
...
...
runtime/starpu/codelets/codelet_zher2k.c
View file @
b7a71b38
...
...
@@ -30,7 +30,6 @@
**/
#include "chameleon_starpu.h"
#include "runtime_codelet_z.h"
#include "chameleon/morse_tasks_z.h"
/**
*
...
...
runtime/starpu/codelets/codelet_zherfb.c
View file @
b7a71b38
...
...
@@ -24,7 +24,6 @@
**/
#include "chameleon_starpu.h"
#include "runtime_codelet_z.h"
#include "chameleon/morse_tasks_z.h"
/**
*
...
...
runtime/starpu/codelets/codelet_zherk.c
View file @
b7a71b38
...
...
@@ -30,7 +30,6 @@
**/
#include "chameleon_starpu.h"
#include "runtime_codelet_z.h"
#include "chameleon/morse_tasks_z.h"
/**
*
...
...
runtime/starpu/codelets/codelet_zhessq.c
View file @
b7a71b38
...
...
@@ -26,7 +26,6 @@
**/
#include "chameleon_starpu.h"
#include "runtime_codelet_z.h"
#include "chameleon/morse_tasks_z.h"
void
MORSE_TASK_zhessq
(
const
MORSE_option_t
*
options
,
MORSE_enum
uplo
,
int
n
,
...
...
runtime/starpu/codelets/codelet_zlacpy.c
View file @
b7a71b38
...
...
@@ -30,7 +30,6 @@
**/
#include "chameleon_starpu.h"
#include "runtime_codelet_z.h"
#include "chameleon/morse_tasks_z.h"
/**
*
...
...
runtime/starpu/codelets/codelet_zlag2c.c
View file @
b7a71b38
...
...
@@ -28,7 +28,6 @@
**/
#include "chameleon_starpu.h"
#include "runtime_codelet_z.h"
#include "chameleon/morse_tasks_z.h"
/**
*
...
...
runtime/starpu/codelets/codelet_zlange.c
View file @
b7a71b38
...
...
@@ -28,7 +28,6 @@
**/
#include "chameleon_starpu.h"
#include "runtime_codelet_z.h"
#include "chameleon/morse_tasks_z.h"
void
MORSE_TASK_zlange
(
const
MORSE_option_t
*
options
,
MORSE_enum
norm
,
int
M
,
int
N
,
int
NB
,
...
...
runtime/starpu/codelets/codelet_zlanhe.c
View file @
b7a71b38
...
...
@@ -28,7 +28,6 @@
**/
#include "chameleon_starpu.h"
#include "runtime_codelet_z.h"
#include "chameleon/morse_tasks_z.h"
void
MORSE_TASK_zlanhe
(
const
MORSE_option_t
*
options
,
MORSE_enum
norm
,
MORSE_enum
uplo
,
int
N
,
int
NB
,
...
...
runtime/starpu/codelets/codelet_zlansy.c
View file @
b7a71b38
...
...
@@ -28,7 +28,6 @@
**/
#include "chameleon_starpu.h"
#include "runtime_codelet_z.h"
#include "chameleon/morse_tasks_z.h"
void
MORSE_TASK_zlansy
(
const
MORSE_option_t
*
options
,
MORSE_enum
norm
,
MORSE_enum
uplo
,
int
N
,
int
NB
,
...
...
runtime/starpu/codelets/codelet_zlantr.c
View file @
b7a71b38
...
...
@@ -26,7 +26,6 @@
**/
#include "chameleon_starpu.h"
#include "runtime_codelet_z.h"
#include "chameleon/morse_tasks_z.h"
void
MORSE_TASK_zlantr
(
const
MORSE_option_t
*
options
,
MORSE_enum
norm
,
MORSE_enum
uplo
,
MORSE_enum
diag
,
...
...
runtime/starpu/codelets/codelet_zlascal.c
View file @
b7a71b38
...
...
@@ -26,7 +26,6 @@
**/
#include "chameleon_starpu.h"
#include "runtime_codelet_z.h"
#include "chameleon/morse_tasks_z.h"
/**
*
...
...
runtime/starpu/codelets/codelet_zlaset.c
View file @
b7a71b38
...
...
@@ -29,7 +29,6 @@
**/
#include "chameleon_starpu.h"
#include "runtime_codelet_z.h"
#include "chameleon/morse_tasks_z.h"
/**
...
...
runtime/starpu/codelets/codelet_zlaset2.c
View file @
b7a71b38
...
...
@@ -29,7 +29,6 @@
**/
#include "chameleon_starpu.h"
#include "runtime_codelet_z.h"
#include "chameleon/morse_tasks_z.h"
/**
...
...
runtime/starpu/codelets/codelet_zlatro.c
View file @
b7a71b38
...
...
@@ -30,7 +30,6 @@
**/
#include "chameleon_starpu.h"
#include "runtime_codelet_z.h"
#include "chameleon/morse_tasks_z.h"
/**
*
...
...
runtime/starpu/codelets/codelet_zlauum.c
View file @
b7a71b38
...
...
@@ -30,7 +30,6 @@
**/
#include "chameleon_starpu.h"
#include "runtime_codelet_z.h"
#include "chameleon/morse_tasks_z.h"
/**
*
...
...
runtime/starpu/codelets/codelet_zplghe.c
View file @
b7a71b38
...
...
@@ -30,7 +30,6 @@
**/
#include "chameleon_starpu.h"
#include "runtime_codelet_z.h"
#include "chameleon/morse_tasks_z.h"
/* MORSE_TASK_zplghe - Generate a tile for random hermitian (positive definite if bump is large enough) matrix. */
...
...
runtime/starpu/codelets/codelet_zplgsy.c
View file @
b7a71b38
...
...
@@ -30,7 +30,6 @@
**/
#include "chameleon_starpu.h"
#include "runtime_codelet_z.h"
#include "chameleon/morse_tasks_z.h"
/* MORSE_TASK_zplgsy - Generate a tile for random symmetric (positive definite if 'bump' is large enough) matrix. */
...
...
runtime/starpu/codelets/codelet_zplrnt.c
View file @
b7a71b38
...
...
@@ -30,7 +30,6 @@
**/
#include "chameleon_starpu.h"
#include "runtime_codelet_z.h"
#include "chameleon/morse_tasks_z.h"
/* MORSE_TASK_zplrnt - Generate a tile for random matrix. */
...
...
runtime/starpu/codelets/codelet_zplssq.c
View file @
b7a71b38
...
...
@@ -27,7 +27,6 @@
#include <math.h>
#include "chameleon_starpu.h"
#include "runtime_codelet_z.h"
#include "chameleon/morse_tasks_z.h"
/*****************************************************************************
*
...
...
runtime/starpu/codelets/codelet_zpotrf.c
View file @
b7a71b38
...
...
@@ -30,7 +30,6 @@
**/
#include "chameleon_starpu.h"
#include "runtime_codelet_z.h"
#include "chameleon/morse_tasks_z.h"
/**
*
...
...
runtime/starpu/codelets/codelet_zssssm.c
View file @
b7a71b38
...
...
@@ -30,7 +30,6 @@
**/
#include "chameleon_starpu.h"
#include "runtime_codelet_z.h"
#include "chameleon/morse_tasks_z.h"
/**
*
...
...
runtime/starpu/codelets/codelet_zsymm.c
View file @
b7a71b38
...
...
@@ -30,7 +30,6 @@
**/
#include "chameleon_starpu.h"
#include "runtime_codelet_z.h"
#include "chameleon/morse_tasks_z.h"
/**
*
...
...
runtime/starpu/codelets/codelet_zsyr2k.c
View file @
b7a71b38
...
...
@@ -30,7 +30,6 @@
**/
#include "chameleon_starpu.h"
#include "runtime_codelet_z.h"
#include "chameleon/morse_tasks_z.h"
/**
*
...
...
runtime/starpu/codelets/codelet_zsyrk.c
View file @
b7a71b38
...
...
@@ -30,7 +30,6 @@
**/
#include "chameleon_starpu.h"
#include "runtime_codelet_z.h"
#include "chameleon/morse_tasks_z.h"
/**
*
...
...
runtime/starpu/codelets/codelet_zsyssq.c
View file @
b7a71b38
...
...
@@ -26,7 +26,6 @@
**/
#include "chameleon_starpu.h"
#include "runtime_codelet_z.h"
#include "chameleon/morse_tasks_z.h"
void
MORSE_TASK_zsyssq
(
const
MORSE_option_t
*
options
,
MORSE_enum
uplo
,
int
n
,
...
...
runtime/starpu/codelets/codelet_zsytrf_nopiv.c
View file @
b7a71b38
...
...
@@ -30,7 +30,6 @@
**/
#include "chameleon_starpu.h"
#include "runtime_codelet_z.h"
#include "chameleon/morse_tasks_z.h"
void
MORSE_TASK_zsytrf_nopiv
(
const
MORSE_option_t
*
options
,
MORSE_enum
uplo
,
int
n
,
int
nb
,
...
...
runtime/starpu/codelets/codelet_ztile_zero.c
View file @
b7a71b38
...
...
@@ -26,7 +26,6 @@
**/
#include "chameleon_starpu.h"
#include "runtime_codelet_z.h"
#include "chameleon/morse_tasks_z.h"
/*****************************************************************************
*
...
...
runtime/starpu/codelets/codelet_ztpmqrt.c
View file @
b7a71b38
...
...
@@ -24,7 +24,6 @@
**/
#include "chameleon_starpu.h"
#include "runtime_codelet_z.h"
#include "chameleon/morse_tasks_z.h"
void
MORSE_TASK_ztpmqrt
(
const
MORSE_option_t
*
options
,
MORSE_enum
side
,
MORSE_enum
trans
,
...
...
runtime/starpu/codelets/codelet_ztpqrt.c
View file @
b7a71b38
...
...
@@ -24,7 +24,6 @@
**/
#include "chameleon_starpu.h"
#include "runtime_codelet_z.h"
#include "chameleon/morse_tasks_z.h"
void
MORSE_TASK_ztpqrt
(
const
MORSE_option_t
*
options
,
int
M
,
int
N
,
int
L
,
int
ib
,
int
nb
,
...
...
runtime/starpu/codelets/codelet_ztradd.c
View file @
b7a71b38
...
...
@@ -26,7 +26,6 @@
**/
#include "chameleon_starpu.h"
#include "runtime_codelet_z.h"
#include "chameleon/morse_tasks_z.h"
/**
******************************************************************************
...
...
runtime/starpu/codelets/codelet_ztrasm.c
View file @
b7a71b38
...
...
@@ -26,7 +26,6 @@
**/
#include "chameleon_starpu.h"
#include "runtime_codelet_z.h"
#include "chameleon/morse_tasks_z.h"
void
MORSE_TASK_ztrasm
(
const
MORSE_option_t
*
options
,
MORSE_enum
storev
,
MORSE_enum
uplo
,
MORSE_enum
diag
,
int
M
,
int
N
,
...
...
runtime/starpu/codelets/codelet_ztrmm.c
View file @
b7a71b38
...
...
@@ -30,7 +30,6 @@
**/
#include "chameleon_starpu.h"
#include "runtime_codelet_z.h"
#include "chameleon/morse_tasks_z.h"
/**
*
...
...
runtime/starpu/codelets/codelet_ztrsm.c
View file @
b7a71b38
...
...
@@ -30,7 +30,6 @@
**/
#include "chameleon_starpu.h"
#include "runtime_codelet_z.h"
#include "chameleon/morse_tasks_z.h"
/**
*
...
...
runtime/starpu/codelets/codelet_ztrssq.c
View file @
b7a71b38
...
...
@@ -26,7 +26,6 @@
**/
#include "chameleon_starpu.h"
#include "runtime_codelet_z.h"
#include "chameleon/morse_tasks_z.h"
void
MORSE_TASK_ztrssq
(
const
MORSE_option_t
*
options
,
MORSE_enum
uplo
,
MORSE_enum
diag
,
...
...
runtime/starpu/codelets/codelet_ztrtri.c
View file @
b7a71b38
...
...
@@ -30,7 +30,6 @@
**/
#include "chameleon_starpu.h"
#include "runtime_codelet_z.h"
#include "chameleon/morse_tasks_z.h"
/**
*
...
...
runtime/starpu/codelets/codelet_ztslqt.c
View file @
b7a71b38
...
...
@@ -30,7 +30,6 @@
**/
#include "chameleon_starpu.h"
#include "runtime_codelet_z.h"
#include "chameleon/morse_tasks_z.h"
#undef REAL
#define COMPLEX
...
...
runtime/starpu/codelets/codelet_ztsmlq.c
View file @
b7a71b38
...
...
@@ -32,7 +32,6 @@
**/
#include "chameleon_starpu.h"
#include "runtime_codelet_z.h"
#include "chameleon/morse_tasks_z.h"
/**
*
...
...
runtime/starpu/codelets/codelet_ztsmlq_hetra1.c
View file @
b7a71b38
...
...
@@ -26,7 +26,6 @@
**/
#include "chameleon_starpu.h"
#include "runtime_codelet_z.h"
#include "chameleon/morse_tasks_z.h"
/**
*
...
...
runtime/starpu/codelets/codelet_ztsmqr.c
View file @
b7a71b38
...
...
@@ -32,7 +32,6 @@
**/
#include "chameleon_starpu.h"
#include "runtime_codelet_z.h"
#include "chameleon/morse_tasks_z.h"
/**
*
...
...
runtime/starpu/codelets/codelet_ztsmqr_hetra1.c
View file @
b7a71b38
...
...
@@ -26,7 +26,6 @@
**/
#include "chameleon_starpu.h"
#include "runtime_codelet_z.h"
#include "chameleon/morse_tasks_z.h"
/**
*
...
...
runtime/starpu/codelets/codelet_ztsqrt.c
View file @
b7a71b38
...
...
@@ -30,7 +30,6 @@