LeiWang1999 opened a new pull request #7657:
URL: https://github.com/apache/tvm/pull/7657


   Refer to this commit : #6944 
   
   The Default value of USE_LLVM flag had been changed
   
   ```cmake
   set(USE_LLVM OFF)
   set(USE_LLVM ON)
   ```
   
   But the VTA build tutorial didn't follow it , FPGA board don't need compile 
llvm .
   
   ```bash
   -- Build VTA runtime with target: pynq
   CMake Error at cmake/utils/FindLLVM.cmake:47 (find_package):
     Could not find a package configuration file provided by "LLVM" with any of
     the following names:
   
       LLVMConfig.cmake
       llvm-config.cmake
   
     Add the installation prefix of "LLVM" to CMAKE_PREFIX_PATH or set
     "LLVM_DIR" to a directory containing one of the above files.  If "LLVM"
     provides a separate development package or SDK, be sure it has been
     installed.
   Call Stack (most recent call first):
     cmake/modules/LLVM.cmake:31 (find_llvm)
     CMakeLists.txt:345 (include)
   
   ```
   Please cc, @tqchen @areusch @tmoreau89 


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


Reply via email to