Skip to content
Snippets Groups Projects
Commit ffc6039f authored by Jakub Klinkovský's avatar Jakub Klinkovský
Browse files

Added MIC headers to CMakeLists.txt

parent 73be6330
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,7 @@ ADD_SUBDIRECTORY( TemplateExplicitInstantiation )
set( headers ArrayOperations.h
ArrayOperationsHost_impl.h
ArrayOperationsCuda_impl.h
ArrayOperationsMIC_impl.h
cuda-prefix-sum.h
cuda-prefix-sum_impl.h
reduction-operations.h
......@@ -17,6 +18,7 @@ set( headers ArrayOperations.h
VectorOperations.h
VectorOperationsHost_impl.h
VectorOperationsCuda_impl.h
VectorOperationsMIC_impl.h
)
INSTALL( FILES ${headers} DESTINATION include/tnl-${tnlVersion}/TNL/Containers/Algorithms )
......@@ -2,7 +2,8 @@ set (headers Cuda.h
Cuda_impl.h
CudaCallable.h
CudaDeviceInfo.h
Host.h )
Host.h
MIC.h )
SET( CURRENT_DIR ${CMAKE_SOURCE_DIR}/src/TNL/Devices )
set( common_SOURCES
......
SET( headers CudaBadAlloc.h
CudaRuntimeError.h
CudaSupportMissing.h )
CudaSupportMissing.h
MICBadAlloc.h
MICSupportMissing.h )
INSTALL( FILES ${headers} DESTINATION include/tnl-${tnlVersion}/TNL/Exceptions )
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