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] Consolidate target string usage #13159

Merged
merged 2 commits into from
Nov 8, 2022

Conversation

lhutton1
Copy link
Contributor

Removes support for a deprecated target string. The deprecation warning has been around for a couple of releases now so it should be safe to remove. The target to use moving forward is: ethos-n -variant=n78 ...

Refactored direct use of a driver stack target string in the testing infrastructure to use the same string we expect users to provide. This simplified some of the code in codegen and hopefully avoids confusion in the future.

cc @Leo-arm @ashutosh-arm @leandron @Mousius

@tvm-bot
Copy link
Collaborator

tvm-bot commented Oct 20, 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

@github-actions github-actions bot requested review from Mousius and leandron October 20, 2022 16:33
Removes support for a deprecated target string. The deprecation warning
has been around for a couple of releases now so it should be safe to
remove. The target to use moving forward is: `ethos-n -variant=n78 ...`

Refactored direct use of a driver stack target string in the testing
infrastructure to use the same string we expect users to provide. This
simplified some of the code in codegen and hopefully avoids confusion
in the future.

Change-Id: Ic50842e15725d6440efc1ab525ac7dd9a4068ac4
Change-Id: I0258e6144bad5cde5662091c637111fb3151db60
@lhutton1 lhutton1 force-pushed the remove-deprecated-target branch from 5cf2df4 to 6242010 Compare November 7, 2022 11:16
@lhutton1
Copy link
Contributor Author

lhutton1 commented Nov 7, 2022

This is ready for review :)

@lhutton1 lhutton1 marked this pull request as ready for review November 7, 2022 11:16
Copy link
Contributor

@leandron leandron left a comment

Choose a reason for hiding this comment

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

LGTM, thanks @lhutton1!

@leandron leandron merged commit 79093a1 into apache:main Nov 8, 2022
@lhutton1 lhutton1 deleted the remove-deprecated-target branch November 8, 2022 10:20
xinetzone pushed a commit to daobook/tvm that referenced this pull request Nov 10, 2022
* [ETHOSN] Consolidate target string usage

Removes support for a deprecated target string. The deprecation warning
has been around for a couple of releases now so it should be safe to
remove. The target to use moving forward is: `ethos-n -variant=n78 ...`

Refactored direct use of a driver stack target string in the testing
infrastructure to use the same string we expect users to provide. This
simplified some of the code in codegen and hopefully avoids confusion
in the future.
xinetzone pushed a commit to daobook/tvm that referenced this pull request Nov 25, 2022
* [ETHOSN] Consolidate target string usage

Removes support for a deprecated target string. The deprecation warning
has been around for a couple of releases now so it should be safe to
remove. The target to use moving forward is: `ethos-n -variant=n78 ...`

Refactored direct use of a driver stack target string in the testing
infrastructure to use the same string we expect users to provide. This
simplified some of the code in codegen and hopefully avoids confusion
in the future.
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