mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-24 20:46:05 +00:00
[mlir][ArmSME][docs] Fix broken link (NFC)
This commit is contained in:
parent
8aa9d6206c
commit
9f430de4b2
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user