This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
Open
Description
Description
Test appears to be only for mkldnn (skips when native CPU or GPU,) but this is failing repeatedly in the v1.9.x branch. Can the Intel folks take a look at this? I am going to skip it for now.
Example failures:
- https://jenkins.mxnet-ci.com/blue/organizations/jenkins/mxnet-validation%2Funix-cpu/detail/PR-21055/15/pipeline/294
- https://jenkins.mxnet-ci.com/blue/organizations/jenkins/mxnet-validation%2Funix-cpu/detail/PR-21055/15/pipeline/295
- https://jenkins.mxnet-ci.com/blue/organizations/jenkins/mxnet-validation%2Funix-cpu/detail/PR-21055/14/pipeline/294
- https://jenkins.mxnet-ci.com/blue/organizations/jenkins/mxnet-validation%2Funix-cpu/detail/PR-21055/14/pipeline/295
- https://jenkins.mxnet-ci.com/blue/organizations/jenkins/mxnet-validation%2Funix-cpu/detail/PR-21055/13/pipeline/294
- https://jenkins.mxnet-ci.com/blue/organizations/jenkins/mxnet-validation%2Funix-cpu/detail/PR-21055/13/pipeline/295
- https://jenkins.mxnet-ci.com/blue/organizations/jenkins/mxnet-validation%2Funix-cpu/detail/PR-21055/11/pipeline/294
- https://jenkins.mxnet-ci.com/blue/organizations/jenkins/mxnet-validation%2Funix-cpu/detail/PR-21055/11/pipeline/295
- https://jenkins.mxnet-ci.com/blue/organizations/jenkins/mxnet-validation%2Funix-cpu/detail/PR-21055/10/pipeline/294
- https://jenkins.mxnet-ci.com/blue/organizations/jenkins/mxnet-validation%2Funix-cpu/detail/PR-21055/10/pipeline/295
Failure log:
[2022-06-08T16:11:07.819Z] ======================================================================
[2022-06-08T16:11:07.819Z] ERROR: test_quantization_mkldnn.test_quantized_rnn
[2022-06-08T16:11:07.819Z] ----------------------------------------------------------------------
[2022-06-08T16:11:07.819Z] Traceback (most recent call last):
[2022-06-08T16:11:07.819Z] File "/usr/local/lib/python3.7/dist-packages/nose/case.py", line 198, in runTest
[2022-06-08T16:11:07.819Z] self.test(*self.arg)
[2022-06-08T16:11:07.819Z] File "/usr/local/lib/python3.7/dist-packages/nose/util.py", line 620, in newfunc
[2022-06-08T16:11:07.819Z] return func(*arg, **kw)
[2022-06-08T16:11:07.819Z] File "/work/mxnet/tests/python/mkl/../unittest/common.py", line 218, in test_new
[2022-06-08T16:11:07.819Z] orig_test(*args, **kwargs)
[2022-06-08T16:11:07.819Z] File "/work/mxnet/tests/python/mkl/../quantization/test_quantization.py", line 657, in test_quantized_rnn
[2022-06-08T16:11:07.819Z] check_quantized_rnn(1, False, 5, 2, 16, 16)
[2022-06-08T16:11:07.819Z] File "/work/mxnet/tests/python/mkl/../quantization/test_quantization.py", line 654, in check_quantized_rnn
[2022-06-08T16:11:07.819Z] mse = np.mean((output.asnumpy() - qoutput.asnumpy())**2)
[2022-06-08T16:11:07.819Z] File "/work/mxnet/python/mxnet/ndarray/ndarray.py", line 2571, in asnumpy
[2022-06-08T16:11:07.819Z] ctypes.c_size_t(data.size)))
[2022-06-08T16:11:07.819Z] File "/work/mxnet/python/mxnet/base.py", line 246, in check_call
[2022-06-08T16:11:07.819Z] raise get_last_ffi_error()
[2022-06-08T16:11:07.819Z] mxnet.base.MXNetError: MXNetError: could not create a primitive descriptor for a reorder primitive
[2022-06-08T16:11:07.819Z] -------------------- >> begin captured logging << --------------------
[2022-06-08T16:11:07.819Z] common: WARNING: Error seen with seeded test, use MXNET_TEST_SEED=1189878562 to reproduce.
[2022-06-08T16:11:07.819Z] --------------------- >> end captured logging << ---------------------