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

Issue 628 - Type Shrinkage and Memory Alignment #630

Closed
wants to merge 15 commits into from
Closed

Commits on Nov 7, 2022

  1. fix the bug of rolling back the operands in matchDestType; shrinkage …

    …type extremely
    
    Addresses #628.
    PeiMu committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    fda5808 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    115c8d9 View commit details
    Browse the repository at this point in the history
  3. add some castOp to mergeCast

    Addresses #628.
    PeiMu committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    37fb639 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    458b34a View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2022

  1. fix bug of merge double to int

    Addresses #628.
    PeiMu committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    5790e5b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    186d487 View commit details
    Browse the repository at this point in the history
  3. only concern shrinkage temporatelly

    Addresses #628.
    PeiMu committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    43ed751 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2022

  1. reformat files

    Addresses #628.
    PeiMu committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    bc8d5d2 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2022

  1. reformat code by clang-format

    Addresses #628.
    PeiMu committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    d70ffa5 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2022

  1. implement integer element-wise test cases

    Addresses #628.
    PeiMu committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    76d3967 View commit details
    Browse the repository at this point in the history
  2. experiments results

    Addresses #628.
    PeiMu committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    8233e1e View commit details
    Browse the repository at this point in the history
  3. the range should be (-Inf, Inf) if we cannot infer its range. (PS: or…

    … maybe the range of that C-type?)
    
    Addresses #628.
    PeiMu committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    4734b12 View commit details
    Browse the repository at this point in the history
  4. test with vec_add

    Addresses #628.
    PeiMu committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    37e3e14 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2023

  1. merge master

    Addresses #628.
    PeiMu committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    a777779 View commit details
    Browse the repository at this point in the history
  2. sync with master

    Addresses #628.
    PeiMu committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    46e6241 View commit details
    Browse the repository at this point in the history