[all-commits] [llvm/llvm-project] c55530: [mlir][linalg] Add an end-to-end test for linalg.f...
Cullen Rhodes via All-commits
all-commits at lists.llvm.org
Tue Aug 29 02:46:31 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c555308d4fed150636622ccf3798dbf4a440fbff
https://github.com/llvm/llvm-project/commit/c555308d4fed150636622ccf3798dbf4a440fbff
Author: Cullen Rhodes <cullen.rhodes at arm.com>
Date: 2023-08-29 (Tue, 29 Aug 2023)
Changed paths:
A mlir/test/Integration/Dialect/Linalg/CPU/ArmSME/fill-2d.mlir
A mlir/test/Integration/Dialect/Linalg/CPU/ArmSME/lit.local.cfg
Log Message:
-----------
[mlir][linalg] Add an end-to-end test for linalg.fill to ArmSME
This patch adds the first integration test for ArmSME in Linalg. It
fills a 2-d scalable vector that represents an SME ZA tile with a
pre-defined f32 value and prints it to stdout.
This test is predicated on the MLIR_RUN_ARM_SME_TESTS configuration flag
being set to true.
Depends on D158586
Reviewed By: awarzynski
Differential Revision: https://reviews.llvm.org/D158619
More information about the All-commits
mailing list