[mlir][Vector] Add integration tests for ArmSVE
authorJavier Setoain <javier.setoain@gmail.com>
Thu, 3 Jun 2021 09:34:44 +0000 (10:34 +0100)
committerJavier Setoain <javier.setoain@gmail.com>
Fri, 25 Mar 2022 13:21:27 +0000 (13:21 +0000)
commitccb54d5b42031dc05fc2dd224be70399cc512245
tree16b4d54ddc5600a52dfd7016de3531a4baf08d36
parent72864d9bfec929b2427981d99c2ac67ff5fcfe19
[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
mlir/test/CMakeLists.txt
mlir/test/Integration/Dialect/Vector/CPU/ArmSVE/lit.local.cfg [new file with mode: 0644]
mlir/test/Integration/Dialect/Vector/CPU/ArmSVE/test-sve.mlir [new file with mode: 0644]
mlir/test/lit.site.cfg.py.in