[Mlir-commits] [mlir] 9f430de - [mlir][ArmSME][docs] Fix broken link (NFC)
Benjamin Maxwell
llvmlistbot at llvm.org
Fri Aug 16 05:29:56 PDT 2024
Author: Benjamin Maxwell
Date: 2024-08-16T12:29:12Z
New Revision: 9f430de4b2577fb0a0169b6409a6267db927c08d
URL: https://github.com/llvm/llvm-project/commit/9f430de4b2577fb0a0169b6409a6267db927c08d
DIFF: https://github.com/llvm/llvm-project/commit/9f430de4b2577fb0a0169b6409a6267db927c08d.diff
LOG: [mlir][ArmSME][docs] Fix broken link (NFC)
Added:
Modified:
mlir/docs/Dialects/ArmSME.md
Removed:
################################################################################
diff --git a/mlir/docs/Dialects/ArmSME.md b/mlir/docs/Dialects/ArmSME.md
index ce0a76ed60f19c..d38a3e581f48d1 100644
--- a/mlir/docs/Dialects/ArmSME.md
+++ b/mlir/docs/Dialects/ArmSME.md
@@ -12,14 +12,14 @@ operation to Arm SME
integration tests for reference:
* [Linalg/CPU/ArmSME/matmul.mlir](https://github.com/llvm/llvm-project/blob/main/mlir/test/Integration/Dialect/Linalg/CPU/ArmSME/matmul.mlir)
-* [Vector/CPU/ArmSME/test-outerproduct-f64.mlir](https://github.com/llvm/llvm-project/blob/main/mlir/test/Integration/Dialect/Vector/CPU/ArmSME/test-outerproduct-f64.mlir)
+* [Vector/CPU/ArmSME/outerproduct-f64.mlir](https://github.com/llvm/llvm-project/blob/main/mlir/test/Integration/Dialect/Vector/CPU/ArmSME/outerproduct-f64.mlir)
In order to run ArmSME integration tests, include these flags in the CMake
invocation when configuring LLVM and MLIR:
```bash
-DMLIR_INCLUDE_INTEGRATION_TESTS=On
-DMLIR_RUN_ARM_SME_TESTS=On
- -DARM_EMULATOR_EXECUTABLE=<path-to-emulator>
+ -DARM_EMULATOR_EXECUTABLE=<path-to-emulator>
```
These tests are run "post-commit" by the
More information about the Mlir-commits
mailing list