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

Pull data movement & resource counting fixes into main branch #148

Open
wants to merge 14 commits into
base: main
Choose a base branch
from

Commits on Sep 6, 2023

  1. Fix for PArray Tracking and Memory Count (#131)

    * Add separate PArrayTracker for each phase
    * Redefine the ResourcePool type to be more flexible & perform compile time checks
    * Fix unsigned integer conversion in parray index 
    * Count reserved & mapped memory for task in the counter.
    * Remove Device::parrayid_toglobalid. 
    * Add data task counter.
    wlruys authored Sep 6, 2023
    Configuration menu
    Copy the full SHA
    f6d5797 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2023

  1. Fix resource pool indexing

    wlruys committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    ac93921 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

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

Commits on Sep 19, 2023

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

Commits on Sep 21, 2023

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

Commits on Sep 22, 2023

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

Commits on Oct 4, 2023

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

Commits on Oct 16, 2023

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

Commits on Nov 1, 2023

  1. Configuration menu
    Copy the full SHA
    4a130c9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #141 from ut-parla/117-optimize-task-cleanup-move-…

    …worker-finalization-to-c++
    
    117 optimize task cleanup move worker finalization to c++
    ShreyaTalati authored Nov 1, 2023
    Configuration menu
    Copy the full SHA
    cd15df4 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. Restore relative paths & merge formatting change into dev (#149)

    * fix: Make crosspy optional
    * chore: Build dependency changes
    * feature: Port compilation to use newer scikit-build
    * feature: Dynamic recompilation of file changes
    * fix: MacOS compilation
    * fix: CUDA compilation
    * feature: Add HIP backend to runahead scheduling (#143)
    * fix: Filter out initialization of unsupported CuPy targets in ROCm
    * fix: update makefile to new build system
    * initial: build C++ stream pool
    * style: lint & reformat cython (#146)
    * chore: resolve warnings and errors in cython-lint
    * chore: update dependencies in pyproject.toml add "dev" extras tag
    * fix: restore relative paths (scikit-build-core resolved the error on their end)
    wlruys authored Nov 10, 2023
    Configuration menu
    Copy the full SHA
    9bf75e8 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

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