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

[BUG] Fix missing sm_53 for Jetson Nano #85

Merged
merged 1 commit into from
Apr 25, 2022

Conversation

PeterH0323
Copy link
Contributor

@PeterH0323 PeterH0323 commented Apr 25, 2022

Motivation

When using Jetson Nano to install mmdeploy and use SDK to predict, it will crash.

6120ce8a2c0497363bece7910adf98d

Modification

cuda.cmake in pplcv was missing sm_53.

According to website https://en.wikipedia.org/wiki/CUDA , it shows that the minimux version of cuda support sm_53 is cuda 7.5. So I add it in the cuda.cmake.

image

After this modifiy, it work.

image

releated PR MMDeploy PR#407

@ouonline ouonline merged commit f58a396 into OpenPPL:master Apr 25, 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