User Tools

Site Tools


tips:rocm

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
tips:rocm [2026/02/04 09:04] โ€“ [1\. Kernel and Firmware] sscipionitips:rocm [2026/02/15 08:33] (current) โ€“ [1\. Kernel and Firmware] sscipioni
Line 1: Line 1:
 References: References:
 - https://community.frame.work/t/amd-strix-halo-llama-cpp-installation-guide-for-fedora-42/75856 - https://community.frame.work/t/amd-strix-halo-llama-cpp-installation-guide-for-fedora-42/75856
 +- https://strix-halo-toolboxes.com/ย 
 +- https://github.com/kyuz0/amd-strix-halo-toolboxes
  
 This report outlines the deployment of the **Ollama LLM runtime** on **Arch Linux** specifically tailored for the **AMD Ryzen AI Max+ 395 APU**. The primary focus is optimizing performance by leveraging the integrated **Radeon 8060S iGPU** through the **Vulkan** backend, and considering the potential of the **XDNA 2 NPU** for heterogeneous acceleration. This report outlines the deployment of the **Ollama LLM runtime** on **Arch Linux** specifically tailored for the **AMD Ryzen AI Max+ 395 APU**. The primary focus is optimizing performance by leveraging the integrated **Radeon 8060S iGPU** through the **Vulkan** backend, and considering the potential of the **XDNA 2 NPU** for heterogeneous acceleration.
Line 31: Line 32:
 # disable suspension # disable suspension
 sudo systemctl mask sleep.target suspend.target hibernate.target hybrid-sleep.target sudo systemctl mask sleep.target suspend.target hibernate.target hybrid-sleep.target
-``+```
  
-add to kernel parameters (reference https://github.com/Gygeek/Framework-strix-halo-llm-setup)+add to kernel parameters
 ``` ```
-amd_iommu=off amdgpu.gttsize=117760+iommu=pt amdgpu.gttsize=126976 ttm.pages_limit=32505856
 ``` ```
-`+
 ### 2\. Graphics and Compute Drivers (Vulkan) ### 2\. Graphics and Compute Drivers (Vulkan)
  
Line 46: Line 47:
 sudo pacman -S mesa vulkan-radeon lib32-vulkan-radeon vulkan-headers sudo pacman -S mesa vulkan-radeon lib32-vulkan-radeon vulkan-headers
 ``` ```
 +`
 ### 3\. ROCm (Optional but Recommended) ### 3\. ROCm (Optional but Recommended)
  
tips/rocm.1770192269.txt.gz ยท Last modified: by sscipioni