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

Significant performance difference between DirectX 11 and OpenCL pipelines #312

Open
sutajo opened this issue Apr 4, 2024 · 0 comments
Open

Comments

@sutajo
Copy link

sutajo commented Apr 4, 2024

On my machine with an RTX 3080 GPU, I get the following results with DirectX and OpenCL:

DirectX 11:

Processed to : BC2        with  1 iteration(s) in 2.848 seconds
Using        : DXC
Quality      : 1.00
KPerf(ms)    : 3.797
MTx/s        : 4.214
MSE          : 12.1288
PSNR         : 37.29
SSIM         : 0.9590
Total time(s): 3.122

OpenCL:

Processed to : BC2        with  1 iteration(s) in 0.238 seconds
Using        : OCL
Quality      : 1.00
KPerf(ms)    : 0.013
MTx/s        : 1189.248
MSE          : 12.1298
PSNR         : 37.29
SSIM         : 0.9590
Total time(s): 0.511

I used the same 4K image for both measurements. I ran the CLI tool multiple times to ensure that the shaders are already compiled.
Any ideas what might cause the performance issue with the DirectX 11 backend?

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

1 participant