Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

enable failing tests #36

Open
andrewstanfordjason opened this issue Feb 26, 2021 · 0 comments
Open

enable failing tests #36

andrewstanfordjason opened this issue Feb 26, 2021 · 0 comments

Comments

@andrewstanfordjason
Copy link
Contributor

These test have been disabled on the CI for various reasons, they need investigating and fixing.

RUN_TEST(test_avgpool2d_case1);

CALL(test_nn_conv2d_hstrip_deep_padded);
CALL(test_nn_conv2d_hstrip_deep);
CALL(test_nn_conv2d_hstrip_tail_deep_padded);
CALL(test_nn_conv2d_hstrip_tail_deep);

CALL(test_nn_conv2d_hstrip_shallowin_padded);
CALL(test_nn_conv2d_hstrip_shallowin);
CALL(test_nn_conv2d_hstrip_tail_shallowin_padded);
CALL(test_nn_conv2d_hstrip_tail_shallowin);

CALL(test_conv2d_deep);
CALL(test_conv2d_shallowin);
CALL(test_conv2d_im2col);
CALL(test_conv2d_1x1);
CALL(test_conv2d_depthwise);
CALL(test_fully_connected_16);
CALL(test_fully_connected_8);

RUN_TEST(test_bconv2d_int8_directed);
RUN_TEST(test_bconv2d_int8_directed2);
RUN_TEST(test_bconv2d_int8_directed3);
RUN_TEST(test_bconv2d_int8_directed4);

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

No branches or pull requests

1 participant