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

Vulkan Unknow Error while capturing .rra using RDP #9

Open
vtewari3198 opened this issue Jul 19, 2024 · 6 comments
Open

Vulkan Unknow Error while capturing .rra using RDP #9

vtewari3198 opened this issue Jul 19, 2024 · 6 comments

Comments

@vtewari3198
Copy link

vtewari3198 commented Jul 19, 2024

When I run a Vulkan application(simple ray query compute shader) with RDP to capture its .rra trace, application crashes with Vulkan Unknown error. (I have RDNA3 GPU with latest drivers)

Error occurs at this: vkCreateComputePipelines(get_device().get_handle(), VK_NULL_HANDLE, 1, &info, nullptr, &pipeline)

When I run same application on other AMD machine, capture works. It used to work on the RDNA3 machine too but suddenly the problem started

@ahosier
Copy link
Collaborator

ahosier commented Jul 22, 2024

Hi vtewari3198,
Thankyou for your feedback for RRA. Could you please provide the driver and RDTS versions you're using on the RDNA3 machine and we'll investigate further.

Thanks,
Tony.

@vtewari3198
Copy link
Author

vtewari3198 commented Jul 23, 2024

image
image

@David-DiGioia
Copy link

Thanks for providing the version information. Can you please provide a sample application that can reproduce this problem?

@vtewari3198
Copy link
Author

vtewari3198 commented Jul 26, 2024

Unfortunately the app is not open source, but I tried RRA capture of another app (open Source) https://github.com/SaschaWillems/Vulkan (rayquery example) on RDNA3, RDP says no acceleration found, when I try the same on RDNA2, its able to capture the acceleration structure.

@David-DiGioia
Copy link

We haven't been able to reproduce the issue yet. Do you have a CPU with integrated graphics? We have sometimes had issues where integrated graphics is erroneously used in place of the discrete graphics.

@vtewari3198
Copy link
Author

The CPU doesn't has any integrated graphics.

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

3 participants