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

使用GPU编译rvm报错 #257

Closed
hanxizai opened this issue Mar 26, 2022 · 4 comments
Closed

使用GPU编译rvm报错 #257

hanxizai opened this issue Mar 26, 2022 · 4 comments

Comments

@hanxizai
Copy link

我使用的是官方编译的onnxruntime-1.9.0-gpu版本cudnn是11.4版本
image

@hanxizai
Copy link
Author

我也查看了issue中的相关问题,但是没有解决

@DefTruth
Copy link
Owner

你重复引用了2份头文件导致类型重定义,lite.ai.toolkit/onnxruntime中就有一份头文件,然后你这又从你下载的onnxruntime中引用了另一份头文件。可能是你头文件路径设置不太对吧,可以参考: #207 的做法。或者考虑使用mac或linux的预编译库,因为我手上没有windows系统的电脑,对windows也不熟悉,所以可能比较难解决你的问题。

@hanxizai
Copy link
Author

你重复引用了2份头文件导致类型重定义,lite.ai.toolkit/onnxruntime中就有一份头文件,然后你这又从你下载的onnxruntime中引用了另一份头文件。可能是你头文件路径设置不太对吧,可以参考: #207 的做法。或者考虑使用mac或linux的预编译库,因为我手上没有windows系统的电脑,对windows也不熟悉,所以可能比较难解决你的问题。

谢谢大佬,每次都麻烦你,编译好了但是GPU使用率不高

@hanxizai
Copy link
Author

你重复引用了2份头文件导致类型重定义,lite.ai.toolkit/onnxruntime中就有一份头文件,然后你这又从你下载的onnxruntime中引用了另一份头文件。可能是你头文件路径设置不太对吧,可以参考: #207 的做法。或者考虑使用mac或linux的预编译库,因为我手上没有windows系统的电脑,对windows也不熟悉,所以可能比较难解决你的问题。

谢谢大佬,每次都麻烦你,编译好了但是GPU使用率不高

GPU使用率才百分之几,但是CPU使用率确很大,是我有地方又配置出错了嘛

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

No branches or pull requests

2 participants