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

Switch to (Re)TestItems #262

Merged
merged 21 commits into from
Dec 23, 2023
Merged

Switch to (Re)TestItems #262

merged 21 commits into from
Dec 23, 2023

Commits on Dec 11, 2023

  1. Switch to (Re)TestItems

    ToucheSir committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    29ab7f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9904b41 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    61abd23 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. Update convnet_tests.jl

    darsnack authored Dec 12, 2023
    Configuration menu
    Copy the full SHA
    7b67124 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2eac7f4 View commit details
    Browse the repository at this point in the history
  3. fixup test item name groups

    ToucheSir committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    4dfdbd8 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. Use TestImages to avoid flaky download

    We can guarantee these test images will always be available, which is not the case for the current sample image.
    ToucheSir committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    0a57226 View commit details
    Browse the repository at this point in the history
  2. fixup gradient call

    ToucheSir committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    046603d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    da5be3f View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

  1. Proper test group regexes

    ToucheSir committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    096025c View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. wrong env var name

    Co-authored-by: Kyle Daruwalla <[email protected]>
    ToucheSir and darsnack authored Dec 15, 2023
    Configuration menu
    Copy the full SHA
    13b0d24 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eee59a9 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2023

  1. Configuration menu
    Copy the full SHA
    96bbc70 View commit details
    Browse the repository at this point in the history
  2. Don't reclaim in tests on non-GPU systems

    `reclaim` to load the CUDA driver and fails otherwise
    ToucheSir committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    b1ed20d View commit details
    Browse the repository at this point in the history
  3. missed broken test

    ToucheSir committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    99ca13a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6112dc7 View commit details
    Browse the repository at this point in the history
  5. another missed test

    ToucheSir committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    574c55e View commit details
    Browse the repository at this point in the history
  6. reduce worker count

    ToucheSir committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    64418b2 View commit details
    Browse the repository at this point in the history
  7. unbroken test

    ToucheSir committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    672d579 View commit details
    Browse the repository at this point in the history
  8. try memory limit

    50% per worker so we avoid
    ToucheSir committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    fc4e3a7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    929aca0 View commit details
    Browse the repository at this point in the history