[all-commits] [llvm/llvm-project] 185bf5: [mlir][linalg] NFC: Rename SVE integration tests d...
Cullen Rhodes via All-commits
all-commits at lists.llvm.org
Thu Aug 24 01:26:09 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 185bf56079255c7277686d2cd944664fe41e3bbb
https://github.com/llvm/llvm-project/commit/185bf56079255c7277686d2cd944664fe41e3bbb
Author: Cullen Rhodes <cullen.rhodes at arm.com>
Date: 2023-08-24 (Thu, 24 Aug 2023)
Changed paths:
A mlir/test/Integration/Dialect/Linalg/CPU/ArmSVE/fill-1d.mlir
A mlir/test/Integration/Dialect/Linalg/CPU/ArmSVE/lit.local.cfg
R mlir/test/Integration/Dialect/Linalg/CPU/Scalable/fill-1d.mlir
R mlir/test/Integration/Dialect/Linalg/CPU/Scalable/lit.local.cfg
Log Message:
-----------
[mlir][linalg] NFC: Rename SVE integration tests directory from Scalable to ArmSVE
ArmSME is also 'Scalable' but since these tests are predicated on
different configuration flags they can't live in the same directory, so
it makes sense to rename this directory to ArmSVE. This is also
consistent with Vector CPU integration tests.
Reviewed By: awarzynski
Differential Revision: https://reviews.llvm.org/D158712
More information about the All-commits
mailing list