GPUOpen-LibrariesAndSDKs / RadeonRays_SDK

Radeon Rays is ray intersection acceleration library for hardware and software multiplatforms using CPU and GPU
MIT License
1.06k stars 190 forks source link

error tutorial_vk with RTX2070S #214

Open itmanager85 opened 3 years ago

itmanager85 commented 3 years ago

compiled tutorial_vk works on R9 280 3G and GTX1080, but error with RTX2070S

logs here :

[2020-07-31 14:52:02.722] [info] rrCreateContextVk(1001) [2020-07-31 14:52:02.931] [info] Initializing resource pools [2020-07-31 14:52:02.947] [info] Context successfully created [2020-07-31 14:52:02.974] [info] rrGetDevicePtrFromVkBuffer [2020-07-31 14:52:02.974] [info] rrGetDevicePtrFromVkBuffer [2020-07-31 14:52:02.974] [info] rrGetGeometryBuildMemoryRequirements [2020-07-31 14:52:02.974] [info] Intersector::GetTriangleMeshPreBuildInfo() [2020-07-31 14:52:02.974] [info] rrGetDevicePtrFromVkBuffer [2020-07-31 14:52:02.974] [info] rrGetDevicePtrFromVkBuffer [2020-07-31 14:52:02.974] [info] rrGetCommandStreamFromVkCommandBuffer [2020-07-31 14:52:02.974] [info] rrCmdBuildGeometry [2020-07-31 14:52:02.974] [info] Intersector::BuildTriangleMesh() [2020-07-31 14:52:02.974] [info] Geometry build command successfully recorded [2020-07-31 14:52:02.974] [info] rrCmdBuildGeometry [2020-07-31 14:52:02.974] [info] Intersector::BuildTriangleMesh() [2020-07-31 14:52:02.974] [info] Geometry build command successfully recorded [2020-07-31 14:52:02.974] [info] rrCmdBuildGeometry [2020-07-31 14:52:02.974] [info] Intersector::BuildTriangleMesh() [2020-07-31 14:52:02.974] [info] Geometry build command successfully recorded [2020-07-31 14:52:02.974] [info] rrCmdBuildGeometry [2020-07-31 14:52:02.974] [info] Intersector::BuildTriangleMesh() [2020-07-31 14:52:02.974] [info] Geometry build command successfully recorded [2020-07-31 14:52:02.974] [info] rrCmdBuildGeometry [2020-07-31 14:52:02.974] [info] Intersector::BuildTriangleMesh() [2020-07-31 14:52:02.974] [info] Geometry build command successfully recorded [2020-07-31 14:52:02.974] [info] rrCmdBuildGeometry [2020-07-31 14:52:02.974] [info] Intersector::BuildTriangleMesh() [2020-07-31 14:52:02.975] [info] Geometry build command successfully recorded [2020-07-31 14:52:02.975] [info] rrCmdBuildGeometry [2020-07-31 14:52:02.975] [info] Intersector::BuildTriangleMesh() [2020-07-31 14:52:02.975] [info] Geometry build command successfully recorded [2020-07-31 14:52:02.975] [info] rrCmdBuildGeometry [2020-07-31 14:52:02.975] [info] Intersector::BuildTriangleMesh() [2020-07-31 14:52:02.975] [info] Geometry build command successfully recorded [2020-07-31 14:52:02.975] [info] rrCmdBuildGeometry [2020-07-31 14:52:02.975] [info] Intersector::BuildTriangleMesh() [2020-07-31 14:52:02.975] [info] Geometry build command successfully recorded [2020-07-31 14:52:02.975] [info] rrCmdBuildGeometry [2020-07-31 14:52:02.975] [info] Intersector::BuildTriangleMesh() [2020-07-31 14:52:02.975] [info] Geometry build command successfully recorded [2020-07-31 14:52:02.975] [info] rrCmdBuildGeometry [2020-07-31 14:52:02.975] [info] Intersector::BuildTriangleMesh() [2020-07-31 14:52:02.975] [info] Geometry build command successfully recorded [2020-07-31 14:52:02.975] [info] rrSumbitCommandStream [2020-07-31 14:52:02.975] [info] Device::SubmitCommandStream() [2020-07-31 14:52:02.975] [info] Command stream successfully submitted [2020-07-31 14:52:02.975] [info] rrReleaseEvent [2020-07-31 14:52:02.975] [info] Device::WaitEvent() [2020-07-31 14:52:09.019] [error] vk::Device::waitForFences: ErrorDeviceLost

ilyas-gazizov commented 3 years ago

Sorry for the late reply. The issue is under investigation now.

paulracaniere commented 3 years ago

Problem still occuring with RTX 2060 Super with RR-Vulkan. Happens when the number of polygons is above some threshold (which is low). Also occuring when trying to destroy RR context.