Skip to content
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

[ETHOSN] Update driver stack version to 22.11 #13637

Merged
merged 1 commit into from
Dec 20, 2022

Conversation

ashutosh-arm
Copy link
Contributor

NPU driver updated to 22.11.

New process memory allocator is used to create
buffers and networks. Support for 22.08 stack has
been kept intact in the sources and tests until the new
docker image is built and starts getting used. Tests
were modified to meet limitations imposed on input
zero point and kernel size by NPU software. Removed
defining ETHON_API_VERSION from cmake infra.

@tvm-bot
Copy link
Collaborator

tvm-bot commented Dec 16, 2022

Thanks for contributing to TVM! Please refer to the contributing guidelines https://tvm.apache.org/docs/contribute/ for useful information and tips. Please request code reviews from Reviewers by @-ing them in a comment.

Generated by tvm-bot

Copy link
Contributor

@lhutton1 lhutton1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @ashutosh-arm, it definitely seems like there was more work involved in this upgrade compared to previous revisions! LGTM overall, just some small things

@ashutosh-arm ashutosh-arm changed the title NPU driver updated to 22.11 [ETHOSN] NPU driver updated to 22.11 Dec 19, 2022
@ashutosh-arm ashutosh-arm changed the title [ETHOSN] NPU driver updated to 22.11 [ETHOSN] Update driver stack version to 22.11 Dec 19, 2022
-New process memory allocator is used to create
 buffers and networks.
-Support for 22.08 stack has been kept intact
 in the sources and tests until new docker
 image is built and used.
-Tests were modified to meet limitations imposed
 on input zero point and kernel size by NPU software.
-Removed defining ETHON_API_VERSION from cmake infra.

Change-Id: I580a7e8e9e21665a6c2e69641b5b85a324bcd9b4
Copy link
Contributor

@lhutton1 lhutton1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for battling with CI to get this one green @ashutosh-arm! LGTM! Just a quick reminder that we'll also need to create an issue to track the docker image upgrade to use v22.11 :)

@lhutton1 lhutton1 merged commit 5019dce into apache:main Dec 20, 2022
lhutton1 pushed a commit that referenced this pull request Dec 21, 2022
NPU driver 22.11 supports buffer and network creation
with only process memory allocator. This change however
should be limited to the cases when the HW is available.

NPU driver update: #13637
fzi-peccia pushed a commit to fzi-peccia/tvm that referenced this pull request Mar 27, 2023
-New process memory allocator is used to create
 buffers and networks.
-Support for 22.08 stack has been kept intact
 in the sources and tests until new docker
 image is built and used.
-Tests were modified to meet limitations imposed
 on input zero point and kernel size by NPU software.
-Removed defining ETHON_API_VERSION from cmake infra.
fzi-peccia pushed a commit to fzi-peccia/tvm that referenced this pull request Mar 27, 2023
…3650)

NPU driver 22.11 supports buffer and network creation
with only process memory allocator. This change however
should be limited to the cases when the HW is available.

NPU driver update: apache#13637
mikeseven pushed a commit to mikeseven/tvm that referenced this pull request Sep 27, 2023
-New process memory allocator is used to create
 buffers and networks.
-Support for 22.08 stack has been kept intact
 in the sources and tests until new docker
 image is built and used.
-Tests were modified to meet limitations imposed
 on input zero point and kernel size by NPU software.
-Removed defining ETHON_API_VERSION from cmake infra.
mikeseven pushed a commit to mikeseven/tvm that referenced this pull request Sep 27, 2023
…3650)

NPU driver 22.11 supports buffer and network creation
with only process memory allocator. This change however
should be limited to the cases when the HW is available.

NPU driver update: apache#13637
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants