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

PyTorch test that uses torchvision #130

Merged
merged 28 commits into from
Jul 30, 2024
Merged

PyTorch test that uses torchvision #130

merged 28 commits into from
Jul 30, 2024

Commits on Mar 27, 2024

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

Commits on Mar 29, 2024

  1. Add option to assign number of tasks and cpus per task based on the a…

    …mount of numa nodes in a node
    Caspar van Leeuwen committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    e089760 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a675fc9 View commit details
    Browse the repository at this point in the history
  3. Define constant for numa node as a compute unit

    Caspar van Leeuwen committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    a6e53bc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8bb9bbd View commit details
    Browse the repository at this point in the history
  5. Work around the issue of not being able to export varialbes in a laun…

    …cher-agnostic way, by simply passing them to the python script as argument, and having that set it to the environment. Print clear error if SLURM or openMPIs mpirun are not used - we still rely on these to get the local rank, there is no other way
    Caspar van Leeuwen committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    a6bf34d View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Change order of imports so that initialization only happens after req…

    …uired environment variables have been set.
    Caspar van Leeuwen committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    fce2a45 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. Add comment on explicit assumption for computing the local rank

    Caspar van Leeuwen committed May 3, 2024
    Configuration menu
    Copy the full SHA
    b868cc1 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'fix_compact_process_binding' into pytorch

    Caspar van Leeuwen committed May 3, 2024
    Configuration menu
    Copy the full SHA
    760cd59 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. Use EESSI prefix to name test

    Caspar van Leeuwen committed May 6, 2024
    Configuration menu
    Copy the full SHA
    fed8906 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    357f649 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' into pytorch

    Caspar van Leeuwen committed May 6, 2024
    Configuration menu
    Copy the full SHA
    887f7b3 View commit details
    Browse the repository at this point in the history
  4. Remove stray blank line

    Caspar van Leeuwen committed May 6, 2024
    Configuration menu
    Copy the full SHA
    6b1e36a View commit details
    Browse the repository at this point in the history
  5. Rephrased comment, some changes to make the linter happy

    Caspar van Leeuwen committed May 6, 2024
    Configuration menu
    Copy the full SHA
    2d33141 View commit details
    Browse the repository at this point in the history
  6. Fix some more linter issues

    Caspar van Leeuwen committed May 6, 2024
    Configuration menu
    Copy the full SHA
    4cb7b36 View commit details
    Browse the repository at this point in the history
  7. Fix some more linter issues

    Caspar van Leeuwen committed May 6, 2024
    Configuration menu
    Copy the full SHA
    2f0bea2 View commit details
    Browse the repository at this point in the history
  8. Fix linter issues

    Caspar van Leeuwen committed May 6, 2024
    Configuration menu
    Copy the full SHA
    fc067b2 View commit details
    Browse the repository at this point in the history
  9. Fix linter issues

    Caspar van Leeuwen committed May 6, 2024
    Configuration menu
    Copy the full SHA
    4ddfe23 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Can't combine generators with plus, so use chain

    Caspar van Leeuwen committed May 7, 2024
    Configuration menu
    Copy the full SHA
    73b7e84 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Merge branch 'main' into pytorch

    Caspar van Leeuwen committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    07b2c1b View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Merge branch 'main' into pytorch

    Caspar van Leeuwen committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    11146ef View commit details
    Browse the repository at this point in the history
  2. Fix comments from Review Sam

    Caspar van Leeuwen committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    8298e6a View commit details
    Browse the repository at this point in the history
  3. Make linter happy

    Caspar van Leeuwen committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    af30b64 View commit details
    Browse the repository at this point in the history
  4. Remove training whitespace

    Caspar van Leeuwen committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    7ddeedb View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. Add set_omp_num_threads hook from EESSI#133

    Caspar van Leeuwen committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    d62443b View commit details
    Browse the repository at this point in the history
  2. Call hook to set OMP_NUM_THREADS

    Caspar van Leeuwen committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    00fca31 View commit details
    Browse the repository at this point in the history
  3. Revert using the hook, it doesn't make sense to set OMP_NUM_THREADS c…

    …onditionally, as this would be evaluated on the login node. That environment is irrelevant to the batch job
    Caspar van Leeuwen committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    a69e2d3 View commit details
    Browse the repository at this point in the history
  4. test is not defined, should be 'self'

    Caspar van Leeuwen committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    4c5c3e7 View commit details
    Browse the repository at this point in the history