Skip to content

Arm backend: Use padding for the base64 coded ETDump string #13276

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

zingo
Copy link
Collaborator

@zingo zingo commented Aug 11, 2025

This fix "base64: invalid input" errors you got sometimes when converting it to a file.

This change also avoid using ' ', '\r', and '\n' in the base64 string for a cleaner string.

cc @digantdesai @freddan80 @per @oscarandersson8218

This fix "base64: invalid input" errors you got sometimes when
converting it to a file.

This change also avoid using ' ', '\r', and '\n' in the base64 string for a cleaner string.

Signed-off-by: Zingo Andersen <[email protected]>
Change-Id: I8a09b00bfe5d47d1bc4e9c4e63b59e250cef0c60
@zingo zingo requested a review from digantdesai as a code owner August 11, 2025 12:06
@zingo zingo added partner: arm For backend delegation, kernels, demo, etc. from the 3rd-party partner, Arm ciflow/trunk release notes: none Do not include this in the release notes labels Aug 11, 2025
Copy link

pytorch-bot bot commented Aug 11, 2025

🔗 Helpful Links

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

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

✅ You can merge normally! (3 Unrelated Failures)

As of commit 4c63aa8 with merge base 72580d2 (image):

FLAKY - The following job failed but was likely due to flakiness present on trunk:

BROKEN TRUNK - The following jobs failed but was present on the merge base:

👉 Rebase onto the `viable/strict` branch to avoid these failures

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 Aug 11, 2025
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: none Do not include this in the release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant