asmushetzel commented on issue #9295: test_operator.test_laop_3 hangs URL: https://github.com/apache/incubator-mxnet/issues/9295#issuecomment-356604138 @meissnereric Eric, can you own this (I'm willing to help). The configuration that fails is python3, USE_MKL2017=1, USE_MKL2017_EXPERIMENTAL=1, USE_BLAS=openblas The hanging test executes seyvd, which according to the above settings, will be the openblas-version of seyvd. Nobody currently knows what the issue is, there seems to be no change in test environment, neither have we modified any linalg-functions (at least to my knowledge, you may take a look at the git logs). Still this problem suddenly popped up (and worse only occasional, you have to run it repeatedly until it sometimes hangs). This is important, as we want to have all tests in MXNet working.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
