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

118 debugimprove multi gpu scheduling #150

Open
wants to merge 27 commits into
base: dev
Choose a base branch
from

Commits on Oct 20, 2023

  1. BUGFIX: Make crosspy optional

    wlruys committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    24abe71 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    646e2a1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    80617ef View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d6556cb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ac574f2 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2023

  1. FIX: MacOS compilation

    wlruys committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    f5ae447 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. Migrate compilation to scikit-build-core (#142)

    * UPDATE: Port compilation to use newer scikit-build
    * FEATURE: Dynamic recompilation of file changes
    * BUGFIX: MacOS compilation
    * BUGFIX: CUDA compilation
    * BUGFIX: Change all paths to absolute to avoid scikit-build-core editable install issue (#532)
    wlruys authored Oct 24, 2023
    Configuration menu
    Copy the full SHA
    0c9b9e5 View commit details
    Browse the repository at this point in the history
  2. Add HIP backend to runahead scheduling (#143)

    * FEATURE: Filter out initialization of unsupported CuPy targets in ROCm
    * FEATURE: Add HIP Backend for C++ runahead scheduling (run-ahead bugs still exist on both platforms)
    wlruys authored Oct 24, 2023
    Configuration menu
    Copy the full SHA
    23f8fb7 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. BUGFIX: update makefile to new build system

    Ethan Ho committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    0361ff0 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. Add Python linter/formatter. Tests on a Cython Linter. (#145)

    * ci: add ruff precommit hook
    * style: apply ruff format
    * ci: add format workflow
    * ci: add build workflow
    wlruys authored Nov 1, 2023
    Configuration menu
    Copy the full SHA
    0cfde64 View commit details
    Browse the repository at this point in the history
  2. Style: lint & reformat cython (#146)

    * chore: resolve warnings and errors in cython-lint
    * chore: update dependencies in pyproject.toml add "dev" extras tag
    wlruys authored Nov 1, 2023
    Configuration menu
    Copy the full SHA
    95d18d3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    432593f View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

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

Commits on Nov 8, 2023

  1. Update README.md

    wlruys authored Nov 8, 2023
    Configuration menu
    Copy the full SHA
    015be5c View commit details
    Browse the repository at this point in the history
  2. Update README.md

    wlruys authored Nov 8, 2023
    Configuration menu
    Copy the full SHA
    03f0d11 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. adding priority queue

    ShreyaTalati committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    963d52f View commit details
    Browse the repository at this point in the history
  2. resolving conflicts

    ShreyaTalati committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    e2b22ca View commit details
    Browse the repository at this point in the history
  3. resolving conflicts

    ShreyaTalati committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    8b536bb View commit details
    Browse the repository at this point in the history
  4. adding variable values

    ShreyaTalati committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    68e93f2 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2023

  1. Configuration menu
    Copy the full SHA
    ca41ad3 View commit details
    Browse the repository at this point in the history
  2. style: apply ruff format

    ShreyaTalati authored and github-actions[bot] committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    44f0877 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. Configuration menu
    Copy the full SHA
    eb271b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c10ec63 View commit details
    Browse the repository at this point in the history
  3. style: apply ruff format

    ShreyaTalati authored and github-actions[bot] committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    e9a0cbe View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

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

Commits on Dec 7, 2023

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