Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion .wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4448,4 +4448,8 @@ wlan
wlp
wlx
xquartz
zenohd
zenohd
Kompanio
Zenoh's
instrumentable
subprocesses
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ is exactly what was shown in Figure 2 earlier in the Learning Path. Note again t

Once again, intrinsics makes it easy to fully leverage SME2, provided you have a
solid understanding of its available instructions. The compiler is automatically
handling many low-level aspects (saving / restoring of the diferent contexts),
handling many low-level aspects (saving / restoring of the different contexts),
as well as not using registers that are reserved on specific platforms (like
`x18`). Predicates handle corner cases elegantly, ensuring robust execution.
Most importantly, the code adapts to different SVL values across various
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ prerequisites:
- An AWS account with an OpenShift 4.18 cluster running x86 compute nodes
- Red Hat OpenShift Pipelines (Tekton) Operator installed in your cluster
- Familiarity with the `oc` CLI, container fundamentals, and basic Tekton concepts (Task, Pipeline, PipelineRun)
- Cluster access with `cluster-admin` or equivalent permissions to configure nodes and pipelines
- Cluster access with cluster-admin or equivalent permissions to configure nodes and pipelines

author: Jeff Young

Expand Down