twmht opened a new issue #10800:
URL: https://github.com/apache/tvm/issues/10800


   Due to TVM requires PAPI >=6.0, I compiled PAPI from source
   
   ```bash
   git clone https://[email protected]/icl/papi.git 
   cd src
   ./configure --prefix=/home/acer/papi_install
   make && make install
   ```
   
   modify path to papi pkgconfig
   
   ```
   SET(USE_PAPI /home/acer/papi_install/lib/pkgconfig)
   ```
   
   and then running cmake, but got errors
   
   
![image](https://user-images.githubusercontent.com/1567200/160323716-3b5fe1b6-fba9-4e01-9da3-97b1fdb95fbe.png)
   
   Environment is nvidia jetson nano with ubuntu 18.04


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to