Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
60 commits
Select commit Hold shift + click to select a range
0b19a2e
Adding the distributed inference learning path
Jul 18, 2025
5cd1270
Fixing some minor issues
Jul 18, 2025
4006bba
First sketch of the CCA DA LP.
Arnaud-de-Grandmaison-ARM Jun 11, 2025
18b710f
Update _index.md
madeline-underwood Jul 26, 2025
f62db05
add Java Performance Analysis - FlameGraph
Jul 27, 2025
289750c
Rename image files to lowercase to comply with naming conventions
Jul 27, 2025
db21e7f
Rename image files to lowercase for naming convention compliance
Jul 27, 2025
28d4b2b
Refactored Godot performance profiling tutorial into modular Learning…
madeline-underwood Jul 27, 2025
fa5f1e8
automatic update of stats files
Jul 28, 2025
664dec1
automatic update of stats files
Jul 28, 2025
ea51ef3
Merge pull request #2182 from madeline-underwood/typo-fix
pareenaverma Jul 28, 2025
84fe7d2
Merge branch 'ArmDeveloperEcosystem:main' into godot
madeline-underwood Jul 28, 2025
bde0065
remove the stats file from the PR
Jul 28, 2025
c7b186f
Reverting data files
Jul 28, 2025
88abe56
Update _index.md
pareenaverma Jul 28, 2025
794cc1d
Merge branch 'main' into main
pareenaverma Jul 28, 2025
ff5128b
Merge pull request #2183 from iJobsYuYing/main
pareenaverma Jul 28, 2025
5139efa
First tech review of java flamegraph LP, wrk2 architecture issue with…
Jul 28, 2025
12dd6e1
Merge pull request #2184 from pareenaverma/content_review
pareenaverma Jul 28, 2025
bb86667
Updates to Executorch 0.7 Kleidi LP
Jul 28, 2025
b0b1387
Merge pull request #2185 from pareenaverma/content_review
pareenaverma Jul 28, 2025
b35cb79
Update _index.md
pareenaverma Jul 28, 2025
2b3a034
Merge pull request #2154 from Arnaud-de-Grandmaison-ARM/bounce-buffers
pareenaverma Jul 28, 2025
af1f0c2
Tech review of Azure Linux Learning Path
jasonrandrews Jul 28, 2025
2a1ca24
Merge pull request #2186 from jasonrandrews/review
jasonrandrews Jul 28, 2025
327ff10
refactored content
madeline-underwood Jul 28, 2025
43886d5
Tech review of DA virtio CCA LP
Jul 28, 2025
93c762c
Merge pull request #2187 from pareenaverma/content_review
pareenaverma Jul 28, 2025
742f41c
Update _index.md
pareenaverma Jul 28, 2025
abac95f
Merge pull request #2150 from aryan8433/main
pareenaverma Jul 28, 2025
8e35e50
Rename intro file. Streamlining language.
madeline-underwood Jul 28, 2025
cf86914
Merge branch 'ArmDeveloperEcosystem:main' into godot
madeline-underwood Jul 28, 2025
f1697ec
Revised sections
madeline-underwood Jul 28, 2025
72429c3
Merge pull request #2188 from madeline-underwood/godot
jasonrandrews Jul 29, 2025
61c7351
Only run the weekly stats update for ArmDeveloperEcosystem/arm-learni…
Arnaud-de-Grandmaison-ARM Jul 29, 2025
2ce7d6e
Merge pull request #2189 from Arnaud-de-Grandmaison-ARM/stats-update
jasonrandrews Jul 29, 2025
c14c5cd
- Add the URL of the final model
juliensimon Jul 30, 2025
9f48e6b
Merge pull request #2192 from juliensimon/arcee-foundation-model-on-aws
jasonrandrews Jul 30, 2025
6c6cdd2
remove draft from Arcee Learning Path
jasonrandrews Jul 31, 2025
ded180c
Merge pull request #2196 from jasonrandrews/review
jasonrandrews Jul 31, 2025
6c79171
Update 02_setting_up_the_instance.md
madeline-underwood Jul 31, 2025
79f1ec8
Update 03_building_llama_cpp.md
madeline-underwood Jul 31, 2025
9296a99
Update 04_install_python_dependencies_for_llama_cpp.md
madeline-underwood Jul 31, 2025
42b6d88
Update 04_install_python_dependencies_for_llama_cpp.md
madeline-underwood Jul 31, 2025
ad6b97b
Update 05_downloading_and_optimizing_afm45b.md
madeline-underwood Jul 31, 2025
d2e81e4
Update 06_running_inference.md
madeline-underwood Jul 31, 2025
3391580
Update 05_downloading_and_optimizing_afm45b.md
madeline-underwood Jul 31, 2025
f46eadc
Update 3_agent.md
pareenaverma Jul 31, 2025
6c80a82
Update 2_async-profiler.md
pareenaverma Jul 31, 2025
eb6d5ea
Update 2_async-profiler.md
pareenaverma Jul 31, 2025
5f2d3aa
Update 1_setup.md
pareenaverma Jul 31, 2025
1d685d5
Update _index.md
pareenaverma Jul 31, 2025
6a496c5
Update _index.md
pareenaverma Jul 31, 2025
ea35be0
Update 1_setup.md
pareenaverma Jul 31, 2025
7532bad
Update 2_async-profiler.md
pareenaverma Jul 31, 2025
c2afe85
Update 3_agent.md
pareenaverma Jul 31, 2025
4751a7f
Merge pull request #2200 from pareenaverma/content_review
pareenaverma Jul 31, 2025
f0eecf9
Merge pull request #2199 from madeline-underwood/Arcee_final
jasonrandrews Jul 31, 2025
511013c
spelling updates
jasonrandrews Jul 31, 2025
cb69cdc
Merge pull request #2201 from jasonrandrews/review
jasonrandrews Jul 31, 2025
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
1 change: 1 addition & 0 deletions .github/workflows/weekly_stats_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ on:
jobs:
# This workflow contains a single job
update_stats:
if: github.repository == 'ArmDeveloperEcosystem/arm-learning-paths'
runs-on: ubuntu-latest
steps:
- name: Check out current repo
Expand Down
115 changes: 114 additions & 1 deletion .wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4474,4 +4474,117 @@ AssetLib
PerformanceStudio
VkThread
precompiled
rollouts
rollouts
Bhusari
DLLAMA
FlameGraph
FlameGraphs
JSP
KBC
MMIO
Paravirtualized
PreserveFramePointer
Servlet
TDISP
VirtIO
WebSocket
agentpath
alarmtimer
aoss
apb
ata
bpf
brendangregg
chipidea
clk
cma
counterintuitive
cpuhp
cros
csd
devfreq
devlink
dma
dpaa
dwc
ecurity
edma
evice
filelock
filemap
flamegraphs
fsl
glink
gpu
hcd
hns
hw
hwmon
icmp
initcall
iomap
iommu
ipi
irq
jbd
jvmti
kmem
ksm
kvm
kyber
libata
libperf
lockd
mdio
memcg
mmc
mtu
musb
napi
ncryption
netfs
netlink
nfs
ntegrity
nterface
oom
optee
pagemap
paravirtualized
percpu
printk
pwm
qcom
qdisc
ras
rcu
regmap
rgerganov’s
rotocol
rpcgss
rpmh
rseq
rtc
sched
scmi
scsi
skb
smbus
smp
spi
spmi
sunrpc
swiotlb
tegra
thp
tlb
udp
ufs
untrusted
uring
virtio
vmalloc
vmscan
workqueue
xdp
xhci
193 changes: 97 additions & 96 deletions assets/contributors.csv
Original file line number Diff line number Diff line change
@@ -1,96 +1,97 @@
author,company,github,linkedin,twitter,website
Jason Andrews,Arm,jasonrandrews,jason-andrews-7b05a8,,
Pareena Verma,Arm,pareenaverma,pareena-verma-7853607,,
Ronan Synnott,Arm,,ronansynnott,,
Florent Lebeau,Arm,,,,
Brenda Strech,Remote.It,bstrech,bstrech,@remote_it,www.remote.it
Liliya Wu,Arm,Liliyaw,liliya-wu-8b6227216,,
Julio Suarez,Arm,jsrz,juliosuarez,,
Gabriel Peterson,Arm,gabrieldpeterson,gabrieldpeterson,@gabedpeterson,https://corteximplant.com/@gabe
Christopher Seidl,Arm,,,,
Michael Hall,Arm,,,,
Kasper Mecklenburg,Arm,,,,
Mathias Brossard,Arm,,,,
Julie Gaskin,Arm,,,,
Pranay Bakre,Arm,,,,
Elham Harirpoush,Arm,,,,
Frédéric -lefred- Descamps,OCI,,,,lefred.be
Fr�d�ric -lefred- Descamps,OCI,,,,lefred.be
Kristof Beyls,Arm,,,,
David Spickett,Arm,,,,
Uma Ramalingam,Arm,uma-ramalingam,,,
Konstantinos Margaritis,VectorCamp,markos,konstantinosmargaritis,@freevec1,https://vectorcamp.gr/
Diego Russo,Arm,diegorusso,diegor,diegor,https://www.diegor.it
Jonathan Davies,Arm,,,,
Zhengjun Xing,Arm,,,,
Leandro Nunes,Arm,,,,
Dawid Borycki,,dawidborycki,,,
Ying Yu,Arm,,,,
Bolt Liu,Arm,,,,
Roberto Lopez Mendez,Arm,,,,
Arnaud de Grandmaison,Arm,Arnaud-de-Grandmaison-ARM,arnauddegrandmaison,,
Jose-Emilio Munoz-Lopez,Arm,,,,
James Whitaker,Arm,,,,
Johanna Skinnider,Arm,,,,
Varun Chari,Arm,,,,
Adnan AlSinan,Arm,,,,
Graham Woodward,Arm,,,,
Basma El Gaabouri,Arm,,,,
Gayathri Narayana Yegna Narayanan,Arm,,,,
Alexandros Lamprineas,Arm,,,,
Annie Tallund,Arm,annietllnd,annietallund,,
Cyril Rohr,RunsOn,crohr,cyrilrohr,,
Rin Dobrescu,Arm,,,,
Przemyslaw Wirkus,Arm,PrzemekWirkus,przemyslaw-wirkus-78b73352,,
Nader Zouaoui,Day Devs,nader-zouaoui,nader-zouaoui,@zouaoui_nader,https://daydevs.com/
Alaaeddine Chakroun,Day Devs,Alaaeddine-Chakroun,alaaeddine-chakroun,,https://daydevs.com/
Koki Mitsunami,Arm,,kmitsunami,,
Chen Zhang,Zilliz,,,,
Tianyu Li,Arm,,,,
Georgios Mermigkis,VectorCamp,gMerm,georgios-mermigkis,,https://vectorcamp.gr/
Ben Clark,Arm,,,,
Han Yin,Arm,hanyin-arm,nacosiren,,
Willen Yang,Arm,,,,
Daniel Gubay,,,,,
Paul Howard,,,,,
Iago Calvo Lista,Arm,,,,
Stephen Theobald,Arm,,,,
ThirdAI,,,,,
Preema Merlin Dsouza,,,,,
Dominica Abena O. Amanfo,,,,,
Arm,,,,,
Albin Bernhardsson,,,,,
Przemyslaw Wirkus,,,,,
Zach Lasiuk,,,,,
Daniel Nguyen,,,,,
Joe Stech,Arm,JoeStech,joestech,,
visualSilicon,,,,,
Konstantinos Margaritis,VectorCamp,,,,
Kieran Hejmadi,,,,,
Alex Su,,,,,
Chaodong Gong,,,,,
Owen Wu,Arm,,,,
Koki Mitsunami,,,,,
Nikhil Gupta,,,,,
Nobel Chowdary Mandepudi,Arm,,,,
Ravi Malhotra,Arm,,,,
Masoud Koleini,,,,,
Na Li,Arm,,,,
Tom Pilar,,,,,
Cyril Rohr,,,,,
Odin Shen,Arm,odincodeshen,odin-shen-lmshen,,
Avin Zarlez,Arm,AvinZarlez,avinzarlez,,https://www.avinzarlez.com/
Shuheng Deng,Arm,,,,
Yiyang Fan,Arm,,,,
Julien Jayat,Arm,JulienJayat-Arm,julien-jayat-a980a397,,
Geremy Cohen,Arm,geremyCohen,geremyinanutshell,,
Barbara Corriero,Arm,,,,
Nina Drozd,Arm,NinaARM,ninadrozd,,
Jun He,Arm,JunHe77,jun-he-91969822,,
Gian Marco Iodice,Arm,,,,
Aude Vuilliomenet,Arm,,,,
Andrew Kilroy,Arm,,,,
Peter Harris,Arm,,,,
Chenying Kuo,Adlink,evshary,evshary,,
William Liang,,wyliang,,,
Waheed Brown,Arm,https://github.com/armwaheed,https://www.linkedin.com/in/waheedbrown/,,
author,company,github,linkedin,twitter,website
Jason Andrews,Arm,jasonrandrews,jason-andrews-7b05a8,,
Pareena Verma,Arm,pareenaverma,pareena-verma-7853607,,
Ronan Synnott,Arm,,ronansynnott,,
Florent Lebeau,Arm,,,,
Brenda Strech,Remote.It,bstrech,bstrech,@remote_it,www.remote.it
Liliya Wu,Arm,Liliyaw,liliya-wu-8b6227216,,
Julio Suarez,Arm,jsrz,juliosuarez,,
Gabriel Peterson,Arm,gabrieldpeterson,gabrieldpeterson,@gabedpeterson,https://corteximplant.com/@gabe
Christopher Seidl,Arm,,,,
Michael Hall,Arm,,,,
Kasper Mecklenburg,Arm,,,,
Mathias Brossard,Arm,,,,
Julie Gaskin,Arm,,,,
Pranay Bakre,Arm,,,,
Elham Harirpoush,Arm,,,,
Frédéric -lefred- Descamps,OCI,,,,lefred.be
Fr�d�ric -lefred- Descamps,OCI,,,,lefred.be
Kristof Beyls,Arm,,,,
David Spickett,Arm,,,,
Uma Ramalingam,Arm,uma-ramalingam,,,
Konstantinos Margaritis,VectorCamp,markos,konstantinosmargaritis,@freevec1,https://vectorcamp.gr/
Diego Russo,Arm,diegorusso,diegor,diegor,https://www.diegor.it
Jonathan Davies,Arm,,,,
Zhengjun Xing,Arm,,,,
Leandro Nunes,Arm,,,,
Dawid Borycki,,dawidborycki,,,
Ying Yu,Arm,,,,
Bolt Liu,Arm,,,,
Roberto Lopez Mendez,Arm,,,,
Arnaud de Grandmaison,Arm,Arnaud-de-Grandmaison-ARM,arnauddegrandmaison,,
Jose-Emilio Munoz-Lopez,Arm,,,,
James Whitaker,Arm,,,,
Johanna Skinnider,Arm,,,,
Varun Chari,Arm,,,,
Adnan AlSinan,Arm,,,,
Graham Woodward,Arm,,,,
Basma El Gaabouri,Arm,,,,
Gayathri Narayana Yegna Narayanan,Arm,,,,
Alexandros Lamprineas,Arm,,,,
Annie Tallund,Arm,annietllnd,annietallund,,
Cyril Rohr,RunsOn,crohr,cyrilrohr,,
Rin Dobrescu,Arm,,,,
Przemyslaw Wirkus,Arm,PrzemekWirkus,przemyslaw-wirkus-78b73352,,
Nader Zouaoui,Day Devs,nader-zouaoui,nader-zouaoui,@zouaoui_nader,https://daydevs.com/
Alaaeddine Chakroun,Day Devs,Alaaeddine-Chakroun,alaaeddine-chakroun,,https://daydevs.com/
Koki Mitsunami,Arm,,kmitsunami,,
Chen Zhang,Zilliz,,,,
Tianyu Li,Arm,,,,
Georgios Mermigkis,VectorCamp,gMerm,georgios-mermigkis,,https://vectorcamp.gr/
Ben Clark,Arm,,,,
Han Yin,Arm,hanyin-arm,nacosiren,,
Willen Yang,Arm,,,,
Daniel Gubay,,,,,
Paul Howard,,,,,
Iago Calvo Lista,Arm,,,,
Stephen Theobald,Arm,,,,
ThirdAI,,,,,
Preema Merlin Dsouza,,,,,
Dominica Abena O. Amanfo,,,,,
Arm,,,,,
Albin Bernhardsson,,,,,
Przemyslaw Wirkus,,,,,
Zach Lasiuk,,,,,
Daniel Nguyen,,,,,
Joe Stech,Arm,JoeStech,joestech,,
visualSilicon,,,,,
Konstantinos Margaritis,VectorCamp,,,,
Kieran Hejmadi,,,,,
Alex Su,,,,,
Chaodong Gong,,,,,
Owen Wu,Arm,,,,
Koki Mitsunami,,,,,
Nikhil Gupta,,,,,
Nobel Chowdary Mandepudi,Arm,,,,
Ravi Malhotra,Arm,,,,
Masoud Koleini,,,,,
Na Li,Arm,,,,
Tom Pilar,,,,,
Cyril Rohr,,,,,
Odin Shen,Arm,odincodeshen,odin-shen-lmshen,,
Avin Zarlez,Arm,AvinZarlez,avinzarlez,,https://www.avinzarlez.com/
Shuheng Deng,Arm,,,,
Yiyang Fan,Arm,,,,
Julien Jayat,Arm,JulienJayat-Arm,julien-jayat-a980a397,,
Geremy Cohen,Arm,geremyCohen,geremyinanutshell,,
Barbara Corriero,Arm,,,,
Nina Drozd,Arm,NinaARM,ninadrozd,,
Jun He,Arm,JunHe77,jun-he-91969822,,
Gian Marco Iodice,Arm,,,,
Aude Vuilliomenet,Arm,,,,
Andrew Kilroy,Arm,,,,
Peter Harris,Arm,,,,
Chenying Kuo,Adlink,evshary,evshary,,
William Liang,,wyliang,,,
Waheed Brown,Arm,https://github.com/armwaheed,https://www.linkedin.com/in/waheedbrown/,,
Aryan Bhusari,Arm,,https://www.linkedin.com/in/aryanbhusari,,
14 changes: 5 additions & 9 deletions content/install-guides/azure-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,7 @@ It is available for a variety of operating systems and Linux distributions and h

