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

Support missing unsubmitted features #309

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Commits on Jan 30, 2024

  1. Add set_flags() API to UnsubmittedOneshot.

    User can specify submission entry flags (e.g. FIXED_FILE, IO_LINK,
    IO_HARDLINK) via new set_flags().
    ileixe committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    ba8a267 View commit details
    Browse the repository at this point in the history
  2. Add UnsubmittedRead to follow new API for read part.

    Currently, there's no unsubmitted API change in read part yet. Add the
    new API following write part.
    
    Add simple link operation test cases to use read/write submittable
    operations.
    ileixe committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    350f637 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

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

Commits on Apr 1, 2024

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

Commits on Apr 5, 2024

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

Commits on Jul 22, 2024

  1. Configuration menu
    Copy the full SHA
    1bceb4d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from wonwoo-furiosa/link-ops

    Add register_files() and inflight constructor
    kstreee-furiosa authored Jul 22, 2024
    Configuration menu
    Copy the full SHA
    cf5417f View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. unsubmitted fixed rw

    SidongYang committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    907b1ef View commit details
    Browse the repository at this point in the history