File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,14 +12,14 @@ operation to Arm SME
12
12
integration tests for reference:
13
13
14
14
* [ 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 )
16
16
17
17
In order to run ArmSME integration tests, include these flags in the CMake
18
18
invocation when configuring LLVM and MLIR:
19
19
``` bash
20
20
-DMLIR_INCLUDE_INTEGRATION_TESTS=On
21
21
-DMLIR_RUN_ARM_SME_TESTS=On
22
- -DARM_EMULATOR_EXECUTABLE=< path-to-emulator>
22
+ -DARM_EMULATOR_EXECUTABLE=< path-to-emulator>
23
23
```
24
24
25
25
These tests are run "post-commit" by the
You can’t perform that action at this time.
0 commit comments