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

ComputeMark 2.1 launches GUI but don't launch benchmarks #39

Closed
oscarbg opened this issue Jan 27, 2018 · 4 comments
Closed

ComputeMark 2.1 launches GUI but don't launch benchmarks #39

oscarbg opened this issue Jan 27, 2018 · 4 comments

Comments

@oscarbg
Copy link

oscarbg commented Jan 27, 2018

This benchmark is interesting because should be a DX11 app using purely compute+UAV features (2D and 3D RWTextures) so could be good getting it right as doesn't use pretty much any other DX11 features..
tested on NV 390.65 and GTX 970

seems there is only missing API function
"err: D3D11Device::GetUnorderedAccessViewDescFromResource: Not implemented"

d3d11.log
dxgi.log

attaching benchmark here because can be difficult to find..
ComputeMark2.zip

@doitsujin
Copy link
Owner

Implemented the missing methods. The benchmark should start now but it causes a GPU hang at the moment.

@oscarbg
Copy link
Author

oscarbg commented Jan 29, 2018

thanks..

just in case it helps I reported a year ago support for this program by Wine D3D11 backend
(https://bugs.winehq.org/show_bug.cgi?id=42504)
and a Wine dev fixed in this commit
"wined3d: Fix handling of SM4+ integer registers"
https://source.winehq.org/git/wine.git/?a=commit;h=b1b880fc75932c890ea070311793111e738ebf52
don't know if it can help.. just saying..

@doitsujin
Copy link
Owner

That bug is unrelated. Out-of-bounds access to images may cause the freezes, but I'm not sure.

@oscarbg
Copy link
Author

oscarbg commented Feb 2, 2018

Hi,
just compiling latest amdvlk dev Branch which includes fix from (#43)
all computemark test work so closing issue.. as now seems a RADV issue..

@oscarbg oscarbg closed this as completed Feb 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants