Skip to content

Arm backend: Use %lu instead of %zu in logs#17091

Merged
zingo merged 2 commits intopytorch:mainfrom
zingo:Arm-backend-Use-%lu-instead-of-%zu-in-logs
Feb 3, 2026
Merged

Arm backend: Use %lu instead of %zu in logs#17091
zingo merged 2 commits intopytorch:mainfrom
zingo:Arm-backend-Use-%lu-instead-of-%zu-in-logs

Conversation

@zingo
Copy link
Collaborator

@zingo zingo commented Feb 2, 2026

Summary

Usuing %zu have different problem depending on compiler flags and clib used, as this
is just example code it better to stick to %lu and make it easier to port as
it seem to work better between different compiler flags and different clib setups.

cc @freddan80 @per @oscarandersson8218 @digantdesai

This seem to work better between different compiler flags and
different clib setups.

Signed-off-by: Zingo Andersen <Zingo.Andersen@arm.com>
Change-Id: I1a6bdf80ac9cc6489e8b9670454855bdb46943b2
@zingo zingo requested a review from digantdesai as a code owner February 2, 2026 09:35
@pytorch-bot
Copy link

pytorch-bot bot commented Feb 2, 2026

🔗 Helpful Links

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

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

✅ No Failures

As of commit 3910c24 with merge base 059c729 (image):
💚 Looks good so far! There are no failures yet. 💚

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

@meta-cla meta-cla 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 Feb 2, 2026
@zingo zingo added partner: arm For backend delegation, kernels, demo, etc. from the 3rd-party partner, Arm ciflow/trunk release notes: arm Changes to the ARM backend delegate labels Feb 2, 2026
@zingo zingo added this to the 1.2.0 milestone Feb 2, 2026
@zingo zingo merged commit bbd5389 into pytorch:main Feb 3, 2026
321 of 322 checks passed
@zingo
Copy link
Collaborator Author

zingo commented Feb 4, 2026

This fail on test_nss_model after merged this is expected and unrelated, a separate fix is on it's way #17200

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

Labels

ciflow/trunk CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. partner: arm For backend delegation, kernels, demo, etc. from the 3rd-party partner, Arm release notes: arm Changes to the ARM backend delegate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants