-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Conversation
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 |
There was a problem hiding this 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
e74262a
to
5194843
Compare
-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
5194843
to
1ec4b5a
Compare
There was a problem hiding this 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 :)
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
-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.
…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
-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.
…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
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.