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

the profiler does not detect my application on ubuntu22.04 #93

Open
tylerfan opened this issue Sep 12, 2023 · 1 comment
Open

the profiler does not detect my application on ubuntu22.04 #93

tylerfan opened this issue Sep 12, 2023 · 1 comment

Comments

@tylerfan
Copy link

it detects my GPU in the system section which is Radeon RX 5500M which i think is in the supported GPU list. The application status is always offline.

is there a way to launch the program to profile from the profiler itself?

@chesik-amd
Copy link
Contributor

One reason this can happen is if application your end ends up using the RADV driver instead of the AMD Vulkan driver. On recent Ubuntu versions, the open source RADV driver is installed by default and a Vulkan app may end up using the RADV ICD instead of the AMD Vulkan ICD. If this is what is happening on your system, setting the following environment variable should help: VK_ICD_FILENAMES=/etc/vulkan/icd.d/amd_icd64.json.

https://github.com/GPUOpen-Tools/radeon_gpu_profiler/blob/58b0dd90c62375536e31665c2d092ef607c5139a/RELEASE_NOTES.txt#L48C436-L48C485

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants