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 kp_functor_size: print parallel functor sizes #242

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

Commits on Feb 28, 2024

  1. Add kp_functor_size: print parallel functor sizes

    Prints the count, size, and name of functors passed to Kokkos parallel regions.
    cwpearson committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    ece668f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    37ce052 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Configuration menu
    Copy the full SHA
    ff0d1c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a0be63 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    24a8d1f View commit details
    Browse the repository at this point in the history
  4. functor-size: change output format to csv, add KOKKOSP_FUNCTOR_SIZE_O…

    …UTPUT_CSV_PATH to control output path
    cwpearson committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    ecb8aa1 View commit details
    Browse the repository at this point in the history
  5. functor-sizes: formatting

    cwpearson committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    d88baa8 View commit details
    Browse the repository at this point in the history