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.
|
*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.
|
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)
|
The validator has been parameterized to allow larger values, for use when targeting
|
||||||
to parameterize the validator to allow larger
|
a more-than-minimally-capable SPIR-V consumer.
|
||||||
limits accepted by 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
|
### Optimizer
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user