Skip to content

[WIP Patched] Cudnn grouped convolution nhwc patch#31633

Closed
VitalyFedyunin wants to merge 1 commit intogh/VitalyFedyunin/104/basefrom
gh/VitalyFedyunin/104/head
Closed

[WIP Patched] Cudnn grouped convolution nhwc patch#31633
VitalyFedyunin wants to merge 1 commit intogh/VitalyFedyunin/104/basefrom
gh/VitalyFedyunin/104/head

Conversation

@VitalyFedyunin
Copy link
Contributor

@VitalyFedyunin VitalyFedyunin commented Dec 26, 2019

Stack from ghstack:

Earlier cudnn version doesn't support grouped convolution in NHWC well. Legit
configuration in later cudnn version might return CUDNN_STATUS_NOT_SUPPORTED.
We are falling back to NCHW when runtime check of cudnn version is < 7.6.0 to
keep the logic simple.

Note:
We might update the heuristics, 7.6.0 is very conservative.

Earlier cudnn version doesn't support grouped convolution in NHWC well. Legit
configuration in later cudnn version might return CUDNN_STATUS_NOT_SUPPORTED.
We are falling back to NCHW when runtime check of cudnn version is < 7.6.0 to
keep the logic simple.

Note:
We might update the heuristics, 7.6.0 is very conservative.

[ghstack-poisoned]
VitalyFedyunin added a commit that referenced this pull request Dec 26, 2019
Earlier cudnn version doesn't support grouped convolution in NHWC well. Legit
configuration in later cudnn version might return CUDNN_STATUS_NOT_SUPPORTED.
We are falling back to NCHW when runtime check of cudnn version is < 7.6.0 to
keep the logic simple.

Note:
We might update the heuristics, 7.6.0 is very conservative.

ghstack-source-id: a16ae00
Pull Request resolved: #31633
@kostmo
Copy link
Member

kostmo commented Dec 26, 2019

💊 CircleCI build failures summary and remediations

As of commit 09eae89:

  • 1/15 broken upstream at merge base 29f3458 (see grid view)

    You may want to rebase on the viable/strict branch (expand for instructions)

    Since your merge base is older than viable/strict, run these commands:

    git fetch origin viable/strict
    git rebase viable/strict
    

    Check out the recency history of this "viable master" tracking branch.

  • 13/15 failures introduced in this PR

  • 1/15 recognized as flaky ❄️

    • Re-run these jobs?

Detailed failure analysis

One may explore the probable reasons each build failed interactively on the Dr. CI website.

🕵️ 13 new failures recognized by patterns

The following build failures do not appear to be due to upstream breakage:

See CircleCI build pytorch_linux_xenial_py3_6_gcc5_4_ge_config_simple_test (1/13)

Step: "Test" (full log | pattern match details)

Dec 26 22:04:25 RuntimeError: test_jit_simple failed!
Dec 26 22:04:25 Ran 2313 tests in 83.171s 
Dec 26 22:04:25  
Dec 26 22:04:25 FAILED (errors=2, skipped=76, expected failures=1) 
Dec 26 22:04:25  
Dec 26 22:04:25 Generating XML reports... 
Dec 26 22:04:25 Traceback (most recent call last): 
Dec 26 22:04:25   File "test/run_test.py", line 456, in <module> 
Dec 26 22:04:25     main() 
Dec 26 22:04:25   File "test/run_test.py", line 449, in main 
Dec 26 22:04:25     raise RuntimeError(message) 
Dec 26 22:04:25 RuntimeError: test_jit_simple failed! 
Dec 26 22:04:25 + cleanup 
Dec 26 22:04:25 + retcode=1 
Dec 26 22:04:25 + set +x 
Dec 26 22:04:25 =================== sccache compilation log =================== 
Dec 26 22:04:25 =========== If your build fails, please take a look at the log above for possible reasons =========== 
Dec 26 22:04:25 Compile requests                56 
Dec 26 22:04:25 Compile requests executed        0 
Dec 26 22:04:25 Cache hits                       0 
Dec 26 22:04:25 Cache misses                     0 
Dec 26 22:04:25 Cache timeouts                   0 

See CircleCI build pytorch_linux_xenial_py3_6_gcc5_4_ge_config_legacy_test (2/13)

Step: "Test" (full log | pattern match details)

Dec 26 22:05:03 RuntimeError: test_jit_legacy failed!
Dec 26 22:05:03 Ran 2313 tests in 131.314s 
Dec 26 22:05:03  
Dec 26 22:05:03 FAILED (errors=2, skipped=58, expected failures=1) 
Dec 26 22:05:03  
Dec 26 22:05:03 Generating XML reports... 
Dec 26 22:05:03 Traceback (most recent call last): 
Dec 26 22:05:03   File "test/run_test.py", line 456, in <module> 
Dec 26 22:05:03     main() 
Dec 26 22:05:03   File "test/run_test.py", line 449, in main 
Dec 26 22:05:03     raise RuntimeError(message) 
Dec 26 22:05:03 RuntimeError: test_jit_legacy failed! 
Dec 26 22:05:03 + cleanup 
Dec 26 22:05:03 + retcode=1 
Dec 26 22:05:03 + set +x 
Dec 26 22:05:03 =================== sccache compilation log =================== 
Dec 26 22:05:03 =========== If your build fails, please take a look at the log above for possible reasons =========== 
Dec 26 22:05:03 Compile requests               304 
Dec 26 22:05:03 Compile requests executed        0 
Dec 26 22:05:03 Cache hits                       0 
Dec 26 22:05:03 Cache misses                     0 
Dec 26 22:05:03 Cache timeouts                   0 

See CircleCI build pytorch_linux_xenial_py3_6_gcc5_4_test (3/13)

Step: "Test" (full log | pattern match details)

Dec 26 22:12:51 RuntimeError: test_nn failed!
Dec 26 22:12:51 Ran 1477 tests in 482.146s 
Dec 26 22:12:51  
Dec 26 22:12:51 FAILED (errors=2, skipped=685, expected failures=2) 
Dec 26 22:12:51  
Dec 26 22:12:51 Generating XML reports... 
Dec 26 22:12:51 Traceback (most recent call last): 
Dec 26 22:12:51   File "test/run_test.py", line 456, in <module> 
Dec 26 22:12:51     main() 
Dec 26 22:12:51   File "test/run_test.py", line 449, in main 
Dec 26 22:12:51     raise RuntimeError(message) 
Dec 26 22:12:51 RuntimeError: test_nn failed! 
Dec 26 22:12:51 + cleanup 
Dec 26 22:12:51 + retcode=1 
Dec 26 22:12:51 + set +x 
Dec 26 22:12:51 =================== sccache compilation log =================== 
Dec 26 22:12:51 =========== If your build fails, please take a look at the log above for possible reasons =========== 
Dec 26 22:12:51 Compile requests                  7 
Dec 26 22:12:51 Compile requests executed         6 
Dec 26 22:12:51 Cache hits                        0 
Dec 26 22:12:51 Cache misses                      6 
Dec 26 22:12:51 Cache timeouts                    0 

See CircleCI build pytorch_linux_xenial_py2_7_9_test (4/13)

Step: "Test" (full log | pattern match details)

Dec 26 22:19:55 RuntimeError: test_nn failed!
Dec 26 22:19:55 Ran 1477 tests in 486.846s 
Dec 26 22:19:55  
Dec 26 22:19:55 FAILED (errors=2, skipped=703, expected failures=3) 
Dec 26 22:19:55  
Dec 26 22:19:55 Generating XML reports... 
Dec 26 22:19:55 Traceback (most recent call last): 
Dec 26 22:19:55   File "test/run_test.py", line 456, in <module> 
Dec 26 22:19:55     main() 
Dec 26 22:19:55   File "test/run_test.py", line 449, in main 
Dec 26 22:19:55     raise RuntimeError(message) 
Dec 26 22:19:55 RuntimeError: test_nn failed! 
Dec 26 22:19:55 + cleanup 
Dec 26 22:19:55 + retcode=1 
Dec 26 22:19:55 + set +x 
Dec 26 22:19:55 =================== sccache compilation log =================== 
Dec 26 22:19:55 =========== If your build fails, please take a look at the log above for possible reasons =========== 
Dec 26 22:19:55 Compile requests                 10 
Dec 26 22:19:55 Compile requests executed         8 
Dec 26 22:19:55 Cache hits                        2 
Dec 26 22:19:55 Cache misses                      6 
Dec 26 22:19:55 Cache timeouts                    0 

See CircleCI build caffe2_onnx_py3_6_clang7_ubuntu16_04_test (5/13)

Step: "Test" (full log | pattern match details)

ore dumped) pytest "${args[@]}" -k 'not (TestOperators and test_full_like) and not (TestOperators and test_zeros_like) and not (TestOperators and test_ones_like) and not (TestModels and test_vgg16) and not (TestModels and test_vgg16_bn) and not (TestModels and test_vgg19) and not (TestModels and test_vgg19_bn)' --ignore "$top_dir/test/onnx/test_pytorch_onnx_onnxruntime.py" --ignore "$top_dir/test/onnx/test_custom_ops.py" --ignore "$top_dir/test/onnx/test_models_onnxruntime.py" "${test_paths[@]}"
Dec 26 22:22:11   File "/usr/local/lib/python3.6/dist-packages/pluggy/hooks.py", line 286 in __call__ 
Dec 26 22:22:11   File "/usr/local/lib/python3.6/dist-packages/_pytest/main.py", line 237 in _main 
Dec 26 22:22:11   File "/usr/local/lib/python3.6/dist-packages/_pytest/main.py", line 193 in wrap_session 
Dec 26 22:22:11   File "/usr/local/lib/python3.6/dist-packages/_pytest/main.py", line 230 in pytest_cmdline_main 
Dec 26 22:22:11   File "/usr/local/lib/python3.6/dist-packages/pluggy/callers.py", line 187 in _multicall 
Dec 26 22:22:11   File "/usr/local/lib/python3.6/dist-packages/pluggy/manager.py", line 86 in <lambda> 
Dec 26 22:22:11   File "/usr/local/lib/python3.6/dist-packages/pluggy/manager.py", line 92 in _hookexec 
Dec 26 22:22:11   File "/usr/local/lib/python3.6/dist-packages/pluggy/hooks.py", line 286 in __call__ 
Dec 26 22:22:11   File "/usr/local/lib/python3.6/dist-packages/_pytest/config/__init__.py", line 90 in main 
Dec 26 22:22:11   File "/usr/local/bin/pytest", line 11 in <module> 
re dumped) pytest "${args[@]}" -k 'not (TestOperators and test_full_like) and not (TestOperators and test_zeros_like) and not (TestOperators and test_ones_like) and not (TestModels and test_vgg16) and not (TestModels and test_vgg16_bn) and not (TestModels and test_vgg19) and not (TestModels and test_vgg19_bn)' --ignore "$top_dir/test/onnx/test_pytorch_onnx_onnxruntime.py" --ignore "$top_dir/test/onnx/test_custom_ops.py" --ignore "$top_dir/test/onnx/test_models_onnxruntime.py" "${test_paths[@]}" 

See CircleCI build pytorch_xla_linux_xenial_py3_6_clang7_test (6/13)

Step: "Test" (full log | pattern match details)

Dec 26 22:22:00 caused by: Connection refused (os error 111)
Dec 26 22:22:00 +++ eval 'extract_trap_cmd ' 
Dec 26 22:22:00 ++++ extract_trap_cmd 
Dec 26 22:22:00 ++++ printf '%s\n' '' 
Dec 26 22:22:00 +++ printf '%s\n' cleanup 
Dec 26 22:22:00 ++ trap -- ' 
Dec 26 22:22:00 cleanup' EXIT 
Dec 26 22:22:00 ++ which sccache 
Dec 26 22:22:00 ++ sccache --stop-server 
Dec 26 22:22:00 Stopping sccache server... 
Dec 26 22:22:00 error: couldn't connect to server 
Dec 26 22:22:00 caused by: Connection refused (os error 111) 
Dec 26 22:22:00 ++ true 
Dec 26 22:22:00 ++ rm /var/lib/jenkins/sccache_error.log 
Dec 26 22:22:00 ++ SCCACHE_ERROR_LOG=/var/lib/jenkins/sccache_error.log 
Dec 26 22:22:00 ++ SCCACHE_IDLE_TIMEOUT=1200 
Dec 26 22:22:00 ++ RUST_LOG=sccache::server=error 
Dec 26 22:22:00 ++ sccache --start-server 
Dec 26 22:22:00 Starting sccache server... 
Dec 26 22:22:00 ++ sccache --zero-stats 
Dec 26 22:22:00 Compile requests                 0 
Dec 26 22:22:00 Compile requests executed        0 

See CircleCI build pytorch_macos_10_13_py3_test (7/13)

Step: "Test" (full log | pattern match details)

Dec 26 14:52:48 RuntimeError: test_jit failed!
Dec 26 14:52:47 Ran 2310 tests in 131.533s 
Dec 26 14:52:47  
Dec 26 14:52:47 FAILED (errors=2, skipped=64, expected failures=1) 
Dec 26 14:52:47  
Dec 26 14:52:47 Generating XML reports... 
Dec 26 14:52:48 Traceback (most recent call last): 
Dec 26 14:52:48   File "test/run_test.py", line 456, in <module> 
Dec 26 14:52:48     main() 
Dec 26 14:52:48   File "test/run_test.py", line 449, in main 
Dec 26 14:52:48     raise RuntimeError(message) 
Dec 26 14:52:48 RuntimeError: test_jit failed! 
Dec 26 14:52:48 + cleanup 
Dec 26 14:52:48 + retcode=1 
Dec 26 14:52:48 + set +x 

See CircleCI build pytorch_linux_xenial_cuda9_cudnn7_py3_multigpu_test (8/13)

Step: "Test" (full log | pattern match details)

Dec 26 23:24:09 [ FAILED ] IntegrationTest.MNISTBatchNorm_CUDA
Dec 26 23:24:09 Weights is Contiguous [2, 2, 2, 2] [8, 4, 2, 1] 
Dec 26 23:24:09 Weights is Contiguous [2, 2, 2, 2] [8, 4, 2, 1] 
Dec 26 23:24:09 [       OK ] ParallelTest.DataParallelNumericalEquivalence_MultiCUDA (3137 ms) 
Dec 26 23:24:09 [----------] 9 tests from ParallelTest (7322 ms total) 
Dec 26 23:24:09  
Dec 26 23:24:09 [----------] Global test environment tear-down 
Dec 26 23:24:09 [==========] 788 tests from 32 test cases ran. (80261 ms total) 
Dec 26 23:24:09 [  PASSED  ] 786 tests. 
Dec 26 23:24:09 [  FAILED  ] 2 tests, listed below: 
Dec 26 23:24:09 [  FAILED  ] IntegrationTest.MNIST_CUDA 
Dec 26 23:24:09 [  FAILED  ] IntegrationTest.MNISTBatchNorm_CUDA 
Dec 26 23:24:09  
Dec 26 23:24:09  2 FAILED TESTS 
Dec 26 23:24:11 + cleanup 
Dec 26 23:24:11 + retcode=1 
Dec 26 23:24:11 + set +x 
Dec 26 23:24:11 =================== sccache compilation log =================== 
Dec 26 23:24:11 =========== If your build fails, please take a look at the log above for possible reasons =========== 
Dec 26 23:24:11 Compile requests                 0 
Dec 26 23:24:11 Compile requests executed        0 
Dec 26 23:24:11 Cache hits                       0 

See CircleCI build pytorch_linux_xenial_cuda9_cudnn7_py3_nogpu_test (9/13)

Step: "Test" (full log | pattern match details)

Dec 26 23:32:59 RuntimeError: test_nn failed!
Dec 26 23:32:59 Ran 1477 tests in 458.485s 
Dec 26 23:32:59  
Dec 26 23:32:59 FAILED (errors=2, skipped=685, expected failures=2) 
Dec 26 23:32:59  
Dec 26 23:32:59 Generating XML reports... 
Dec 26 23:32:59 Traceback (most recent call last): 
Dec 26 23:32:59   File "test/run_test.py", line 456, in <module> 
Dec 26 23:32:59     main() 
Dec 26 23:32:59   File "test/run_test.py", line 449, in main 
Dec 26 23:32:59     raise RuntimeError(message) 
Dec 26 23:32:59 RuntimeError: test_nn failed! 
Dec 26 23:32:59 + cleanup 
Dec 26 23:32:59 + retcode=1 
Dec 26 23:32:59 + set +x 
Dec 26 23:32:59 =================== sccache compilation log =================== 
Dec 26 23:32:59 =========== If your build fails, please take a look at the log above for possible reasons =========== 
Dec 26 23:32:59 Compile requests                  7 
Dec 26 23:32:59 Compile requests executed         6 
Dec 26 23:32:59 Cache hits                        0 
Dec 26 23:32:59 Cache misses                      6 
Dec 26 23:32:59 Cache timeouts                    0 

See CircleCI build pytorch_linux_xenial_cuda9_cudnn7_py3_test (10/13)

Step: "Test" (full log | pattern match details)

Dec 26 23:35:31 RuntimeError: test_nn failed!
Dec 26 23:35:31 Ran 1573 tests in 604.021s 
Dec 26 23:35:31  
Dec 26 23:35:31 FAILED (failures=1, errors=15, skipped=65, expected failures=4) 
Dec 26 23:35:31  
Dec 26 23:35:31 Generating XML reports... 
Dec 26 23:35:31 Traceback (most recent call last): 
Dec 26 23:35:31   File "test/run_test.py", line 456, in <module> 
Dec 26 23:35:31     main() 
Dec 26 23:35:31   File "test/run_test.py", line 449, in main 
Dec 26 23:35:31     raise RuntimeError(message) 
Dec 26 23:35:31 RuntimeError: test_nn failed! 
Dec 26 23:35:32 + cleanup 
Dec 26 23:35:32 + retcode=1 
Dec 26 23:35:32 + set +x 
Dec 26 23:35:32 =================== sccache compilation log =================== 
Dec 26 23:35:32 =========== If your build fails, please take a look at the log above for possible reasons =========== 
Dec 26 23:35:32 Compile requests                32 
Dec 26 23:35:32 Compile requests executed       11 
Dec 26 23:35:32 Cache hits                       1 
Dec 26 23:35:32 Cache misses                    10 
Dec 26 23:35:32 Cache timeouts                   0 

See CircleCI build pytorch_linux_xenial_cuda9_cudnn7_py3_NO_AVX_NO_AVX2_test (11/13)

Step: "Test" (full log | pattern match details)

