Skip to content

Commit 420f5af

Browse files
Merge pull request #2590 from jasonrandrews/review
spelling, links, and tags
2 parents 7c8797f + c2eb06c commit 420f5af

File tree

22 files changed

+193
-75
lines changed

22 files changed

+193
-75
lines changed

.wordlist.txt

Lines changed: 105 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5156,3 +5156,108 @@ transpile
51565156
tsc
51575157
typescriptlang
51585158
vmlinux
5159+
ATfE
5160+
ATfL
5161+
AlmaLinux
5162+
Asher
5163+
AsyncOpenAI
5164+
Bálint
5165+
CVE
5166+
CircleCI's
5167+
Couchbase
5168+
Couchbase's
5169+
DANDROID
5170+
DKLEIDICV
5171+
DataType
5172+
EdgeXpert
5173+
EleutherAI
5174+
Facter
5175+
GDDR
5176+
GEMMs
5177+
GSM
5178+
Gnuplot
5179+
HD
5180+
HellaSwag
5181+
Hiera
5182+
HwCaps
5183+
InceptionV
5184+
Infineon
5185+
Jett
5186+
KRaft's
5187+
Kiro
5188+
KleidiCV's
5189+
LangChain
5190+
LlamaIndex
5191+
MMLU
5192+
MULTIVERSION
5193+
MVT
5194+
Menuconfig
5195+
MobileNetV
5196+
NHWC
5197+
ORM
5198+
Phoronix
5199+
PointwiseConv
5200+
PyBind
5201+
QL
5202+
RecursiveCharacterTextSplitter
5203+
ResNet
5204+
SDOT
5205+
SMES
5206+
SentenceTransformer
5207+
Silabs
5208+
TPUs
5209+
UDOT
5210+
XDCR
5211+
XNNBatchMatrixMultiply
5212+
XNNConv
5213+
XNNFullyConnected
5214+
XnnpackBackend
5215+
Zhou
5216+
acc
5217+
agentless
5218+
aten
5219+
blockwise
5220+
cbc
5221+
couchbase
5222+
ctrl
5223+
datasheets
5224+
decltype
5225+
docx
5226+
etdump
5227+
etrecord
5228+
facter
5229+
faiss
5230+
fg
5231+
fibonacci
5232+
gemm
5233+
hiera
5234+
ipc
5235+
ivh
5236+
js's
5237+
kiro
5238+
kirocli
5239+
libclang
5240+
libopencv
5241+
llamacpp
5242+
llmcompressor
5243+
minmax
5244+
mse
5245+
multiversion
5246+
phoronix
5247+
pillowfight
5248+
pkl
5249+
pointwise
5250+
pqs
5251+
precisions
5252+
proto
5253+
pypdf
5254+
qb
5255+
qc
5256+
qp
5257+
rebalance
5258+
rustup
5259+
sSf
5260+
tcmalloc
5261+
tlsv
5262+
vLLM's
5263+
webp

content/learning-paths/cross-platform/multiplying-matrices-with-sme2/1-get-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ For the compiler, you can use [Clang](https://www.llvm.org/) version 18 or later
107107
At the time of writing, macOS ships with `clang` version 17.0.0, which doesn't support SME2. Use a newer version, such as 21.1.4, available through Homebrew.
108108
{{% /notice%}}
109109

110-
You can check your compiler version using the command: `clang --version` if it's alreay installed. If not, install `clang` using the instructions below, selecting either macOS or Linux/Ubuntu, depending on your setup:
110+
You can check your compiler version using the command: `clang --version` if it's already installed. If not, install `clang` using the instructions below, selecting either macOS or Linux/Ubuntu, depending on your setup:
111111

112112
{{< tabpane code=true >}}
113113

content/learning-paths/cross-platform/multiplying-matrices-with-sme2/2-check-your-environment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ defined in `misc.c`.
275275

276276
The `sme2_check` program then displays whether SVE, SME and SME2 are supported
277277
at line 24. The checking of SVE, SME and SME2 is done differently depending on
278-
`BAREMETAL`. This platform specific behaviour is abstracted by the
278+
`BAREMETAL`. This platform specific behavior is abstracted by the
279279
`display_cpu_features()`:
280280
- In baremetal mode, our program has access to system registers and can inspect system registers for SME2 support. The program will print the SVE field of the `ID_AA64PFR0_EL1` system register and the SME field of the `ID_AA64PFR1_EL1` system register.
281281
- In non baremetal mode, on an Apple platform the program needs to use a higher

content/learning-paths/embedded-and-microcontrollers/_index.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ maintopic: true
1111
operatingsystems_filter:
1212
- Android: 1
1313
- Baremetal: 30
14-
- Linux: 31
14+
- Linux: 32
1515
- macOS: 7
1616
- RTOS: 10
1717
- Windows: 4
@@ -21,7 +21,7 @@ subjects_filter:
2121
- Embedded Linux: 4
2222
- Libraries: 3
2323
- ML: 17
24-
- Performance and Architecture: 21
24+
- Performance and Architecture: 22
2525
- RTOS Fundamentals: 5
2626
- Security: 2
2727
- Virtual Hardware: 2
@@ -35,6 +35,8 @@ tools_software_languages_filter:
3535
- Arm Compute Library: 2
3636
- Arm Development Studio: 8
3737
- Arm Fast Models: 4
38+
- Arm Performance Studio: 1
39+
- Arm Streamline: 1
3840
- Arm Virtual Hardware: 12
3941
- Assembly: 1
4042
- C: 5
@@ -72,6 +74,7 @@ tools_software_languages_filter:
7274
- Keil Studio Cloud: 1
7375
- Kubernetes: 1
7476
- lgpio: 1
77+
- Linux kernel: 1
7578
- LLM: 2
7679
- MCP: 1
7780
- MPS3: 1
@@ -80,6 +83,7 @@ tools_software_languages_filter:
8083
- NumPy: 1
8184
- Ollama: 1
8285
- Paddle: 1
86+
- Performance analysis: 1
8387
- Porcupine: 1
8488
- Python: 8
8589
- PyTorch: 3

content/learning-paths/embedded-and-microcontrollers/avh_ppocr/end-to-end_workflow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This section provides hands-on instructions for you to deploy pre-trained Paddle
1414

1515
The steps involved in the model deployment are shown in the figure below:
1616

17-
![End-to-end workflow#center](./Figure3.png "Figure 3. End-to-end workflow")
17+
![End-to-end workflow#center](./figure3.webp "Figure 3. End-to-end workflow")
1818

1919
## Deploy PaddleOCR text recognition model on the Corstone-300 FVP included with Arm Virtual Hardware
2020

content/learning-paths/embedded-and-microcontrollers/linux-on-fvp/debug.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,4 +89,4 @@ Ensure your FVP instance is running and matches the model and parameters selecte
8989

9090
After these steps, you can debug the software stack as shown in the following figure:
9191

92-
![FVP running #center](Select_target.png "Debug interface in GUI")
92+
![FVP running #center](select_target.webp "Debug interface in GUI")

content/learning-paths/embedded-and-microcontrollers/linux-on-fvp/run.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,4 +101,4 @@ Always check the name of the CPU instance when switching between different FVP m
101101

102102
You can also run the FVP using its graphical user interface:
103103

104-
![GUI #center](FVP.png "View of the FVP GUI")
104+
![GUI #center](fvp.webp "View of the FVP GUI")

content/learning-paths/embedded-and-microcontrollers/streamline-kernel-module/3_oot_module.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ The module above receives the size of a 2D array as a string through the `char_d
223223
ssh root@<your-target-ip>
224224
```
225225
226-
4. Execute the following commads on the target to run the module:
226+
4. Execute the following commands on the target to run the module:
227227
```bash
228228
insmod /root/mychardrv.ko
229229
mknod /dev/mychardrv c 42 0

content/learning-paths/embedded-and-microcontrollers/streamline-kernel-module/4_sl_profile_oot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ If you are using an AArch32 target, use `arm` instead of `arm64`.
7070

7171
![Streamline command#center](./images/img04_streamline_cmd.png)
7272

73-
8. In the Capture settings dialog, select Add image, add the absolut path of your kernel module file `mychardrv.ko` and click Save.
73+
8. In the Capture settings dialog, select Add image, add the absolute path of your kernel module file `mychardrv.ko` and click Save.
7474
![Capture settings#center](./images/img05_capture_settings.png)
7575

7676
9. Start the capture and enter a name and location for the capture file. Streamline will start collecting data and the charts will show activity being captured from the target.

content/learning-paths/laptops-and-desktops/_index.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ maintopic: true
99
operatingsystems_filter:
1010
- Android: 2
1111
- ChromeOS: 2
12-
- Linux: 35
13-
- macOS: 9
12+
- Linux: 36
13+
- macOS: 10
1414
- Windows: 46
1515
subjects_filter:
1616
- CI-CD: 5
1717
- Containers and Virtualization: 7
1818
- Migration to Arm: 30
19-
- ML: 3
20-
- Performance and Architecture: 27
19+
- ML: 4
20+
- Performance and Architecture: 28
2121
subtitle: Create and migrate apps for power efficient performance
2222
title: Laptops and Desktops
2323
tools_software_languages_filter:
@@ -29,7 +29,7 @@ tools_software_languages_filter:
2929
- Arm64EC: 1
3030
- Assembly: 1
3131
- Bash: 2
32-
- C: 9
32+
- C: 10
3333
- C#: 6
3434
- C++: 11
3535
- CCA: 1
@@ -45,14 +45,16 @@ tools_software_languages_filter:
4545
- GitLab: 1
4646
- Google Test: 1
4747
- HTML: 2
48+
- Hugging Face: 1
4849
- Hyper-V: 1
4950
- i3: 1
5051
- Intrinsics: 1
5152
- JavaScript: 2
53+
- KleidiCV: 1
5254
- Kubernetes: 1
5355
- KVM: 1
5456
- Linux: 1
55-
- llama.cpp: 1
57+
- llama.cpp: 2
5658
- LLM: 1
5759
- LLVM: 2
5860
- llvm-mca: 1
@@ -65,13 +67,13 @@ tools_software_languages_filter:
6567
- OpenCV: 1
6668
- perf: 4
6769
- PowerShell: 1
68-
- Python: 7
70+
- Python: 8
6971
- QEMU: 1
7072
- Qt: 2
7173
- RDP: 1
7274
- Remote.It: 1
7375
- RME: 1
74-
- Runbook: 18
76+
- Runbook: 17
7577
- Rust: 2
7678
- SVE: 1
7779
- SVE2: 1

0 commit comments

Comments
 (0)