ted8201
ted8201
: fatal error: mymath.h: No such file or directory -- Installing: /opt/repos/cmake-tuts-repos/CMakeTutorial-master/Instal #include "mymath.h"
``` cmake_minimum_required(VERSION 3.0) project(Installation VERSION 1.0) # 如果想生成静态库,使用下面的语句 # add_library(mymath mymath.cc) # target_include_directories(mymath PUBLIC ${CMAKE_SOURCE_DIR}/include) # 如果想生成动态库,使用下面的语句 add_library(mymath SHARED mymath.cc) # target_include_directories(mymath PRIVATE ${CMAKE_SOURCE_DIR}/include) target_include_directories(mymath PUBLIC $ $ # /include/mylib...
Thanks for this awesome rep. on my ubuntu16 + cuda8.0+ cudnn7, gpu 1080ti, the problem > error : identifier "__shfl_xor" is undefined was caused by https://github.com/Smorodov/Multitarget-tracker/blob/master/src/Detector/darknet/CMakeLists.txt#L30 . nvcc use sm_20/compute20...
I set num_workers to 0 in run_pipline.py, the same error still happens. 