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

RVV: use new interface for segment load/store & change word_type to size_t&add clang ci (part #4100) #4118

Merged
merged 17 commits into from
Oct 1, 2022

Commits on Aug 5, 2022

  1. RVV: use size_t for vl

    thelastlin committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    02c3378 View commit details
    Browse the repository at this point in the history
  2. RVV: replace vsseg.v tuple type by using regex

    -----
    
    search:
    vsseg([1-9])e(8|16|32)_v_(f|i|u)\2m(1|2|4|8)x\1\(([ -~]+), vcreate_\3\2m\4x\1\(([ -~]+)\), vl\);
    
    substitute by:
    vsseg$1e$2_v_$3$2m$4($5, $6, vl);
    thelastlin committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    117a169 View commit details
    Browse the repository at this point in the history
  3. RVV: replace vssseg.v tuple types by using regex

    ---
    
    search:
    vssseg([1-9])e(8|16|32)_v_f\2m1x\1\(([ -~]+), vcreate_f\2m1x\1\(([ -~]+)\), vl\);
    
    substitute by:
    vssseg$1e$2_v_f$2m1($3, $4, vl);
    thelastlin committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    a49b775 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    472a26e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8b0c721 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    aac89b7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9022042 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d9fda93 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2022

  1. RVV: fix cmake test

    thelastlin committed Aug 6, 2022
    Configuration menu
    Copy the full SHA
    b09d8e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    83d7d50 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    113052b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e3af501 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2022

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

Commits on Oct 1, 2022

  1. update rvv toolchain

    nihui committed Oct 1, 2022
    Configuration menu
    Copy the full SHA
    81de5cb View commit details
    Browse the repository at this point in the history
  2. update clang toolchain

    nihui committed Oct 1, 2022
    Configuration menu
    Copy the full SHA
    527c6f3 View commit details
    Browse the repository at this point in the history
  3. fix build

    nihui committed Oct 1, 2022
    Configuration menu
    Copy the full SHA
    5ac75bf View commit details
    Browse the repository at this point in the history
  4. drop global fp16 definition

    nihui committed Oct 1, 2022
    Configuration menu
    Copy the full SHA
    6612a44 View commit details
    Browse the repository at this point in the history