We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The following integration test configs cause a memory access exception in nn_conv2d_hstrip_tail_deep_padded.
NOTE: These tests pass when running on the x86 host.
integration_test/test_single_op_models/test_conv2d/test_conv2d.py::test_output[CONFIGS[4]] integration_test/test_single_op_models/test_conv2d/test_conv2d.py::test_converted_single_op_model[CONFIGS[4]] 4: K_h: 9 K_w: 9 height: 15 input_channels: 32 num_threads: 1 output_channels: 4 padding: same strides: - 2 - 2 width: 20
integration_test/test_single_op_models/test_conv2d/test_fused_relu/test_custom_relu_conv2d.py::test_output[CONFIGS[0]] integration_test/test_single_op_models/test_conv2d/test_fused_relu/test_custom_relu_conv2d.py::test_idempotence[CONFIGS[0]] 0: K_h: 2 K_w: 3 height: 5 input_channels: 32 max_value: 1.0 num_threads: 1 output_channels: 4 padding: same strides: - 1 - 2 width: 20
The text was updated successfully, but these errors were encountered:
This issue may have been resolved by the fix for #4 in commit a5f0c8b.
Once that fix is tested for #4, this one should be checked as well.
Sorry, something went wrong.
astewart-xmos
Successfully merging a pull request may close this issue.
The following integration test configs cause a memory access exception in nn_conv2d_hstrip_tail_deep_padded.
NOTE: These tests pass when running on the x86 host.
The text was updated successfully, but these errors were encountered: