aboutsummaryrefslogtreecommitdiff
path: root/chapters
diff options
context:
space:
mode:
authorKevin Petit <kevin.petit@arm.com>2023-04-26 16:25:52 +0100
committerKevin Petit <kevin.petit@arm.com>2023-04-26 16:57:32 +0100
commit211c5f5294cd08ebbf61278823e5195fef181dd7 (patch)
tree14cae4ec82883302b9966b28ef2330798f8e4987 /chapters
parente0fee3d30085a6d07b104447f5b128e81126445e (diff)
downloadspecification-211c5f5294cd08ebbf61278823e5195fef181dd7.tar.gz
Generate level maximums from the XML
Also make LEVEL_CHECKs unconditional in pseudocode. The various MAX_* maximums are always defined. Change-Id: Iee5d8ade5cba3b4f86cc09f8b867b59fe18f5cfe Signed-off-by: Kevin Petit <kevin.petit@arm.com>
Diffstat (limited to 'chapters')
-rw-r--r--chapters/introduction.adoc6
1 files changed, 1 insertions, 5 deletions
diff --git a/chapters/introduction.adoc b/chapters/introduction.adoc
index eecdbc7..b1d92d9 100644
--- a/chapters/introduction.adoc
+++ b/chapters/introduction.adoc
@@ -120,11 +120,7 @@ The following table defines the value ranges for Level 1.0.
These ranges are checked using the LEVEL_CHECK() function with the operator descriptions.
.Level maximums
-|===
-| Level | tosa_level_t | MAX_RANK | MAX_KERNEL | MAX_STRIDE | MAX_SCALE
-| None | tosa_level_none | NA | NA | NA | NA
-| 8K | tosa_level_8k | 6 | 8192 | 8192 | 64
-|===
+include::{generated}/levels.adoc[]
=== Status