uday60 opened a new issue #4830: libnnvm_compiler.so file missing | Commands 
inside
URL: https://github.com/apache/incubator-tvm/issues/4830
 
 
   ```
   Ubuntu 16.04
   Cuda 10.1
   ```
   
   Steps Followed:
   
   ```
   git clone --recursive https://github.com/apache/incubator-tvm tvm
   cd tvm
   mkdir build
   cp cmake/config.cmake build
   cd build/
   sudo apt-get install -y python3 python3-dev python3-setuptools gcc 
libtinfo-dev zlib1g-dev build-essential cmake libedit-dev libxml2-dev
   vim config.cmake 
   
   
   ===Changes===
   
   set(USE_CUDA ON)
   set(USE_LLVM "/opt/github/llvm_6.0.1/bin/llvm-config")
   set(USE_CUDNN ON)
   set(USE_CUBLAS ON)
   set(USE_VTA_FSIM OFF)
   set(USE_VTA_TSIM OFF)
   set(USE_VTA_FPGA OFF)
   
   
   cmake ..
   make -j7
   
   build folder
   -rw-r--r-- 1 root root     5647 Feb  6 14:14 config.cmake
   -rw-r--r-- 1 root root    37402 Feb  6 14:14 CMakeCache.txt
   -rw-r--r-- 1 root root   308874 Feb  6 14:14 Makefile
   -rw-r--r-- 1 root root     4682 Feb  6 14:14 cmake_install.cmake
   -rwxr-xr-x 1 root root  1546816 Feb  6 14:17 libtvm_runtime.so
   -rwxr-xr-x 1 root root 72755296 Feb  6 14:20 libtvm.so
   -rwxr-xr-x 1 root root  1489384 Feb  6 14:20 libtvm_topi.so
   drwxr-xr-x 9 root root     4096 Feb  6 14:20 CMakeFiles
   ```
   
   

----------------------------------------------------------------
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]


With regards,
Apache Git Services

Reply via email to