[all-commits] [llvm/llvm-project] e280c2: [mlir] Add `mlir_arm_runner_utils` library for use...
Benjamin Maxwell via All-commits
all-commits at lists.llvm.org
Mon Jan 22 01:28:25 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e280c287e42065736d9c343306603ea07430a82b
https://github.com/llvm/llvm-project/commit/e280c287e42065736d9c343306603ea07430a82b
Author: Benjamin Maxwell <benjamin.maxwell at arm.com>
Date: 2024-01-22 (Mon, 22 Jan 2024)
Changed paths:
A mlir/lib/ExecutionEngine/ArmRunnerUtils.cpp
M mlir/lib/ExecutionEngine/CMakeLists.txt
M mlir/test/CMakeLists.txt
A mlir/test/Integration/Dialect/Vector/CPU/ArmSME/Emulated/lit.local.cfg
A mlir/test/Integration/Dialect/Vector/CPU/ArmSME/Emulated/test-setArmSVLBits.mlir
A mlir/test/Integration/Dialect/Vector/CPU/ArmSVE/Emulated/lit.local.cfg
A mlir/test/Integration/Dialect/Vector/CPU/ArmSVE/Emulated/test-setArmVLBits.mlir
M mlir/test/lit.cfg.py
Log Message:
-----------
[mlir] Add `mlir_arm_runner_utils` library for use in integration tests (#78583)
This adds a new `mlir_arm_runner_utils` library that contains utils
specific to Arm/AArch64. This is for use in MLIR integration tests.
This initial patch adds `setArmVLBits()` and `setArmSVLBits()`. This
allows changing vector length or streaming vector length at runtime (or
setting it to a known minimum, i.e. 128-bits).
More information about the All-commits
mailing list