Skip to content

Executorch ops fail to build on macbook M1 due to bad formatting #6578

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

Merged
merged 1 commit into from
Nov 1, 2024

Conversation

veselinp
Copy link
Contributor

Summary:

....
executorch/kernels/quantized/cpu/embeddingxb.cpp:140:11: error: format specifies type 'char' but the argument has type 'int32_t' (aka 'int') [-Werror,-Wformat]
          i,
          ^~
executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG'
      ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \
      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT'
      ##__VA_ARGS__)
      ~~^~~~~~~~~~~~
executorch/runtime/platform/log.h:172:13: note: expanded from macro 'ET_LOG'
          ##__VA_ARGS__);                                            \
            ^~~~~~~~~~~
1 warning and 1 error generated.

Reviewed By: dongpujin, manuelcandales

Differential Revision: D65156573

Summary:
```
....
executorch/kernels/quantized/cpu/embeddingxb.cpp:140:11: error: format specifies type 'char' but the argument has type 'int32_t' (aka 'int') [-Werror,-Wformat]
          i,
          ^~
executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG'
      ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \
      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT'
      ##__VA_ARGS__)
      ~~^~~~~~~~~~~~
executorch/runtime/platform/log.h:172:13: note: expanded from macro 'ET_LOG'
          ##__VA_ARGS__);                                            \
            ^~~~~~~~~~~
1 warning and 1 error generated.
```

Reviewed By: dongpujin, manuelcandales

Differential Revision: D65156573
Copy link

pytorch-bot bot commented Oct 30, 2024

🔗 Helpful Links

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

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

✅ No Failures

As of commit 4862ba5 with merge base f813b6a (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 Oct 30, 2024
@facebook-github-bot
Copy link
Contributor

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

@facebook-github-bot facebook-github-bot merged commit ebe4911 into main Nov 1, 2024
40 of 41 checks passed
@facebook-github-bot facebook-github-bot deleted the export-D65156573 branch November 1, 2024 16:29
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.

3 participants