GPUOpen-Drivers / AMDVLK

AMD Open Source Driver For Vulkan
MIT License
1.69k stars 159 forks source link

GPU hang with the vkd3d-proton raytracing tests #298

Open mbriar opened 1 year ago

mbriar commented 1 year ago

Running the vkd3d-proton raytracing tests hangs the GPU on amdvlk.
To reproduce build and run the vkd3d-proton tests:

git clone --recurse-submodules https://github.com/HansKristian-Work/vkd3d-proton
mkdir vkd3d-proton/build && cd vkd3d-proton/build
meson .. -Denable_tests=true
ninja
VKD3D_CONFIG=dxr11 VKD3D_TEST_FILTER=raytracing ./tests/d3d12

GPU 6700XT/NAVI22 AMDVLK v-2022.Q3.5 vkd3d-proton commit 212ae62b5

Flakebi commented 1 year ago

There’s an internal issue about this since a while. This vkd3d-proton issue has some information about the problem: https://github.com/HansKristian-Work/vkd3d-proton/issues/817

mbriar commented 1 year ago

Oh, i wasn't aware of that, feel free to close this issue then. But it seems like it hasn't moved forward on either the vkd3d-proton or the AMD driver side.

Flakebi commented 1 year ago

I think it’s an amdvlk bug, so this should stay open until the issue is fixed. Thanks for testing and bringing this up!

jinjianrong commented 1 year ago

@mbriar what Linux distro are you using?

mbriar commented 1 year ago

This was on Arch Linux with either the package or a self-compiled build.