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

Memory access exception in nn_conv2d_hstrip_tail_deep_padded #3

Closed
keithm-xmos opened this issue Oct 14, 2020 · 1 comment · Fixed by #7
Closed

Memory access exception in nn_conv2d_hstrip_tail_deep_padded #3

keithm-xmos opened this issue Oct 14, 2020 · 1 comment · Fixed by #7
Assignees

Comments

@keithm-xmos
Copy link
Contributor

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

@keithm-xmos keithm-xmos transferred this issue from xmos/ai_tools Dec 15, 2020
@astewart-xmos
Copy link

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.

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 a pull request may close this issue.

2 participants