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

Move WrapTimeEvaluator from RPC to profiling, NFC #11172

Merged
merged 1 commit into from
Apr 29, 2022
Merged

Move WrapTimeEvaluator from RPC to profiling, NFC #11172

merged 1 commit into from
Apr 29, 2022

Conversation

kparzysz-quic
Copy link
Contributor

Thanks for contributing to TVM! Please refer to guideline https://tvm.apache.org/docs/contribute/ for useful information and tips. After the pull request is submitted, please request code reviews from Reviewers by @ them in the pull request thread.

@kparzysz-quic
Copy link
Contributor Author

Having this function in RPC caused a problem when building apps/hexagon_launcher. The RPC code is not built for Hexagon, but graph executor and profiling support is, and we ended up with WrapTimeEvaluator being an undefined symbol.

Profiling seems like a better place for this function anyway, since it has to do with time measurements, and has nothing to do with RPC.

@masahi masahi merged commit bc29367 into apache:main Apr 29, 2022
@kparzysz-quic kparzysz-quic deleted the profiling-move branch April 29, 2022 13:06
shtinsa pushed a commit to Deelvin/tvm that referenced this pull request May 17, 2022
juda pushed a commit to juda/tvm that referenced this pull request Jun 21, 2022
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.

2 participants