TriLoo opened a new issue #7223:
URL: https://github.com/apache/tvm/issues/7223


   I set `USE_MKL` to my mkl installed path in the `config.cmake` , however, I 
got below errors:
   ```
   error: ‘CBLAS_OFFSET’ does not name a type
   ...
   error: ‘MKLStringToOffset’ was not declared in this scope
   ...
   error: ‘cblas_gemm_s8u8s32’ was not declared in this scope
   ```
   
   I verified the `cmake/modules/contrib/BLAS.cmake` and the correct `mkl_rt` 
library was found.  The `mkl_cblas.h` exactly include the definitions of 
`CBLAS_OFFSET, cblas_gemm_s8u8s32`, but don't know why this error happened.
   
   g++ version -> 7.3.1
   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]


Reply via email to