Dec 26 23:35:40 RuntimeError: test_nn failed!
Dec 26 23:35:39 Ran 1573 tests in 602.368s 
Dec 26 23:35:39  
Dec 26 23:35:39 FAILED (failures=1, errors=15, skipped=65, expected failures=4) 
Dec 26 23:35:39  
Dec 26 23:35:39 Generating XML reports... 
Dec 26 23:35:40 Traceback (most recent call last): 
Dec 26 23:35:40   File "test/run_test.py", line 456, in <module> 
Dec 26 23:35:40     main() 
Dec 26 23:35:40   File "test/run_test.py", line 449, in main 
Dec 26 23:35:40     raise RuntimeError(message) 
Dec 26 23:35:40 RuntimeError: test_nn failed! 
Dec 26 23:35:40 + cleanup 
Dec 26 23:35:40 + retcode=1 
Dec 26 23:35:40 + set +x 
Dec 26 23:35:40 =================== sccache compilation log =================== 
Dec 26 23:35:40 =========== If your build fails, please take a look at the log above for possible reasons =========== 
Dec 26 23:35:40 Compile requests                32 
Dec 26 23:35:40 Compile requests executed       11 
Dec 26 23:35:40 Cache hits                       1 
Dec 26 23:35:40 Cache misses                    10 
Dec 26 23:35:40 Cache timeouts                   0 

See CircleCI build pytorch_linux_xenial_cuda9_cudnn7_py3_NO_AVX2_test (12/13)

Step: "Test" (full log | pattern match details)

Dec 26 23:36:17 RuntimeError: test_nn failed!
Dec 26 23:36:16 Ran 1573 tests in 594.672s 
Dec 26 23:36:16  
Dec 26 23:36:16 FAILED (failures=1, errors=15, skipped=65, expected failures=4) 
Dec 26 23:36:16  
Dec 26 23:36:16 Generating XML reports... 
Dec 26 23:36:17 Traceback (most recent call last): 
Dec 26 23:36:17   File "test/run_test.py", line 456, in <module> 
Dec 26 23:36:17     main() 
Dec 26 23:36:17   File "test/run_test.py", line 449, in main 
Dec 26 23:36:17     raise RuntimeError(message) 
Dec 26 23:36:17 RuntimeError: test_nn failed! 
Dec 26 23:36:17 + cleanup 
Dec 26 23:36:17 + retcode=1 
Dec 26 23:36:17 + set +x 
Dec 26 23:36:17 =================== sccache compilation log =================== 
Dec 26 23:36:17 =========== If your build fails, please take a look at the log above for possible reasons =========== 
Dec 26 23:36:17 Compile requests                32 
Dec 26 23:36:17 Compile requests executed       11 
Dec 26 23:36:17 Cache hits                       1 
Dec 26 23:36:17 Cache misses                    10 
Dec 26 23:36:17 Cache timeouts                   0 

See CircleCI build pytorch_linux_xenial_cuda9_cudnn7_py3_slow_test (13/13)

Step: "Test" (full log | pattern match details)

Dec 26 23:51:30 [ FAILED ] JitTest.DCE
Dec 26 23:51:30 [ RUN      ] JitTest.ModuleConversion_CUDA 
Dec 26 23:51:30 [       OK ] JitTest.ModuleConversion_CUDA (1 ms) 
Dec 26 23:51:30 [ RUN      ] JitTest.Interp_CUDA 
Dec 26 23:51:30 [       OK ] JitTest.Interp_CUDA (1 ms) 
Dec 26 23:51:30 [----------] 75 tests from JitTest (3778 ms total) 
Dec 26 23:51:30  
Dec 26 23:51:30 [----------] Global test environment tear-down 
Dec 26 23:51:30 [==========] 75 tests from 1 test case ran. (3778 ms total) 
Dec 26 23:51:30 [  PASSED  ] 74 tests. 
Dec 26 23:51:30 [  FAILED  ] 1 test, listed below: 
Dec 26 23:51:30 [  FAILED  ] JitTest.DCE 
Dec 26 23:51:30  
Dec 26 23:51:30  1 FAILED TEST 
Dec 26 23:51:31 + cleanup 
Dec 26 23:51:31 + retcode=1 
Dec 26 23:51:31 + set +x 
Dec 26 23:51:31 =================== sccache compilation log =================== 
Dec 26 23:51:31 ERROR:sccache::server: Compilation failed: Output { status: ExitStatus(ExitStatus(256)), stdout: "", stderr: "/tmp/torch_extensions/test_compilation_error_formatting/main.cpp: In function \'int main()\':\n/tmp/torch_extensions/test_compilation_error_formatting/main.cpp:2:23: error: expected \';\' before \'}\' token\n int main() { return 0 }\n                       ^\n" } 
Dec 26 23:51:31  
Dec 26 23:51:31 =========== If your build fails, please take a look at the log above for possible reasons =========== 
Dec 26 23:51:31 Compile requests                128 

