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

Move compilation of CUDA code to NVRTC #131

Merged
merged 153 commits into from
Oct 17, 2024
Merged

Move compilation of CUDA code to NVRTC #131

merged 153 commits into from
Oct 17, 2024

Commits on Jul 30, 2024

  1. NVRTC support.

    nickjbrowning committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    9a0a53c View commit details
    Browse the repository at this point in the history
  2. added stream back in.

    nickjbrowning committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    04c9a0c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9ce24b6 View commit details
    Browse the repository at this point in the history
  4. fixed stub.

    nickjbrowning committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    8dc3734 View commit details
    Browse the repository at this point in the history
  5. fixed cuda stubs.

    nickjbrowning committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    5c22c89 View commit details
    Browse the repository at this point in the history
  6. linting.

    nickjbrowning committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    8d2742a View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. update with jittify

    nickjbrowning committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    9a21479 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3e8afce View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. update

    nickjbrowning committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    4679794 View commit details
    Browse the repository at this point in the history
  2. x

    nickjbrowning committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    2d22541 View commit details
    Browse the repository at this point in the history
  3. backwards is broken...

    nickjbrowning committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    11ac20d View commit details
    Browse the repository at this point in the history
  4. fixed backwards.

    nickjbrowning committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    d91dfb0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5e4237b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5fb3c89 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a8aeb25 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1b441dc View commit details
    Browse the repository at this point in the history
  9. demangling ifdef.

    nickjbrowning committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    022efb2 View commit details
    Browse the repository at this point in the history
  10. removed some comments.

    nickjbrowning committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    9b560b1 View commit details
    Browse the repository at this point in the history
  11. fixed cuContext issue.

    nickjbrowning committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    2aec4c1 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    53f1525 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. fixed macro choice

    nickjbrowning committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    8d65e5d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    45d98d5 View commit details
    Browse the repository at this point in the history
  3. fixed linting

    nickjbrowning committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    11d6977 View commit details
    Browse the repository at this point in the history
  4. Fix const conflict

    frostedoyster committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    4af48ab View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d1ce794 View commit details
    Browse the repository at this point in the history
  6. Fix CUDA stubs

    frostedoyster committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    ea91723 View commit details
    Browse the repository at this point in the history
  7. removed faulty macros

    nickjbrowning committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    80043f2 View commit details
    Browse the repository at this point in the history
  8. formatting

    nickjbrowning committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    82f8f2d View commit details
    Browse the repository at this point in the history
  9. stubs...

    nickjbrowning committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    70e5f9c View commit details
    Browse the repository at this point in the history
  10. jax update.

    nickjbrowning committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    e51085e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    839fe19 View commit details
    Browse the repository at this point in the history
  12. static linking

    nickjbrowning committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    82bc168 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    2e66eb9 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    393b821 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    66fb009 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    b0c8c74 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    3f0dd1d View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    4b7f4fd View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    b167f44 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

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

    nickjbrowning committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    3e9a6aa View commit details
    Browse the repository at this point in the history
  3. comments

    nickjbrowning committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    79d5793 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    86db8ee View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    44cc745 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    407b81f View commit details
    Browse the repository at this point in the history
  7. comment.

    nickjbrowning committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    ac5bddb View commit details
    Browse the repository at this point in the history
  8. removed unused header

    nickjbrowning committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    e4977fc View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2438fae View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0c22605 View commit details
    Browse the repository at this point in the history
  11. comments and timeouts

    nickjbrowning committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    5e7d7fe View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    16dabf8 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

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

    nickjbrowning committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    657f520 View commit details
    Browse the repository at this point in the history
  3. formatting.

    nickjbrowning committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    a0836ad View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9406198 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bc5a7a4 View commit details
    Browse the repository at this point in the history
  6. use rfind instead

    nickjbrowning committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    3db55a2 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

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

Commits on Sep 12, 2024

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

Commits on Sep 13, 2024

  1. Configuration menu
    Copy the full SHA
    79c2531 View commit details
    Browse the repository at this point in the history
  2. cmake update

    nickjbrowning committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    d485ff7 View commit details
    Browse the repository at this point in the history
  3. some updates

    nickjbrowning committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    47a465c View commit details
    Browse the repository at this point in the history
  4. still non-functional.

    nickjbrowning committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    8233a70 View commit details
    Browse the repository at this point in the history
  5. formatting

    nickjbrowning committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    1f0f74d View commit details
    Browse the repository at this point in the history
  6. formatting

    nickjbrowning committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    7eba1d6 View commit details
    Browse the repository at this point in the history
  7. comment and cleanup

    nickjbrowning committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    27cc680 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8d1f361 View commit details
    Browse the repository at this point in the history
  9. updates

    nickjbrowning committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    988a3c1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4e06d2b View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

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

Commits on Sep 19, 2024

  1. stub issues

    nickjbrowning committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    acd30bb View commit details
    Browse the repository at this point in the history
  2. linting

    nickjbrowning committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    c550bee View commit details
    Browse the repository at this point in the history
  3. update bench

    nickjbrowning committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    2cbbb56 View commit details
    Browse the repository at this point in the history
  4. minor changes.

    nickjbrowning committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    acd15ee View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3e85aeb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    48f27d3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0cf1809 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    93bd107 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9acd1cf View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ffca329 View commit details
    Browse the repository at this point in the history
  11. removed message

    nickjbrowning committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    1642440 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Configuration menu
    Copy the full SHA
    bab09c8 View commit details
    Browse the repository at this point in the history
  2. remove dunused wrapper

    nickjbrowning committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    e828ea9 View commit details
    Browse the repository at this point in the history
  3. removed comments

    nickjbrowning committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    92cae0b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0345556 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Update sphericart/CMakeLists.txt

    Co-authored-by: Guillaume Fraux <[email protected]>
    nickjbrowning and Luthaf authored Oct 2, 2024
    Configuration menu
    Copy the full SHA
    f5a280d View commit details
    Browse the repository at this point in the history
  2. Update sphericart/CMakeLists.txt

    Co-authored-by: Guillaume Fraux <[email protected]>
    nickjbrowning and Luthaf authored Oct 2, 2024
    Configuration menu
    Copy the full SHA
    90ff9f1 View commit details
    Browse the repository at this point in the history
  3. Update sphericart/CMakeLists.txt

    Co-authored-by: Guillaume Fraux <[email protected]>
    nickjbrowning and Luthaf authored Oct 2, 2024
    Configuration menu
    Copy the full SHA
    ea80574 View commit details
    Browse the repository at this point in the history
  4. Update sphericart/CMakeLists.txt

    Co-authored-by: Guillaume Fraux <[email protected]>
    nickjbrowning and Luthaf authored Oct 2, 2024
    Configuration menu
    Copy the full SHA
    b9b34d7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    972eba6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9973a6d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6d82aac View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2b25654 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Update sphericart/CMakeLists.txt

    Co-authored-by: Guillaume Fraux <[email protected]>
    nickjbrowning and Luthaf authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    97883a1 View commit details
    Browse the repository at this point in the history
  2. x

    nickjbrowning committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    b979f57 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    01b6898 View commit details
    Browse the repository at this point in the history
  4. Update sphericart/include/cuda_cache.hpp

    Co-authored-by: Guillaume Fraux <[email protected]>
    nickjbrowning and Luthaf authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    b827ab0 View commit details
    Browse the repository at this point in the history
  5. Update sphericart/include/cuda_cache.hpp

    Co-authored-by: Guillaume Fraux <[email protected]>
    nickjbrowning and Luthaf authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    2285c91 View commit details
    Browse the repository at this point in the history
  6. Update sphericart/include/cuda_cache.hpp

    Co-authored-by: Guillaume Fraux <[email protected]>
    nickjbrowning and Luthaf authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    cac407e View commit details
    Browse the repository at this point in the history
  7. Update sphericart/include/cuda_cache.hpp

    Co-authored-by: Guillaume Fraux <[email protected]>
    nickjbrowning and Luthaf authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    61c8ca6 View commit details
    Browse the repository at this point in the history
  8. Update sphericart/include/cuda_cache.hpp

    Co-authored-by: Guillaume Fraux <[email protected]>
    nickjbrowning and Luthaf authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    36fe3c5 View commit details
    Browse the repository at this point in the history
  9. Update sphericart/include/cuda_cache.hpp

    Co-authored-by: Guillaume Fraux <[email protected]>
    nickjbrowning and Luthaf authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    109d14b View commit details
    Browse the repository at this point in the history
  10. Update sphericart/include/cuda_cache.hpp

    Co-authored-by: Guillaume Fraux <[email protected]>
    nickjbrowning and Luthaf authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    393f9a8 View commit details
    Browse the repository at this point in the history
  11. Update sphericart/include/cuda_cache.hpp

    Co-authored-by: Guillaume Fraux <[email protected]>
    nickjbrowning and Luthaf authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    07a74c3 View commit details
    Browse the repository at this point in the history
  12. Update sphericart/include/dynamic_cuda.hpp

    Co-authored-by: Guillaume Fraux <[email protected]>
    nickjbrowning and Luthaf authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    a82a490 View commit details
    Browse the repository at this point in the history
  13. Update sphericart/include/dynamic_cuda.hpp

    Co-authored-by: Guillaume Fraux <[email protected]>
    nickjbrowning and Luthaf authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    f9fdc07 View commit details
    Browse the repository at this point in the history
  14. Update sphericart/include/dynamic_cuda.hpp

    Co-authored-by: Guillaume Fraux <[email protected]>
    nickjbrowning and Luthaf authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    bf8e648 View commit details
    Browse the repository at this point in the history
  15. Update sphericart/include/dynamic_cuda.hpp

    Co-authored-by: Guillaume Fraux <[email protected]>
    nickjbrowning and Luthaf authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    518464c View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    bbfddeb View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. update

    nickjbrowning committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    a7eae9a View commit details
    Browse the repository at this point in the history
  2. removed ifdef

    nickjbrowning committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    d4c5be4 View commit details
    Browse the repository at this point in the history
  3. stubs matter

    nickjbrowning committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    58590f4 View commit details
    Browse the repository at this point in the history
  4. I forgot another stub

    nickjbrowning committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    25560c8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b4c4b30 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    22fdc4c View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. removed comment

    nickjbrowning committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    f0de86c View commit details
    Browse the repository at this point in the history
  2. fixed error

    nickjbrowning committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    4d58d39 View commit details
    Browse the repository at this point in the history
  3. header shuffling

    nickjbrowning committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    b2c8e4c View commit details
    Browse the repository at this point in the history
  4. update to fix CI?

    nickjbrowning committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    264b789 View commit details
    Browse the repository at this point in the history
  5. update git ignore.

    nickjbrowning committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    a7f3430 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    20971bd View commit details
    Browse the repository at this point in the history
  7. String quoting

    ceriottm committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    1f43725 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    08d4452 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

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

    nickjbrowning committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    3f5917d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ce9a829 View commit details
    Browse the repository at this point in the history
  4. formatting.

    nickjbrowning committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    ab71510 View commit details
    Browse the repository at this point in the history
  5. removed block comment

    nickjbrowning committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    800d295 View commit details
    Browse the repository at this point in the history
  6. removed warning code.

    nickjbrowning committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    8cf7810 View commit details
    Browse the repository at this point in the history
  7. formatting.

    nickjbrowning committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    5a578d9 View commit details
    Browse the repository at this point in the history
  8. tox update test

    nickjbrowning committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    f3b3c1f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4794894 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e823f7f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7d3fea6 View commit details
    Browse the repository at this point in the history
  12. comment.

    nickjbrowning committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    eb309f5 View commit details
    Browse the repository at this point in the history
  13. formatting.

    nickjbrowning committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    15850df View commit details
    Browse the repository at this point in the history
  14. removed comment.

    nickjbrowning committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    1ee85fe View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    b433b2e View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    c2be239 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2024

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

