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

nsys-jax: bugfix and expanded testing #1132

Merged
merged 14 commits into from
Nov 1, 2024
Merged

nsys-jax: bugfix and expanded testing #1132

merged 14 commits into from
Nov 1, 2024

Commits on Oct 30, 2024

  1. Remove executable permission

    olupton committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    dc549da View commit details
    Browse the repository at this point in the history
  2. nsys-jax: -o/--output and -f/--force-overwrite

    Now that the actual nsys profile command, and associated
    post-processing, are run in a clean temporary directory, -o and -f only
    apply to the archive written by nsys-jax itself. Previously nsys-jax
    would overwrite output archives even without -f.
    olupton committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    f10b832 View commit details
    Browse the repository at this point in the history
  3. nsys-jax: filter /opt/jax_nsys into archive

    Do not bundle Python metadata related to /opt/jax_nsys being an editable
    installation inside the containers into the output .zip files.
    olupton committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    debafbd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a9f8838 View commit details
    Browse the repository at this point in the history
  5. nsys-jax: expand tests

    olupton committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    26ba830 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    948f752 View commit details
    Browse the repository at this point in the history
  7. fixup

    olupton committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    84fb22d View commit details
    Browse the repository at this point in the history
  8. fixup

    olupton committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    16c9261 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. fixup

    olupton committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    5079a9a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    66fa038 View commit details
    Browse the repository at this point in the history
  3. Reorganise and expand tests

    olupton committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    5edb8f2 View commit details
    Browse the repository at this point in the history
  4. Add tests to linting pipeline

    olupton committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    dee6580 View commit details
    Browse the repository at this point in the history
  5. fix test counting

    olupton committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    3f38f2a View commit details
    Browse the repository at this point in the history
  6. linter

    olupton committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    3540312 View commit details
    Browse the repository at this point in the history