-
Notifications
You must be signed in to change notification settings - Fork 47
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
linux平台gpu版本效率很低,不如cpu #28
Comments
最好附上相关信息,这里没有任何信息,以下只能进行猜测: 另外就是GPU或显卡是否有正确的驱动,首先 未装驱动会导致执行不正常,其次 nvidia不同版本的驱动可能绑定了不同的cuda版本也可能造成问题。 GPU型号也有影响,低端型号的gpu性能确实还不如高端CPU。 GPU加速 数据会走PCIE通道,来回传输数据 会比使用CPU 多耗费一些时间,只有在GPU性能远强于CPU时总耗时才能弥补回来。 |
windows11 onnxruntime1.20.0 directml 3080一样 cpu 100毫秒 gpu 400毫秒 什么问题导致的 |
两年前,我试过onnxruntime+directml,当时甚至都没能跑起来。 |
经测试,onnxruntime版本为1.10使用cpu版本在linux平台推理单张图像时间为0.8s,而使用gpu推理后,时间达到了2.8s,gpu效率比cpu还低几倍,博主可以解释下吗,谢谢
The text was updated successfully, but these errors were encountered: