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

fix op in debug mode #5559

Closed
8 tasks done
dzhwinter opened this issue Nov 10, 2017 · 1 comment
Closed
8 tasks done

fix op in debug mode #5559

dzhwinter opened this issue Nov 10, 2017 · 1 comment
Assignees

Comments

@dzhwinter
Copy link
Contributor

dzhwinter commented Nov 10, 2017

Currently, our CI system only tests our code in Cmake Release mode, it will remove some asserts which may be failed in debug mode. E.g. eigen tensor shape asserts will be removed in Release mode, so we need to test the project in debug mode locally.

cmake .. -DCMAKE_BUILD_TYPE=Debug 
The following tests FAILED:
	149 - test_seq_pool (OTHER_FAULT)
	151 - test_matmul_op (OTHER_FAULT)
	153 - test_l1_norm_op (OTHER_FAULT)
	158 - test_cos_sim_op (OTHER_FAULT)
	173 - test_gru_op (OTHER_FAULT)
	192 - test_elementwise_mul_op (OTHER_FAULT)
	220 - test_recognize_digits_conv (Failed)
	255 - test_reduce_op (OTHER_FAULT)
	262 - test_squared_l2_norm_op (OTHER_FAULT)
@qingqing01
Copy link
Contributor

@dzhwinter Thanks, I'll help to fix these operators.

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

3 participants