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
I'm using the Radeon Developer Panel in order to profile my opencl application. I am using clspv to run opencl code on GPU devices via Vulkan API.
My computer is running arch linux, with proprietary AMD/Nvidia and mesa open source drivers. I have the GPUs AMD Radeon RX 7900 XT, Nvidia GeForce RTX 4070, and AMD Radeon Graphics on my machine
I'm hoping to obtain some performance counters (like the # of L1 and L2 cache access/miss rates) from running an application on my AMD Radeon RX 7900 XT. The developer panel is able to establish a connection and I'm on the system page. When I run my application using the mesa driver for AMD Radeon RX 7900 XT, it shows up briefly in the list, along with a PID, then the PID goes away about a few seconds later and the application says it's offline. When I run my application using the proprietary driver for the same GPU, the PID doesn't go away but I get a message saying "Profiling is not supported for the GPU in use":
I also realize that the system information page is not listing the GPUs on my machine:
Could this be related to the issue or something else? Any help is appreciated!
I'm using the Radeon Developer Panel in order to profile my opencl application. I am using clspv to run opencl code on GPU devices via Vulkan API.
My computer is running arch linux, with proprietary AMD/Nvidia and mesa open source drivers. I have the GPUs AMD Radeon RX 7900 XT, Nvidia GeForce RTX 4070, and AMD Radeon Graphics on my machine
I'm hoping to obtain some performance counters (like the # of L1 and L2 cache access/miss rates) from running an application on my AMD Radeon RX 7900 XT. The developer panel is able to establish a connection and I'm on the system page. When I run my application using the mesa driver for AMD Radeon RX 7900 XT, it shows up briefly in the list, along with a PID, then the PID goes away about a few seconds later and the application says it's offline. When I run my application using the proprietary driver for the same GPU, the PID doesn't go away but I get a message saying "Profiling is not supported for the GPU in use":
I also realize that the system information page is not listing the GPUs on my machine:
Could this be related to the issue or something else? Any help is appreciated!
Also to note, I have been following the documentation here: https://radeon-developer-panel.readthedocs.io/en/latest/#
The text was updated successfully, but these errors were encountered: