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

Add meta dimensions specifiers to cudax::launch #2001

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

Commits on Jul 17, 2024

  1. Configuration menu
    Copy the full SHA
    caf08d3 View commit details
    Browse the repository at this point in the history
  2. Rebase to launch

    pciolkosz committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    e0fa74f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    03c579c View commit details
    Browse the repository at this point in the history
  4. Occupancy meta specifier

    pciolkosz committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    e8ba03e View commit details
    Browse the repository at this point in the history
  5. Example fixes

    pciolkosz committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    1475b6d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ddba659 View commit details
    Browse the repository at this point in the history
  7. Take into account cluster size in max_coresident

    This also adds support for empty queries needed for the above
    pciolkosz committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    e47fb4e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e3c8120 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bf40e09 View commit details
    Browse the repository at this point in the history
  10. Minor improvements

    pciolkosz committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    9b10ec7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    70d8799 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a42eef2 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a6c8ce0 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    08c8717 View commit details
    Browse the repository at this point in the history
  15. Fix at_least

    pciolkosz committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    ae74327 View commit details
    Browse the repository at this point in the history
  16. Remove accidental swp file

    pciolkosz committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    fe78bab View commit details
    Browse the repository at this point in the history
  17. Add safety TODO

    pciolkosz committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    1ab1793 View commit details
    Browse the repository at this point in the history
  18. Compilation fixes

    pciolkosz committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    eefbc06 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. More compilation fixes

    pciolkosz committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    818a1bf View commit details
    Browse the repository at this point in the history
  2. Some more fixes for MSVC

    pciolkosz committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    d9375a0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b0bf125 View commit details
    Browse the repository at this point in the history
  4. Help confused MSVC

    pciolkosz committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    9121424 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. Fix typo in a comment

    Co-authored-by: Bernhard Manfred Gruber <[email protected]>
    pciolkosz and bernhardmgruber committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    1b14e37 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2024

  1. Configuration menu
    Copy the full SHA
    4ccc364 View commit details
    Browse the repository at this point in the history
  2. Fix formatting

    pciolkosz committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    5cc3f2f View commit details
    Browse the repository at this point in the history
  3. Fix formatting

    pciolkosz committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    2a8f57a View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Configuration menu
    Copy the full SHA
    e675d1a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    899f72e View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Configuration menu
    Copy the full SHA
    1392a97 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bba433b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ce653b6 View commit details
    Browse the repository at this point in the history
  4. Unused parameter

    pciolkosz committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    a8b78a1 View commit details
    Browse the repository at this point in the history
  5. Pragma for is_function

    pciolkosz committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    ab263a1 View commit details
    Browse the repository at this point in the history