Loading src/core/CMakeLists.txt +1 −0 Original line number Diff line number Diff line Loading @@ -67,6 +67,7 @@ set( tnl_core_SOURCES ${tnl_core_cuda_SOURCES} ${tnl_core_vectors_SOURCES} ${common_SOURCES} ${CURRENT_DIR}/tnlCudaDeviceInfo.cpp PARENT_SCOPE ) Loading src/core/tnlCudaDeviceInfo.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -62,6 +62,7 @@ getGlobalMemory( int deviceNum ) } int tnlCudaDeviceInfo:: getMemoryClockRate( int deviceNum ) { return 0; Loading tests/benchmarks/CMakeLists.txt +1 −0 Original line number Diff line number Diff line Loading @@ -21,6 +21,7 @@ ELSE() SET_TARGET_PROPERTIES( tnl-benchmark-spmv${debugExt} PROPERTIES COMPILE_FLAGS "${CXX_OPTIMIZE_FLAGS}" ) SET_TARGET_PROPERTIES( tnl-benchmark-linear-solvers${debugExt} PROPERTIES COMPILE_FLAGS "${CXX_OPTIMIZE_FLAGS}" ) TARGET_LINK_LIBRARIES( tnl-benchmark-spmv${debugExt} tnl${debugExt}-${tnlVersion} ) TARGET_LINK_LIBRARIES( tnl-benchmark-linear-solvers${debugExt} tnl${debugExt}-${tnlVersion} ) ENDIF() if( BUILD_CUDA ) Loading Loading
src/core/CMakeLists.txt +1 −0 Original line number Diff line number Diff line Loading @@ -67,6 +67,7 @@ set( tnl_core_SOURCES ${tnl_core_cuda_SOURCES} ${tnl_core_vectors_SOURCES} ${common_SOURCES} ${CURRENT_DIR}/tnlCudaDeviceInfo.cpp PARENT_SCOPE ) Loading
src/core/tnlCudaDeviceInfo.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -62,6 +62,7 @@ getGlobalMemory( int deviceNum ) } int tnlCudaDeviceInfo:: getMemoryClockRate( int deviceNum ) { return 0; Loading
tests/benchmarks/CMakeLists.txt +1 −0 Original line number Diff line number Diff line Loading @@ -21,6 +21,7 @@ ELSE() SET_TARGET_PROPERTIES( tnl-benchmark-spmv${debugExt} PROPERTIES COMPILE_FLAGS "${CXX_OPTIMIZE_FLAGS}" ) SET_TARGET_PROPERTIES( tnl-benchmark-linear-solvers${debugExt} PROPERTIES COMPILE_FLAGS "${CXX_OPTIMIZE_FLAGS}" ) TARGET_LINK_LIBRARIES( tnl-benchmark-spmv${debugExt} tnl${debugExt}-${tnlVersion} ) TARGET_LINK_LIBRARIES( tnl-benchmark-linear-solvers${debugExt} tnl${debugExt}-${tnlVersion} ) ENDIF() if( BUILD_CUDA ) Loading