Skip to content

Memory + runtime optimizations, PSNR, LPIPS #2

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

Open
wants to merge 44 commits into
base: main
Choose a base branch
from

Conversation

TheNumerus
Copy link
Contributor

No description provided.

luminance gaussian is two pass - 0.5ms
MSSIM on GPU - 2.5 ms
compute all gaussians at the same time
13 ms faster for 2560x1440 image
160 ms faster for 2560x1440 image on repeat runs
- 10% faster compute as a result by reducing memory waits
- blit output image from RGBA f32 to RGBA u8
- reuses input image
- 50% faster benchmark run
- -20% memory usage by packing intermediate results
- report mean value as numerical IQM
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

Successfully merging this pull request may close these issues.

1 participant