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

[REFACTOR][IR] Unify IntImm and UIntImm #4706

Merged
merged 3 commits into from
Jan 15, 2020
Merged

[REFACTOR][IR] Unify IntImm and UIntImm #4706

merged 3 commits into from
Jan 15, 2020

Commits on Jan 14, 2020

  1. [REFACTOR][IR] Unify IntImm and UIntImm

    This PR unifies UIntImm and IntImm to simplify the codebase.
    Unsigned integer constants will also be stored as IntImm.
    
    For uint constant that does not fit into int64(rare case), we introduced
    an intrinsic tvm_big_uint_imm to construct such intgers by its
    lower and higher 32bits.
    tqchen committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    4f7e1db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    501a099 View commit details
    Browse the repository at this point in the history
  3. rename big->large

    tqchen committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    4087b5d View commit details
    Browse the repository at this point in the history