You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
now I have a model, and I've pressed it with benchmark and found that the FullyConnected layer takes a lot of time,about 25% of the total inference time:
my bad, GEMM macros can be set in version 2021.1, but now I'm using 2021.4.
but how do I choose gemm's implementation? Or will it automatically choose the best performance implementation, MKL or openblas?
This issue is not related to the model server, but OpenVINO itself.
I can see the thread is continued in openvinotoolkit/openvino#7273, so I'm closing this one.
now I have a model, and I've pressed it with benchmark and found that the FullyConnected layer takes a lot of time,about 25% of the total inference time:
In this link https://toscode.gitee.com/vinsonSpace/openvino/blob/master/build-instruction.md saw that GEMM can be accelerated through openblas or MKL:
I want to use mkl:
but I am reminded that this GEMM macro is not available.
openvino doesn't support this macro?
The text was updated successfully, but these errors were encountered: