Skip to content

Commit e48f641

Browse files
Merge pull request #1613 from jasonrandrews/review
Update category info
2 parents 62dde19 + 3436394 commit e48f641

File tree

8 files changed

+69
-67
lines changed

8 files changed

+69
-67
lines changed

content/learning-paths/automotive/_index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,11 @@ title: Automotive
1212
weight: 4
1313
subjects_filter:
1414
- Containers and Virtualization: 1
15+
- Performance and Architecture: 1
1516
operatingsystems_filter:
17+
- Baremetal: 1
1618
- Linux: 1
19+
- RTOS: 1
1720
tools_software_languages_filter:
1821
- Automotive: 1
1922
---

content/learning-paths/cross-platform/daytona/_index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ shared_path: true
3636
shared_between:
3737
- servers-and-cloud-computing
3838
- laptops-and-desktops
39-
- embedded-systems
4039

4140
further_reading:
4241
- resource:

content/learning-paths/cross-platform/sme2/_index.md

Lines changed: 19 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -23,74 +23,67 @@ prerequisites:
2323

2424
author: Arnaud de Grandmaison
2525

26-
further_reading:
26+
### Tags
27+
skilllevels: Advanced
28+
subjects: Performance and Architecture
29+
armips:
30+
- Neoverse
31+
- Cortex-A
32+
tools_software_languages:
33+
- C
34+
- Clang
35+
operatingsystems:
36+
- Linux
37+
- macOS
38+
- Windows
39+
shared_path: true
40+
shared_between:
41+
- servers-and-cloud-computing
42+
- laptops-and-desktops
43+
- mobile-graphics-and-gaming
2744

45+
further_reading:
2846
- resource:
2947
title: SVE Programming Examples
3048
link: https://www.google.com/url?sa=t&source=web&rct=j&opi=89978449&url=https://developer.arm.com/documentation/dai0548/latest/&ved=2ahUKEwisi76m-f2GAxUDSKQEHfyWClAQFnoECA4QAQ&usg=AOvVaw1YPQ-aQsHmumnZykaFxM0b
3149
type: documentation
32-
3350
- resource:
3451
title: Port Code to Arm Scalable Vector Extension (SVE)
3552
link: https://learn.arm.com/learning-paths/servers-and-cloud-computing/sve
3653
type: website
37-
3854
- resource:
3955
title: Arm Scalable Matrix Extension (SME) Introduction (Part 1)
4056
link: https://community.arm.com/arm-community-blogs/b/architectures-and-processors-blog/posts/arm-scalable-matrix-extension-introduction
4157
type: blog
42-
4358
- resource:
4459
title: Introducing the Scalable Matrix Extension for the Armv9-A Architecture
4560
link: https://community.arm.com/arm-community-blogs/b/architectures-and-processors-blog/posts/scalable-matrix-extension-armv9-a-architecture
4661
type: website
47-
4862
- resource:
4963
title: Arm Scalable Matrix Extension (SME) Introduction (Part 2)
5064
link: https://community.arm.com/arm-community-blogs/b/architectures-and-processors-blog/posts/arm-scalable-matrix-extension-introduction-p2
5165
type: blog
52-
5366
- resource:
5467
title: SME Programmer’s Guide
5568
link: https://developer.arm.com/documentation/109246/latest
5669
type: documentation
57-
5870
- resource:
5971
title: Matrix Multiplication
6072
link: https://en.wikipedia.org/wiki/Matrix_multiplication
6173
type: website
62-
6374
- resource:
6475
title: Compiler Intrinsics
6576
link: https://en.wikipedia.org/wiki/Intrinsic_function
6677
type: website
67-
6878
- resource:
6979
title: ACLE --- Arm C Language Extension
7080
link: https://github.com/ARM-software/acle
7181
type: website
72-
7382
- resource:
7483
title: Application Binary Interface for the Arm Architecture
7584
link: https://github.com/ARM-software/abi-aa
7685
type: website
7786

78-
### Tags
79-
skilllevels: Advanced
80-
subjects: Performance and Architecture
81-
armips:
82-
- Neoverse
83-
- Cortex-A
84-
tools_software_languages:
85-
- C
86-
- Clang
87-
operatingsystems:
88-
- Linux, MacOS or Windows
89-
shared_path: true
90-
shared_between:
91-
- servers-and-cloud-computing
92-
- laptops-and-desktops
93-
- smartphones-and-mobile
9487

