File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff 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
14221422updated accordingly:
14231423
142414241 . ** 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"]
You can’t perform that action at this time.
0 commit comments