652994331 opened a new issue #6101: URL: https://github.com/apache/incubator-tvm/issues/6101
Hi, what i am doing is to build a tvm environment to test bert model inference. According to https://gist.github.com/icemelon9/860d3d2c9566d6f69fa8112840dd95c1. we need to build tvm c++ environment with command like below:  from the command above, i built llvm=6.60 and intel-mkl. The problem is how to modify the CMakeList.txt and config.make for now, i modify CMakeList.txt from the project and modify the config.cmake file under ./build like this:  but after i used cmake command , something wrong with my BLAS_LIBRARY,  I think the problem might be the use_blas. could you please show me how to fix it, thanks ---------------------------------------------------------------- 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]
