Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 3c1112c8 authored by PRUVOST Florent's avatar PRUVOST Florent
Browse files

add missing headers for install process

parent 3ca5c222
No related branches found
No related tags found
No related merge requests found
......@@ -42,10 +42,14 @@ precisions_rules_py(CHAMELEON_HDRS_GENERATED "${ZHDR}"
set(CHAMELEON_HDRS
async.h
auxiliary.h
bulge.h
common.h
context.h
descriptor.h
gkkleader.h
global.h
morsewinthread.h
tile.h
workspace.h
${CHAMELEON_HDRS_GENERATED}
)
......@@ -57,10 +61,14 @@ add_custom_target(control_include ALL SOURCES ${CHAMELEON_HDRS})
set(HDR_INSTALL
async.h
auxiliary.h
bulge.h
common.h
context.h
descriptor.h
gkkleader.h
global.h
morsewinthread.h
tile.h
workspace.h
)
foreach( hdr_file ${CHAMELEON_HDRS_GENERATED} )
......
......@@ -50,6 +50,11 @@
#include <cuda.h>
#include <cuda_runtime.h>
#include <cuda_runtime_api.h>
//#if defined(CHAMELEON_USE_CUBLAS_V2)
//#include <cublas_v2.h>
//#else
//#include <cublas.h>
//#endif
#include <cublas.h>
#endif
......
......@@ -28,6 +28,7 @@
#include <assert.h>
#include "morse_struct.h"
#include "auxiliary.h"
#ifdef __cplusplus
extern "C" {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment