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