[FIX] PadImpl_forward_kernels: 2D: fix issue about XY dimensions mismatch
Context
Issue: During Forward, pad node resize input with an X&Y dimensions mismatch. This error can be reproduced using X!=Y dimensions.
Solution: Modifying index calculation fixes the issue.
Related issue: #21 (closed)
Modified files
-
PadImpl_forward_kernels.hpp
, update index calculation with correct X&Y manipulation
Merge request reports
Activity
added Fix 🔥🔥 label
mentioned in issue #21 (closed)
@raphaelmillet You will need to rebase you dev branch.
added 72 commits
-
1f688ebf...69c994fe - 71 commits from branch
eclipse/aidge:dev
- d622fc3a - Merge branch 'main' into dev
-
1f688ebf...69c994fe - 71 commits from branch
enabled an automatic merge when the pipeline for d622fc3a succeeds
@raphaelmillet Could you redo the same manipulation?
@raphaelmillet Could you rebase and fix the unit tests as well?
@olivierbichler I rebased but I don't know how to fix the unit test.
mentioned in merge request !87 (merged)
Replaced by !87 (merged)