9588
### FIXED, DO NOT MODIFY
9689
# ================================================================================

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
differentiating_info:
3-
- Bare-metal
3+
- Bare-metal
44
- Storage
55
- tinyML
66
key_ip:
@@ -16,8 +16,8 @@ operatingsystems_filter:
1616
- RTOS: 9
1717
- Windows: 3
1818
subjects_filter:
19-
- CI-CD: 4
20-
- Containers and Virtualization: 7
19+
- CI-CD: 5
20+
- Containers and Virtualization: 6
2121
- Embedded Linux: 3
2222
- Libraries: 3
2323
- ML: 11

content/learning-paths/iot/_index.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,12 @@ subjects_filter:
1313
- Containers and Virtualization: 2
1414
- Embedded Linux: 2
1515
- ML: 1
16+
- Performance and Architecture: 1
1617
operatingsystems_filter:
17-
- Baremetal: 3
18+
- Baremetal: 4
1819
- Linux: 6
1920
- macOS: 1
20-
- RTOS: 1
21+
- RTOS: 2
2122
- Windows: 1
2223
tools_software_languages_filter:
2324
- Arm Compiler for Embedded: 1

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

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,14 @@ operatingsystems_filter:
1212
- Baremetal: 1
1313
- ChromeOS: 1
1414
- Linux: 28
15-
- macOS: 6
16-
- Windows: 38
15+
- macOS: 7
16+
- Windows: 40
1717
subjects_filter:
18-
- CI-CD: 3
19-
- Containers and Virtualization: 7
18+
- CI-CD: 4
19+
- Containers and Virtualization: 5
2020
- Migration to Arm: 27
21-
- Performance and Architecture: 21
21+
- ML: 1
22+
- Performance and Architecture: 23
2223
subtitle: Create and migrate apps for power efficient performance
2324
title: Laptops and Desktops
2425
tools_software_languages_filter:
@@ -28,12 +29,12 @@ tools_software_languages_filter:
2829
- Arm Development Studio: 2
2930
- Arm64EC: 1
3031
- assembly: 1
31-
- C: 2
32+
- C: 3
3233
- C#: 6
3334
- C++: 3
3435
- C/C++: 4
3536
- CCA: 1
36-
- Clang: 10
37+
- Clang: 11
3738
- CMake: 2
3839
- Coding: 17
3940
- CSS: 1
@@ -57,7 +58,7 @@ tools_software_languages_filter:
5758
- Neovim: 1
5859
- Node.js: 3
5960
- OpenCV: 1
60-
- perf: 3
61+
- perf: 4
6162
- Python: 3
6263
- Qt: 2
6364
- Remote.It: 1
@@ -66,14 +67,14 @@ tools_software_languages_filter:
6667
- SVE: 1
6768
- SVE2: 1
6869
- Trusted Firmware: 1
69-
- Visual Studio: 11
70+
- Visual Studio: 12
7071
- Visual Studio Code: 9
7172
- VS Code: 3
7273
- Windows Forms: 1
7374
- Windows Performance Analyzer: 1
7475
- Windows Presentation Foundation: 1
7576
- Windows Sandbox: 1
76-
- WindowsPerf: 4
77+
- WindowsPerf: 5
7778
- WinUI 3: 1
7879
- WSL: 1
7980
- Xamarin Forms: 1

content/learning-paths/mobile-graphics-and-gaming/_index.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,43 +10,44 @@ key_ip:
1010
- Mali
1111
maintopic: true
1212
operatingsystems_filter:
13-
- Android: 25
14-
- Linux: 20
15-
- macOS: 8
16-
- Windows: 8
13+
- Android: 26
14+
- Linux: 21
15+
- macOS: 9
16+
- Windows: 9
1717
subjects_filter:
1818
- Gaming: 6
19-
- Graphics: 4
19+
- Graphics: 5
2020
- ML: 8
21-
- Performance and Architecture: 24
21+
- Performance and Architecture: 25
2222
subtitle: Optimize Android apps and build faster games using cutting-edge Arm tech
2323
title: Mobile, Graphics, and Gaming
2424
tools_software_languages_filter:
2525
- 7-Zip: 1
2626
- adb: 1
27-
- Android: 3
27+
- Android: 4
2828
- Android NDK: 1
2929
- Android SDK: 1
30-
- Android Studio: 8
30+
- Android Studio: 9
3131
- Arm Development Studio: 1
3232
- Arm Mobile Studio: 1
3333
- Arm Performance Studio: 2
3434
- assembly: 1
3535
- Bazel: 1
36+
- C: 1
3637
- C#: 3
3738
- C++: 5
3839
- C/C++: 1
3940
- CCA: 1
40-
- Clang: 9
41+
- Clang: 10
4142
- CMake: 1
4243
- Coding: 16
4344
- Fixed Virtual Platform: 1
4445
- Frame Advisor: 1
4546
- GCC: 10
4647
- GenAI: 1
4748
- GoogleTest: 1
48-
- Java: 4
49-
- Kotlin: 5
49+
- Java: 5
50+
- Kotlin: 6
5051
- LiteRT: 1
5152
- llvm-mca: 1
5253
- MediaPipe: 2

