[PATCH] D158619: [mlir][linalg] Add an end-to-end test for linalg.fill to ArmSME

Cullen Rhodes via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 23 07:33:42 PDT 2023


c-rhodes created this revision.
c-rhodes added reviewers: awarzynski, benmxwl-arm, dcaballe.
c-rhodes added a project: MLIR.
Herald added subscribers: bviyer, Moerafaat, bzcheeseman, sdasgup3, wenzhicui, wrengr, jsetoain, hanchung, cota, mravishankar, teijeong, rdzhabarov, tatianashp, msifontes, jurahul, Kayjukh, grosul1, Joonsoo, liufengdb, aartbik, mgester, arpith-jacob, antiagainst, shauheen, rriddle, mehdi_amini, kristof.beyls.
Herald added a project: All.
c-rhodes requested review of this revision.
Herald added a reviewer: nicolasvasilache.
Herald added subscribers: wangpc, alextsao1999, limo1996, stephenneuendorffer, nicolasvasilache.

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 <https://reviews.llvm.org/D158586>


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D158619

Files:
  mlir/test/Integration/Dialect/Linalg/CPU/ArmSME/fill-2d.mlir
  mlir/test/Integration/Dialect/Linalg/CPU/ArmSME/lit.local.cfg

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D158619.552707.patch
Type: text/x-patch
Size: 5259 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230823/ebd4feac/attachment.bin>


More information about the llvm-commits mailing list