mirror of
https://github.com/KhronosGroup/SPIRV-Tools
synced 2024-12-26 01:31:06 +00:00
README.md: The validator now handles larger limits (#5003)
* README.md: The validator now handles larger limits * Oops ... * Fix typo Co-authored-by: David Neto <dneto@google.com>
This commit is contained in:
parent
6b2318aec8
commit
451ba8ec3d
@ -96,10 +96,10 @@ and in-progress work.
|
||||
|
||||
*Note*: The validator checks some Universal Limits, from section 2.17 of the SPIR-V spec.
|
||||
The validator will fail on a module that exceeds those minimum upper bound limits.
|
||||
It is [future work](https://github.com/KhronosGroup/SPIRV-Tools/projects/1#card-1052403)
|
||||
to parameterize the validator to allow larger
|
||||
limits accepted by a more than minimally capable SPIR-V consumer.
|
||||
The validator has been parameterized to allow larger values, for use when targeting
|
||||
a more-than-minimally-capable SPIR-V consumer.
|
||||
|
||||
See [`tools/val/val.cpp`](tools/val/val.cpp) or run `spirv-val --help` for the command-line help.
|
||||
|
||||
### Optimizer
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user