mxnet icon indicating copy to clipboard operation
mxnet copied to clipboard

Hangs during operator tuning & how to disable it

Open matteosal opened this issue 3 years ago • 0 comments

We have experienced problems with the mxnet library hanging at loading time on some Linux machines, specifically during the operator tuning phase (mxnet::op::OperatorTune). I don't have precise information about where the hang happened exactly and the machine details, but on a CentOS system we could avoid the hang by setting the environment variable MXNET_USE_OPERATOR_TUNING=0 before loading, while on an ARM machine we also had to rebuild the library with the cmake option USE_OPERATOR_TUNING=OFF.

So what's the relationship between the env variable and the build option?

matteosal avatar Sep 06 '22 09:09 matteosal