You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2021/01/07 11:07:32 UTC

[GitHub] [tvm] TriLoo opened a new issue #7223: build with MKL error: ‘CBLAS_OFFSET’ does not name a type

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:
users@infra.apache.org



[GitHub] [tvm] tqchen commented on issue #7223: build with MKL error: ‘CBLAS_OFFSET’ does not name a type

Posted by GitBox <gi...@apache.org>.
tqchen commented on issue #7223:
URL: https://github.com/apache/tvm/issues/7223#issuecomment-789812343


   Thanks @TriLoo We checked locally but was not able to reproduce the error. If you still face the problem, please open a followup troubleshooting thread on https://discuss.tvm.apache.org/ Please also try to build from a clean clone


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [tvm] tqchen closed issue #7223: build with MKL error: ‘CBLAS_OFFSET’ does not name a type

Posted by GitBox <gi...@apache.org>.
tqchen closed issue #7223:
URL: https://github.com/apache/tvm/issues/7223


   


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [tvm] jlquinn commented on issue #7223: build with MKL error: ‘CBLAS_OFFSET’ does not name a type

Posted by GitBox <gi...@apache.org>.
jlquinn commented on issue #7223:
URL: https://github.com/apache/tvm/issues/7223#issuecomment-823309553


   I ran into this trying to build within conda.  In my case, I was missing the mkl-include package, which wasn't listed in the conda dependencies.  Posting here in case someone else lands here searching for this issue.


-- 
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:
users@infra.apache.org