content/learning-paths/servers-and-cloud-computing/_index.md

Lines changed: 18 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,22 @@ maintopic: true
99
operatingsystems_filter:
1010
- Android: 2
1111
- Baremetal: 1
12-
- Linux: 116
13-
- macOS: 8
14-
- Windows: 13
12+
- Linux: 123
13+
- macOS: 9
14+
- Windows: 14
1515
pinned_modules:
1616
- module:
1717
name: Recommended getting started learning paths
1818
paths:
1919
- providers
2020
- migration
2121
subjects_filter:
22-
- CI-CD: 4
22+
- CI-CD: 5
2323
- Containers and Virtualization: 28
2424
- Databases: 15
2525
- Libraries: 8
26-
- ML: 13
27-
- Performance and Architecture: 42
26+
- ML: 17
27+
- Performance and Architecture: 43
2828
- Storage: 1
2929
- Web: 10
3030
subtitle: Optimize cloud native apps on Arm for performance and cost
@@ -51,14 +51,14 @@ tools_software_languages_filter:
5151
- Bastion: 3
5252
- BOLT: 1
5353
- bpftool: 1
54-
- C: 4
54+
- C: 5
5555
- C#: 2
56-
- C++: 3
56+
- C++: 4
5757
- C/C++: 2
5858
- Capstone: 1
5959
- CCA: 5
6060
- Clair: 1
61-
- Clang: 10
61+
- Clang: 11
6262
- ClickBench: 1
6363
- ClickHouse: 1
6464
- CloudFormation: 1
@@ -70,16 +70,18 @@ tools_software_languages_filter:
7070
- Envoy: 2
7171
- Flink: 1
7272
- Fortran: 1
73+
- FunASR: 1
7374
- FVP: 4
75+
- G++: 1
7476
- GCC: 20
7577
- gdb: 1
7678
- Geekbench: 1
7779
- GenAI: 7
78-
- GitHub: 3
80+
- GitHub: 4
7981
- GitLab: 1
8082
- Glibc: 1
8183
- Go: 2
82-
- Google Axion: 1
84+
- Google Axion: 2
8385
- GoogleTest: 1
8486
- HammerDB: 1
8587
- InnoDB: 1
@@ -88,7 +90,7 @@ tools_software_languages_filter:
8890
- JAX: 1
8991
- Kafka: 1
9092
- Keras: 1
91-
- Kubernetes: 11
93+
- Kubernetes: 12
9294
- Lambda: 1
9395
- libbpf: 1
9496
- Linaro Forge: 1
@@ -97,6 +99,7 @@ tools_software_languages_filter:
9799
- LSE: 1
98100
- MariaDB: 1
99101
- Memcached: 2
102+
- ModelScope: 1
100103
- MongoDB: 2
101104
- mpi: 1
102105
- MySQL: 9
@@ -108,8 +111,8 @@ tools_software_languages_filter:
108111
- PAPI: 1
109112
- perf: 4
110113
- PostgreSQL: 4
111-
- Python: 15
112-
- PyTorch: 5
114+
- Python: 18
115+
- PyTorch: 6
113116
- RAG: 1
114117
- Redis: 3
115118
- Remote.It: 2
@@ -119,6 +122,7 @@ tools_software_languages_filter:
119122
- Snort3: 1
120123
- SQL: 7
121124
- Streamline CLI: 1
125+
- Streamlit: 1
122126
- Supervisor: 1
123127
- SVE: 3
124128
- SVE2: 1

0 commit comments

Comments
 (0)