-
-
Notifications
You must be signed in to change notification settings - Fork 267
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
vulkan indicator wrong #509
Comments
Hi @theofficialgman Thank you to let me notice on this mismatch. I take a look this bug and fix for the next release |
No, I already explained that. Instance (loader) comes from distro repositories. It can be much higher than the driver supported Vulkan API version. You need to report the I do not know where the Vulkan SC version is reported as I don't use a device which supports that. |
The problem it's in here jetson_stats/jtop/core/jetson_libraries.py Line 124 in 58a275e
You search Vulkan Instance Version and not "apiVersion =" |
you parse incorrect output from vulkaninfo leading to incorrect display of vulkan version info in the UI
you should report back the vulkan apiVersion
eg:
so
1.1.85
but instead you report back the instance (loader) version
so
1.3.204
the loader can be updated independent from the driver. loader comes from the distro repositories
The text was updated successfully, but these errors were encountered: