From d1d11a1a74a27310cce6f878b0f536cfaeb44853 Mon Sep 17 00:00:00 2001 From: Jason Andrews Date: Fri, 11 Jul 2025 20:12:06 +0100 Subject: [PATCH] spelling updates --- .wordlist.txt | 6 +++++- .../multiplying-matrices-with-sme2/7-sme2-matmul-intr.md | 2 +- .../{arm-cost-savings => openshift}/_index.md | 2 +- .../{arm-cost-savings => openshift}/_next-steps.md | 0 .../{arm-cost-savings => openshift}/migrationsteps.md | 0 5 files changed, 7 insertions(+), 3 deletions(-) rename content/learning-paths/servers-and-cloud-computing/{arm-cost-savings => openshift}/_index.md (95%) rename content/learning-paths/servers-and-cloud-computing/{arm-cost-savings => openshift}/_next-steps.md (100%) rename content/learning-paths/servers-and-cloud-computing/{arm-cost-savings => openshift}/migrationsteps.md (100%) diff --git a/.wordlist.txt b/.wordlist.txt index 00a6d1f24e..5d4d10d124 100644 --- a/.wordlist.txt +++ b/.wordlist.txt @@ -4448,4 +4448,8 @@ wlan wlp wlx xquartz -zenohd \ No newline at end of file +zenohd +Kompanio +Zenoh's +instrumentable +subprocesses \ No newline at end of file diff --git a/content/learning-paths/cross-platform/multiplying-matrices-with-sme2/7-sme2-matmul-intr.md b/content/learning-paths/cross-platform/multiplying-matrices-with-sme2/7-sme2-matmul-intr.md index 0127c6a39d..f5aa9a7248 100644 --- a/content/learning-paths/cross-platform/multiplying-matrices-with-sme2/7-sme2-matmul-intr.md +++ b/content/learning-paths/cross-platform/multiplying-matrices-with-sme2/7-sme2-matmul-intr.md @@ -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 diff --git a/content/learning-paths/servers-and-cloud-computing/arm-cost-savings/_index.md b/content/learning-paths/servers-and-cloud-computing/openshift/_index.md similarity index 95% rename from content/learning-paths/servers-and-cloud-computing/arm-cost-savings/_index.md rename to content/learning-paths/servers-and-cloud-computing/openshift/_index.md index 50b45c400a..876477f9c8 100644 --- a/content/learning-paths/servers-and-cloud-computing/arm-cost-savings/_index.md +++ b/content/learning-paths/servers-and-cloud-computing/openshift/_index.md @@ -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 diff --git a/content/learning-paths/servers-and-cloud-computing/arm-cost-savings/_next-steps.md b/content/learning-paths/servers-and-cloud-computing/openshift/_next-steps.md similarity index 100% rename from content/learning-paths/servers-and-cloud-computing/arm-cost-savings/_next-steps.md rename to content/learning-paths/servers-and-cloud-computing/openshift/_next-steps.md diff --git a/content/learning-paths/servers-and-cloud-computing/arm-cost-savings/migrationsteps.md b/content/learning-paths/servers-and-cloud-computing/openshift/migrationsteps.md similarity index 100% rename from content/learning-paths/servers-and-cloud-computing/arm-cost-savings/migrationsteps.md rename to content/learning-paths/servers-and-cloud-computing/openshift/migrationsteps.md