Skip to content

[executorch][native] Add native_executor test harness - #22096

Open
SS-JIA wants to merge 1 commit into
gh/SS-JIA/585/basefrom
gh/SS-JIA/585/head
Open

[executorch][native] Add native_executor test harness#22096
SS-JIA wants to merge 1 commit into
gh/SS-JIA/585/basefrom
gh/SS-JIA/585/head

Conversation

@SS-JIA

@SS-JIA SS-JIA commented Aug 24, 2026

Copy link
Copy Markdown
Contributor

Stack from ghstack (oldest at bottom):

Add a standalone C++ tool, native_executor, that loads a serialized native
graph (*.nptg) and its optional out-of-line constant file into memory and
reports what was loaded. Today it verifies the FlatBuffer NPTG file
identifier and holds the constant file as opaque bytes; it has no ExecuTorch or
torch dependency. This is the seed of a central harness that will grow
load / inspect / benchmark / validate / profile subcommands as the native
runtime lands.

Mirrored into both the fbcode/ and xplat/ trees to match the native backend
layout.

Authored with Claude Code.

Differential Revision: D114396766

[ghstack-poisoned]
@pytorch-bot

pytorch-bot Bot commented Aug 24, 2026

Copy link
Copy Markdown

🔗 Helpful Links

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

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

✅ No Failures

As of commit 268043b with merge base 9a2d135 (image):
💚 Looks good so far! There are no failures yet. 💚

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

@github-actions

Copy link
Copy Markdown

This PR needs a release notes: label

If your change should be included in the release notes (i.e. would users of this library care about this change?), please use a label starting with release notes:. This helps us keep track and include your important work in the next release notes.

To add a label, you can comment to pytorchbot, for example
@pytorchbot label "release notes: none"

For more information, see
https://github.com/pytorch/pytorch/wiki/PyTorch-AutoLabel-Bot#why-categorize-for-release-notes-and-how-does-it-work.

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.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant