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

BUGFIX: #28686

Merged
merged 1 commit into from
May 23, 2019
Merged

BUGFIX: #28686

merged 1 commit into from
May 23, 2019

Commits on May 14, 2019

  1. BUGFIX:

    Fixed the bug of the kernel not fully processing all the items when the batch * height * width > number of threads spawned by adding a layer of for-loop
    
    **two spaces for minor performance increase:**
    1. instead of taking `hue_delta` as a global memory, take in the value inside `hue_delta` in order to eliminate unnecessary global memory read
    2. make the copying performed in this conditional: `if (!AdjustHue && !AdjustSaturation && !AdjustV)` access global memory with coalesced accesses
    ThisIsIsaac committed May 14, 2019
    Configuration menu
    Copy the full SHA
    c73a146 View commit details
    Browse the repository at this point in the history