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

[Hexagon] Add support for v73, make v68 default #14965

Merged
merged 2 commits into from
May 27, 2023

Conversation

kparzysz-quic
Copy link
Contributor

Snapdragon 8 Gen2 is v73, Hexagon SDK 5.2+ supports it.

Snapdragon 8 Gen2 is v73, Hexagon SDK 5.2+ supports it.
@tvm-bot
Copy link
Collaborator

tvm-bot commented May 26, 2023

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

The CPU version constants are enums, but they are initialized with values
that are #defined in HexagonVersions.h. Before using any HEX_CPU_Vxx,
check if the corresponding initializer has been #defined.
@masahi masahi merged commit c47d36e into apache:main May 27, 2023
@kparzysz-quic kparzysz-quic deleted the tvmv73 branch May 27, 2023 13:39
mei-ye pushed a commit to mei-ye/tvm that referenced this pull request Jun 1, 2023
* [Hexagon] Add support for v73, make v68 default

Snapdragon 8 Gen2 is v73, Hexagon SDK 5.2+ supports it.

* Guard CPU versions with #ifdefs

The CPU version constants are enums, but they are initialized with values
that are #defined in HexagonVersions.h. Before using any HEX_CPU_Vxx,
check if the corresponding initializer has been #defined.
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.

4 participants