Skip to content

dnn: don't use aligned load without alignment checks#21426

Merged
opencv-pushbot merged 1 commit intoopencv:3.4from
alalek:dnn_simd_unaligned_weights_fix
Jan 12, 2022
Merged

dnn: don't use aligned load without alignment checks#21426
opencv-pushbot merged 1 commit intoopencv:3.4from
alalek:dnn_simd_unaligned_weights_fix

Conversation

@alalek
Copy link
Copy Markdown
Member

@alalek alalek commented Jan 12, 2022

  • weights are unaligned in dasiamprn sample (comes from numpy)

_mm256_load_ps(wptr0 + k); leads to crash.

- weights are unaligned in dasiamprn sample (comes from numpy)
@alalek
Copy link
Copy Markdown
Member Author

alalek commented Jan 12, 2022

👍

@opencv-pushbot opencv-pushbot merged commit 5e327af into opencv:3.4 Jan 12, 2022
@alalek alalek mentioned this pull request Jan 12, 2022
@alalek alalek mentioned this pull request Feb 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants