Skip to content

[EIEX-844] Use neutron kernel names in profiling table - #21614

Draft
irtrukhina wants to merge 1 commit into
pytorch:mainfrom
nxp-upstream:feature/EIEX-844-improve-profiling-table-kernel-labels
Draft

[EIEX-844] Use neutron kernel names in profiling table#21614
irtrukhina wants to merge 1 commit into
pytorch:mainfrom
nxp-upstream:feature/EIEX-844-improve-profiling-table-kernel-labels

Conversation

@irtrukhina

@irtrukhina irtrukhina commented Aug 6, 2026

Copy link
Copy Markdown
Collaborator

Summary

Replace neutron kernel kinds with names in profiling table if possible:

  1. Add driver version into etdump as metadata for the last traced kernel (which corresponds to time needed for profiling info print) in runtime.
  2. Check if eIQ SDK installed on host PC corresponds to the driver version from runtime.
    • If versions match -> get list of kernel names from convertor (compiler) and replace kernel numbers with kernels name.
    • If versions doen't match -> use kernel numbers in result table.

Test plan

Test included

cc @robert-kalmar @JakeStevens @digantdesai @rascani

@irtrukhina irtrukhina added the module: nxp Issues related to NXP Neutron NPU delegation and code under backends/nxp/ label Aug 6, 2026
@pytorch-bot

pytorch-bot Bot commented Aug 6, 2026

Copy link
Copy Markdown

🔗 Helpful Links

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

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

❗ 1 Active SEVs

There are 1 currently active SEVs. If your PR is affected, please view them below:

❌ 1 New Failure, 3 Unrelated Failures

As of commit ca86d2b with merge base 2afdd93 (image):

NEW FAILURE - The following job has failed:

BROKEN TRUNK - The following jobs failed but were 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 6, 2026
@linux-foundation-easycla

Copy link
Copy Markdown

CLA Not Signed

@github-actions

github-actions Bot commented Aug 6, 2026

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. module: nxp Issues related to NXP Neutron NPU delegation and code under backends/nxp/

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant