SharpDX.SharpDXException: "HRESULT: [0x887A0005], Module: [SharpDX.DXGI], ApiCode: [DXGI_ERROR_DEVICE_REMOVED/DeviceRemoved], Message: The GPU device instance has been suspended. Use GetDeviceRemovedReason to determine the appropriate action. #2057
Unanswered
levkazakov2002
asked this question in
Q&A
Replies: 1 comment
|
same with me |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hello, I'm using Stride Shaders in my project and I faced an error.
I'm passing a buffer of Vector3 and its size is 2097 x 2097 (total elements size is 4,397,409 with elementSize 12). This calculates without errors.
When I'm passing a buffer of Vector3 and its size is 4097 x 4097 (total elements size is 16,785,409 with elementSize 12). After a quite long calculation time (~2 mins) I'm trying to get data from buffer and set to an array I got and error which is typed in title. My GPU is NVidia 3080 and BuffersMemory = 1274445216.
Can it be a problem with ComputeEffectShader.Draw or can it be GPU buffer overflow?
All reactions