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
3c1112c8
Commit
3c1112c8
authored
Dec 08, 2014
by
PRUVOST Florent
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add missing headers for install process
parent
3ca5c222
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
0 deletions
+14
-0
control/CMakeLists.txt
control/CMakeLists.txt
+8
-0
control/common.h
control/common.h
+5
-0
control/descriptor.h
control/descriptor.h
+1
-0
No files found.
control/CMakeLists.txt
View file @
3c1112c8
...
@@ -42,10 +42,14 @@ precisions_rules_py(CHAMELEON_HDRS_GENERATED "${ZHDR}"
...
@@ -42,10 +42,14 @@ precisions_rules_py(CHAMELEON_HDRS_GENERATED "${ZHDR}"
set
(
CHAMELEON_HDRS
set
(
CHAMELEON_HDRS
async.h
async.h
auxiliary.h
auxiliary.h
bulge.h
common.h
common.h
context.h
context.h
descriptor.h
descriptor.h
gkkleader.h
global.h
morsewinthread.h
morsewinthread.h
tile.h
workspace.h
workspace.h
${
CHAMELEON_HDRS_GENERATED
}
${
CHAMELEON_HDRS_GENERATED
}
)
)
...
@@ -57,10 +61,14 @@ add_custom_target(control_include ALL SOURCES ${CHAMELEON_HDRS})
...
@@ -57,10 +61,14 @@ add_custom_target(control_include ALL SOURCES ${CHAMELEON_HDRS})
set
(
HDR_INSTALL
set
(
HDR_INSTALL
async.h
async.h
auxiliary.h
auxiliary.h
bulge.h
common.h
common.h
context.h
context.h
descriptor.h
descriptor.h
gkkleader.h
global.h
morsewinthread.h
morsewinthread.h
tile.h
workspace.h
workspace.h
)
)
foreach
(
hdr_file
${
CHAMELEON_HDRS_GENERATED
}
)
foreach
(
hdr_file
${
CHAMELEON_HDRS_GENERATED
}
)
...
...
control/common.h
View file @
3c1112c8
...
@@ -50,6 +50,11 @@
...
@@ -50,6 +50,11 @@
#include <cuda.h>
#include <cuda.h>
#include <cuda_runtime.h>
#include <cuda_runtime.h>
#include <cuda_runtime_api.h>
#include <cuda_runtime_api.h>
//#if defined(CHAMELEON_USE_CUBLAS_V2)
//#include <cublas_v2.h>
//#else
//#include <cublas.h>
//#endif
#include <cublas.h>
#include <cublas.h>
#endif
#endif
...
...
control/descriptor.h
View file @
3c1112c8
...
@@ -28,6 +28,7 @@
...
@@ -28,6 +28,7 @@
#include <assert.h>
#include <assert.h>
#include "morse_struct.h"
#include "morse_struct.h"
#include "auxiliary.h"
#ifdef __cplusplus
#ifdef __cplusplus
extern
"C"
{
extern
"C"
{
...
...
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