❄️ 1 failure recognized as flaky

The following build failures have been detected as flaky and may not be your fault:

See CircleCI build caffe2_onnx_py2_gcc5_ubuntu16_04_test (1/1)

Step: "Test" (full log | pattern match details) ❄️

ore dumped) pytest "${args[@]}" -k 'not (TestOperators and test_full_like) and not (TestOperators and test_zeros_like) and not (TestOperators and test_ones_like) and not (TestModels and test_vgg16) and not (TestModels and test_vgg16_bn) and not (TestModels and test_vgg19) and not (TestModels and test_vgg19_bn)' --ignore "$top_dir/test/onnx/test_pytorch_onnx_onnxruntime.py" --ignore "$top_dir/test/onnx/test_custom_ops.py" --ignore "$top_dir/test/onnx/test_models_onnxruntime.py" "${test_paths[@]}"
Dec 26 22:18:17 test/onnx/test_models.py::TestModels::test_ops PASSED                    [  0%] 
Dec 26 22:18:17 test/onnx/test_models.py::TestModels::test_permute PASSED                [  0%] 
Dec 26 22:18:17 test/onnx/test_models.py::TestModels::test_prelu PASSED                  [  0%] 
Dec 26 22:18:40 test/onnx/test_models.py::TestModels::test_resnet PASSED                 [  0%] 
Dec 26 22:18:46 test/onnx/test_models.py::TestModels::test_squeezenet PASSED             [  0%] 
Dec 26 22:18:46 test/onnx/test_models.py::TestModels::test_srresnet SKIPPED              [  0%] 
Dec 26 22:18:46 test/onnx/test_models.py::TestModels::test_super_resolution SKIPPED      [  0%] 
Dec 26 22:18:46 test/onnx/test_onnx_opset.py::TestONNXOpset::test_cast_constant PASSED   [  0%] 
Dec 26 22:18:46 test/onnx/test_onnx_opset.py::TestONNXOpset::test_dropout PASSED         [  0%] 
Dec 26 22:18:46 test/onnx/test_onnx_opset.py::TestONNXOpset::test_flip PASSED            [  0%] 
re dumped) pytest "${args[@]}" -k 'not (TestOperators and test_full_like) and not (TestOperators and test_zeros_like) and not (TestOperators and test_ones_like) and not (TestModels and test_vgg16) and not (TestModels and test_vgg16_bn) and not (TestModels and test_vgg19) and not (TestModels and test_vgg19_bn)' --ignore "$top_dir/test/onnx/test_pytorch_onnx_onnxruntime.py" --ignore "$top_dir/test/onnx/test_custom_ops.py" --ignore "$top_dir/test/onnx/test_models_onnxruntime.py" "${test_paths[@]}" 

🚧 1 upstream failure recognized by patterns:

These builds matched patterns, but were probably caused by upstream breakages:


This comment was automatically generated by Dr. CI (expand for details).Follow this link to opt-out of these comments for your Pull Requests.

Please report bugs/suggestions on the GitHub issue tracker.

This comment has been revised 9 times.

@facebook-github-bot facebook-github-bot deleted the gh/VitalyFedyunin/104/head branch January 27, 2020 15:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants