File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -448,6 +448,12 @@ outputs:
448448 {% set skips = skips ~ " or (TestLinalgCPU and test_pca_lowrank_cpu)" %} # [aarch64]
449449 {% set skips = skips ~ " or (TestLinalgCPU and test_svd_lowrank_cpu)" %} # [aarch64]
450450 {% set skips = skips ~ " or (TestMkldnnCPU and test_lstm_cpu)" %} # [aarch64]
451+ # very long-running tests in emulation
452+ {% set skips = skips ~ " or test_eigh_lwork_lapack" %} # [aarch64]
453+ {% set skips = skips ~ " or test_gradgrad_nn_LSTM" %} # [aarch64]
454+ {% set skips = skips ~ " or test_grad_nn_Transformer" %} # [aarch64]
455+ {% set skips = skips ~ " or test_inverse_errors_large" %} # [aarch64]
456+ {% set skips = skips ~ " or (TestXNNPACKConv1dTransformPass and test_conv1d_basic)" %} # [aarch64]
451457 # errors (possibly QEMU-related) with openblas 0.3.30
452458 {% set skips = skips ~ " or test_addbmm or test_baddbmm or test_bmm" %} # [aarch64]
453459 # doesn't crash, but gets different result on aarch + CUDA
You can’t perform that action at this time.
0 commit comments