Why is vLLM CPU backend using oneDNN kernels? #10694
sanketkaleoss
announced in
Q&A
Replies: 1 comment 8 replies
-
There are two components using oneDNN.
|
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I was reviewing the logs of the kernels being called during vLLM CPU inference and noticed that it invokes CPU kernels written in C++ with intrinsics. However, the majority of CPU utilization is attributed to OpenBLAS and oneDNN. My question is: what component is responsible for calling oneDNN kernels, and why are the C++ kernels necessary if Torch is managing everything?
@bigPYJ1151, could you please explain this behavior? I need this clarification to optimize ARM CPU inference performance.
Beta Was this translation helpful? Give feedback.
All reactions