zyh3826 edited a comment on issue #8033: URL: https://github.com/apache/tvm/issues/8033#issuecomment-840450982
after cmake .., the log in the terminal are: > -- The C compiler identification is GNU 7.5.0 -- The CXX compiler identification is GNU 7.5.0 -- Check for working C compiler: /usr/bin/cc -- Check for working C compiler: /usr/bin/cc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Check for working CXX compiler: /usr/bin/c++ -- Check for working CXX compiler: /usr/bin/c++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- Build with RPC support... -- Build with Graph Executor support... -- Build with profiler... -- VTA build with VTA_HW_PATH=/root/tvm/3rdparty/vta-hw -- Build VTA runtime with target: sim -- Looking for pthread.h -- Looking for pthread.h - found -- Looking for pthread_create -- Looking for pthread_create - not found -- Looking for pthread_create in pthreads -- Looking for pthread_create in pthreads - not found -- Looking for pthread_create in pthread -- Looking for pthread_create in pthread - found -- Found Threads: TRUE -- Found CUDA_TOOLKIT_ROOT_DIR=/usr/local/cuda-10.2 -- Found CUDA_CUDA_LIBRARY=/usr/local/cuda-10.2/targets/x86_64-linux/lib/stubs/libcuda.so -- Found CUDA_CUDART_LIBRARY=/usr/local/cuda-10.2/lib64/libcudart.so -- Found CUDA_NVRTC_LIBRARY=/usr/local/cuda-10.2/lib64/libnvrtc.so -- Found CUDA_CUDNN_INCLUDE_DIRS=/usr/local/cuda-10.2/include -- Found CUDA_CUDNN_LIBRARY=/usr/local/cuda-10.2/lib64/libcudnn.so -- Found CUDA_CUBLAS_LIBRARY=CUDA_CUBLAS_LIBRARY-NOTFOUND -- Found CUDA_CUBLASLT_LIBRARY=CUDA_CUBLASLT_LIBRARY-NOTFOUND -- Build with CUDA support -- Build with cuDNN support -- Link with dynamic LLVM library -- Found LLVM_INCLUDE_DIRS=/usr/lib/llvm-6.0/include -- Found LLVM_DEFINITIONS=-D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -- Found LLVM_LIBS=LLVM -- Found TVM_LLVM_VERSION=60 -- Build with LLVM 6.0.0 -- Set TVM_LLVM_VERSION=60 -- Build with contrib.random -- Build with contrib.sort -- Build with contrib.hybriddump -- Git found: /usr/bin/git -- Not a git repo -- Performing Test SUPPORT_CXX14 -- Performing Test SUPPORT_CXX14 - Success -- Autoset: USE_LIBBACKTRACE=ON in Linux -- Building with libbacktrace... -- Building Relay in debug mode... -- Building with TVM Map... -- Build with thread support... -- Check if compiler accepts -pthread -- Check if compiler accepts -pthread - yes -- Configuring done -- Generating done -- Build files have been written to: /root/tvm/build I find it print Configuring done and Generating done, no any errors, except Looking for pthread_create in pthreads - not found and Looking for pthread_create - not found, I search many other issues, also find the same, I guess this is normal? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
