Skip to content

Commit 451ba8e

Browse files
SamBdneto0
andauthored
README.md: The validator now handles larger limits (KhronosGroup#5003)
* README.md: The validator now handles larger limits * Oops ... * Fix typo Co-authored-by: David Neto <dneto@google.com>
1 parent 6b2318a commit 451ba8e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,10 @@ and in-progress work.
9696

9797
*Note*: The validator checks some Universal Limits, from section 2.17 of the SPIR-V spec.
9898
The validator will fail on a module that exceeds those minimum upper bound limits.
99-
It is [future work](https://github.com/KhronosGroup/SPIRV-Tools/projects/1#card-1052403)
100-
to parameterize the validator to allow larger
101-
limits accepted by a more than minimally capable SPIR-V consumer.
99+
The validator has been parameterized to allow larger values, for use when targeting
100+
a more-than-minimally-capable SPIR-V consumer.
102101

102+
See [`tools/val/val.cpp`](tools/val/val.cpp) or run `spirv-val --help` for the command-line help.
103103

104104
### Optimizer
105105

0 commit comments

Comments
 (0)