Skip to content

Commit 9f430de

Browse files
committed
[mlir][ArmSME][docs] Fix broken link (NFC)
1 parent 8aa9d62 commit 9f430de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mlir/docs/Dialects/ArmSME.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ operation to Arm SME
1212
integration tests for reference:
1313

1414
* [Linalg/CPU/ArmSME/matmul.mlir](https://github.com/llvm/llvm-project/blob/main/mlir/test/Integration/Dialect/Linalg/CPU/ArmSME/matmul.mlir)
15-
* [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)
15+
* [Vector/CPU/ArmSME/outerproduct-f64.mlir](https://github.com/llvm/llvm-project/blob/main/mlir/test/Integration/Dialect/Vector/CPU/ArmSME/outerproduct-f64.mlir)
1616

1717
In order to run ArmSME integration tests, include these flags in the CMake
1818
invocation when configuring LLVM and MLIR:
1919
```bash
2020
-DMLIR_INCLUDE_INTEGRATION_TESTS=On
2121
-DMLIR_RUN_ARM_SME_TESTS=On
22-
-DARM_EMULATOR_EXECUTABLE=<path-to-emulator>
22+
-DARM_EMULATOR_EXECUTABLE=<path-to-emulator>
2323
```
2424

2525
These tests are run "post-commit" by the

0 commit comments

Comments
 (0)