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

test_device.cpp funktioniert nicht für manche NVIDIA Grafikkarten korrekt #111

Open
visualJames opened this issue Jan 5, 2020 · 2 comments
Labels
bug Something isn't working

Comments

@visualJames
Copy link
Collaborator

Describe the bug
Wie man im Folgendem Bild sieht, wird bei der Ausführung der Tests Fehler geworfen.
Die Fehler werden geworfen, weil cuDeviceGetName(cname, 50, m_device) und lspci | grep -Poi "nvidia.+\[\K[a-zA-Z0-9 ]+(?=\])" nicht die gleichen ERgebnisse liefern. Bei cuDeviceGetName(cname, 50, m_device) kommt als Name "Quadro P3200" als Name raus und bei lspci | grep -Poi "nvidia.+\[\K[a-zA-Z0-9 ]+(?=\])" wird als Name "Quadro P3200 Mobile" zurückgeliefert.
NvidiaNameNotEqual

To Reproduce
Dieser Fehler ist bei Felix Laptop unter Ubuntu 19.04 mit der NVIDIA Grafikkarte Quadro P3200 Mobile

@visualJames visualJames added the bug Something isn't working label Jan 5, 2020
@visualJames
Copy link
Collaborator Author

Dieser Bug kann man am Besten dann bearbeiten, wenn Bastian uns Zugang zu ihrer eingebauten Titan GPU gibt, weil wir dann immer auf zwei Gpus die Tests laufen lassen können.

@visualJames
Copy link
Collaborator Author

Dieses Problem kann man dadurch lösen, zumindest auf Felixs GPU, dass man abfragt, ob sie gleich sind und wenn nicht, dann es nochmal versucht, nachdem man beim einen String einfach "Mobile" appended hat.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants