[all-commits] [llvm/llvm-project] ccb54d: [mlir][Vector] Add integration tests for ArmSVE

jsetoain via All-commits all-commits at lists.llvm.org
Fri Mar 25 06:21:55 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ccb54d5b42031dc05fc2dd224be70399cc512245
      https://github.com/llvm/llvm-project/commit/ccb54d5b42031dc05fc2dd224be70399cc512245
  Author: Javier Setoain <javier.setoain at gmail.com>
  Date:   2022-03-25 (Fri, 25 Mar 2022)

  Changed paths:
    M mlir/test/CMakeLists.txt
    A mlir/test/Integration/Dialect/Vector/CPU/ArmSVE/lit.local.cfg
    A mlir/test/Integration/Dialect/Vector/CPU/ArmSVE/test-sve.mlir
    M mlir/test/lit.site.cfg.py.in

  Log Message:
  -----------
  [mlir][Vector] Add integration tests for ArmSVE

In order to run these integration tests, it is required access to an
SVE-enabled CPU or and emulator with SVE support. In case of using
an emulator, aarch64 versions of lli and the MLIR C Runner Utils Library
are also required.

Differential Revision: https://reviews.llvm.org/D104517




More information about the All-commits mailing list