## How do I prepare to install the Azure CLI on Ubuntu?

[General installation information](https://learn.microsoft.com/en-us/cli/azure/install-azure-cli-linux?pivots=apt) is available which covers all supported Linux distributions. Starting with version 2.46.0, Azure CLI supports Arm64 Linux distributions. The 'apt' package manager contains both x86_64 and Arm64 packages for the following linux distributions

```output
Ubuntu 20.04, Ubuntu 22.04, Ubuntu 24.04
```
[General installation information](https://learn.microsoft.com/en-us/cli/azure/install-azure-cli-linux?pivots=apt) is available which covers all supported Linux distributions. Starting with version 2.46.0, Azure CLI supports Arm64 Linux distributions. The 'apt' package manager contains both x86_64 and Arm64 packages for Ubuntu 20.04, Ubuntu 22.04, and Ubuntu 24.04.

## How do I install the Azure CLI using the installation script?

Expand Down Expand Up @@ -60,8 +56,8 @@ You should see an output similar to:

```output
{
"azure-cli": "2.61.0",
"azure-cli-core": "2.61.0",
"azure-cli": "2.75.0",
"azure-cli-core": "2.75.0",
"azure-cli-telemetry": "1.1.0",
"extensions": {}
}
Expand Down Expand Up @@ -98,8 +94,8 @@ You should see an output similar to:

```output
{
"azure-cli": "2.61.0",
"azure-cli-core": "2.61.0",
"azure-cli": "2.75.0",
"azure-cli-core": "2.75.0",
"azure-cli-telemetry": "1.1.0",
"extensions": {}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ who_is_this_for: This Learning Path is for automotive engineers developing safet
learning_objectives:
- Apply functional safety principles, including risk prevention, fault detection, and ASIL compliance, to build robust, certifiable automotive systems
- Use DDS and a publish-subscribe architecture for low-latency, scalable, and fault-tolerant communication in autonomous driving systems
- Implement distributed development by separating the simulation platform into independent, safety-isolated components
- Implement distributed development by separating the simulation platform into independent, safety-isolated components

prerequisites:
- Access to two Arm-based Neoverse cloud instances, or a local Arm Neoverse Linux system with at least 16 CPUs and 32 GB of RAM
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ The best practice is to generate an isolated Python environment in which to inst
### Option 1: Create a Python virtual environment

```bash
python3.10 -m venv executorch
source executorch/bin/activate
python3.10 -m venv executorch-venv
source executorch-venv/bin/activate
```

The prompt of your terminal has `executorch` as a prefix to indicate the virtual environment is active.
Expand All @@ -28,8 +28,8 @@ Install Miniconda on your development machine by following the [Installing conda
Once `conda` is installed, create the environment:

```bash
conda create -yn executorch python=3.10.0
conda activate executorch
conda create -yn executorch-venv python=3.10.0
conda activate executorch-venv
```

### Clone ExecuTorch and install the required dependencies
Expand All @@ -40,7 +40,7 @@ From within the conda environment, run the commands below to download the ExecuT
git clone https://github.com/pytorch/executorch.git
cd executorch
git submodule sync
git submodule update --init
git submodule update --init --recursive
./install_executorch.sh
./examples/models/llama/install_requirements.sh
```
Expand Down
Loading
Loading