Commit ffc6039f authored by Jakub Klinkovský's avatar Jakub Klinkovský
Browse files

Added MIC headers to CMakeLists.txt

parent 73be6330
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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 −1
Original line number Diff line number Diff line
@@ -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
+3 −1
Original line number Diff line number Diff line
SET( headers CudaBadAlloc.h
             CudaRuntimeError.h
             CudaSupportMissing.h )
             CudaSupportMissing.h
             MICBadAlloc.h
             MICSupportMissing.h )

INSTALL( FILES ${headers} DESTINATION include/tnl-${tnlVersion}/TNL/Exceptions )