Commits on Oct 15, 2024

  1. Update sphericart/CMakeLists.txt

    Co-authored-by: Guillaume Fraux <[email protected]>
    nickjbrowning and Luthaf authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    028b274 View commit details
    Browse the repository at this point in the history
  2. Update sphericart/include/cuda_cache.hpp

    Co-authored-by: Guillaume Fraux <[email protected]>
    nickjbrowning and Luthaf authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    2bac526 View commit details
    Browse the repository at this point in the history
  3. Update sphericart/include/dynamic_cuda.hpp

    Co-authored-by: Guillaume Fraux <[email protected]>
    nickjbrowning and Luthaf authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    d42a9be View commit details
    Browse the repository at this point in the history
  4. updates.

    nickjbrowning committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    9f62d29 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4afc4cd View commit details
    Browse the repository at this point in the history
  6. added comments.

    nickjbrowning committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    c896ff0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fc90df4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    09709c7 View commit details
    Browse the repository at this point in the history
  9. comment update

    nickjbrowning committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    0ad7f92 View commit details
    Browse the repository at this point in the history
  10. typo.

    nickjbrowning committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    64b1c97 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. updated runtime error.

    nickjbrowning authored and frostedoyster committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    fbcfd92 View commit details
    Browse the repository at this point in the history