You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unless I completely misunderstand how to use the vulkaninfo tool on the command line, there's something strange afoot here..
If I run the tool without any arguments, I get a list like this:
According to the help message (vulkaninfo --help) I should be able to get info on a select GPU:
[-j=<gpu-number>, --json=<gpu-number>]
For a multi-gpu system, a single gpu can be targetted by
specifying the gpu-number associated with the gpu of
interest. This number can be determined by running
vulkaninfo without any options specified.
And then I try to run it like this:
vulkaninfo -j=1
-- but I only get the help message, alluring the fact that I'm possibly using the tool in the wrong way. And I do not want a JSON output, but rather text, which is more easily readable.
Platform is Ubuntu 23.04.
The text was updated successfully, but these errors were encountered:
Just tested this locally, this does look like a regression.
I can say that the -j output only works for the json output, but in retrospect that is a silly limitation that should be fixed (so there should be a way to choose the gpu for text/html).
Hi,
Unless I completely misunderstand how to use the
vulkaninfo
tool on the command line, there's something strange afoot here..If I run the tool without any arguments, I get a list like this:
According to the help message (
vulkaninfo --help
) I should be able to get info on a select GPU:And then I try to run it like this:
-- but I only get the help message, alluring the fact that I'm possibly using the tool in the wrong way. And I do not want a JSON output, but rather text, which is more easily readable.
Platform is Ubuntu 23.04.
The text was updated successfully, but these errors were encountered: