This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
Replies: 2 comments
-
@mxnet-label-bot add [question, performance] |
Beta Was this translation helpful? Give feedback.
0 replies
-
I am wondering the same thing. Can we omit the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My predict code is like this, I have 32 worker thread, each has 1 openmp thread, the mxnet engine is NaiveEngine , using the openblas, disable the mkldnn, running the code on the Skylatex machine, using the avx512, but it is not faster than the avx2, I don't know why?
And what's more, the naiveEngine means that all the funcs are sequential?(not asynchronous?)
In this condition, the WaitAll() func should removed?
what's more , I found that the most time is the NDArray.GetData(), about 17ms, and the Forward() cost 6ms, why GetData() cost so much time? How to increase the proformance?
the Avx512 doesn't work.
Beta Was this translation helpful? Give feedback.
All reactions