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

CUDA Max Blocks Fix #612

Open
wants to merge 5 commits into
base: develop
Choose a base branch
from
Open

Commits on Jun 5, 2019

  1. Added a fix for the case where the requested number of CUDA threads r…

    …equires too many registers and results in a maximum number of CUDA blocks of 0.
    
    Signed-off-by: David Eberius <davideberius@gmail.com>
    davideberius committed Jun 5, 2019
    Configuration menu
    Copy the full SHA
    9774431 View commit details
    Browse the repository at this point in the history
  2. Only do the update of the launch dimensions if they have changed.

    Signed-off-by: David Eberius <davideberius@gmail.com>
    davideberius committed Jun 5, 2019
    Configuration menu
    Copy the full SHA
    1ad17c0 View commit details
    Browse the repository at this point in the history
  3. Use the correct type for changing launch_dims.threads.

    Signed-off-by: David Eberius <davideberius@gmail.com>
    davideberius committed Jun 5, 2019
    Configuration menu
    Copy the full SHA
    8cf5011 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2019

  1. Configuration menu
    Copy the full SHA
    939f3f1 View commit details
    Browse the repository at this point in the history
  2. Changed the cudaOccupancyMaxPotentialBlockSize call to an internal cu…

    …da_occupancy_max_blocks_threads call.
    
    Signed-off-by: David Eberius <davideberius@gmail.com>
    davideberius committed Jun 6, 2019
    Configuration menu
    Copy the full SHA
    82b56e2 View commit details
    Browse the repository at this point in the history