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

[TIR][REFACTOR] ForNode introduce thread binding and remove legacy field #7306

Merged
merged 4 commits into from
Jan 19, 2021

Commits on Jan 18, 2021

  1. [TIR][REFACTOR] ForNode update

    - Remove deprecated device_api.
    - Add ThreadBinding for_type.
    - Add additional annotations.
    tqchen committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    838de68 View commit details
    Browse the repository at this point in the history
  2. More style consistency refactor to make the ForNode

    to be consistent with rest of the codebase.
    
    - ForType => ForKind
    - Add constant prefix k to enum consts per Google C style
    - Introduce ForKind to the python side.
    tqchen committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    c39ad01 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2021

  1. Update per comment

    tqchen committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    8d317b2 View commit details
    Browse the repository at this point in the history
  2. update per comment

    tqchen committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    9c842fc View commit details
    Browse the repository at this point in the history