Skip to content

Conversation

manuelcandales
Copy link
Contributor

Reviewed By: SS-JIA

Differential Revision: D62028659

Reviewed By: SS-JIA

Differential Revision: D62028659
Copy link

pytorch-bot bot commented Sep 3, 2024

🔗 Helpful Links

🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/5032

Note: Links to docs will display an error until the docs builds have been completed.

✅ No Failures

As of commit 61c2bc2 with merge base ef3c53d (image):
💚 Looks good so far! There are no failures yet. 💚

This comment was automatically generated by Dr. CI and updates every 15 minutes.

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Sep 3, 2024
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D62028659

@facebook-github-bot facebook-github-bot merged commit bc56a97 into pytorch:main Sep 3, 2024
36 of 38 checks passed
bool transposed,
IntArrayRef output_padding,
int64_t groups,
exec_aten::ArrayRef<bool> output_mask,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is the type for output_mask exec_aten::ArrayRef<bool> instead of std::array<bool, 3>?

It doesn't match the declaration of convolution_backward_out in \executorch\pip-out\temp.win-amd64-cpython-311\cmake-out\kernels\portable\portable_ops_lib\NativeFunctions.h which has type std::array<bool, 3> for output_mask.
This mismatch will cause link error on Windows.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. fb-exported

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants