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

[CI] NNPACK build issue workaround #13873

Merged
merged 1 commit into from
Jan 31, 2023

Conversation

Liam-Sturge
Copy link
Contributor

There is currently a problem building and installing NNPACK using the script ubuntu_install_nnpack.sh. The build fails to complete with CMake errors, complaining about missing libraries.

This issue is due to a change in the imported dependency pytorch/cpuinfo that has moved the default branch name to 'main'.

This patch has been submitted as a workaround to the issue raised at #13871

CC @ashutosh-arm @leandron @driazati @areusch

There is currently a problem building and installing NNPACK using the
script `ubuntu_install_nnpack.sh`. The build fails to complete with
CMake errors, complaining about missing libraries.

This issue is due to a change in the imported dependency pytorch/cpuinfo
that has moved the default branch name to 'main'.

This patch has been submitted as a workaround to the issue raised at
apache#13871
@tvm-bot
Copy link
Collaborator

tvm-bot commented Jan 30, 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

Copy link
Contributor

@ashutosh-arm ashutosh-arm left a comment

Choose a reason for hiding this comment

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

Thanks @Liam-Sturge. LGTM!

@ashutosh-arm
Copy link
Contributor

@tvm-bot rerun

@ashutosh-arm ashutosh-arm merged commit 5e652c1 into apache:main Jan 31, 2023
fzi-peccia pushed a commit to fzi-peccia/tvm that referenced this pull request Mar 27, 2023
NNPACK build issue workaround

There is currently a problem building and installing NNPACK using the
script `ubuntu_install_nnpack.sh`. The build fails to complete with
CMake errors, complaining about missing libraries.

This issue is due to a change in the imported dependency pytorch/cpuinfo
that has moved the default branch name to 'main'.

This patch has been submitted as a workaround to the issue raised at
apache#13871
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