Skip to content

Commit 66e5838

Browse files
committed
Add integration tests
1 parent 8e42a0e commit 66e5838

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

mlir/docs/Dialects/SPIR-V.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1418,7 +1418,7 @@ dialect.
14181418

14191419
### Add a new test
14201420

1421-
Currently the SPIR-V dialect has two types of tests that should be added or
1421+
Currently the SPIR-V dialect has three types of tests that should be added or
14221422
updated accordingly:
14231423

14241424
1. **Dialect tests** - Those tests check different aspects of the op in isolation.
@@ -1447,6 +1447,9 @@ updated accordingly:
14471447
spec restricts each binary to a single module), and then runs `spirv-val`
14481448
on each of the file.
14491449
1450+
3. **Integration tests** - Those tests execute the MLIR code using the `mlir-runner`
1451+
to verify its functional correctness.
1452+
14501453
## Operation definitions
14511454
14521455
[include "Dialects/SPIRVOps.md"]

0 commit comments

Comments
 (0)