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

Partially fix score difference for CUDA (bpc >=10) #1217

Merged
merged 2 commits into from
Aug 3, 2023

Commits on Aug 2, 2023

  1. fix integer_adm_cuda for bit depth > 8

    Shift in scale 0 used to assume bit depth of 16, this is now variable.
    A typo in the call to adm_dwt2_16_device caused i4_ref_dwt2 not to be
    written.
    JamesHutch authored and gedoensmax committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    6fb8d5c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9cb796f View commit details
    Browse the repository at this point in the history