Conversation
This kernel is intended to provide a preprofiled kernel, so that user can test this. This will follow the "linux-cachyos" kernel, and after a longer testing period this kernel will be dropped and we are optimizing the linux-cachyos kernel as default. We will profile the kernel every 2 minor versions with following workloads (as soon LLVM 19 is out): 1. Kernel Compilation 2. cachyos-benchmarker 3. Maybe some other specific workloads, like svt-av1 The profiles needs to be done each architecure. For now we will make the profiles for: - x86-64-v3 - Zen4 Since there are the most of our users. Workflow: 1. Compile Kernel with _autofdo=y and _build_debug=y 2. Boot into kenrel in QEMU or host machine 3. Profile the kernel and convert the profile see blogpost 4. Put the profile into the sourcedir andn name the profile perf.afdo 5. Enable _autofdo_use In the future we will also add propellor Signed-off-by: Peter Jung <admin@ptr1337.dev>
1Naim
reviewed
Nov 11, 2024
Co-authored-by: Eric Naim <dnaim@cachyos.org>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This kernel is intended to provide a preprofiled kernel, so that user can test this. This will follow the "linux-cachyos" kernel, and after a longer testing period this kernel will be dropped and we are optimizing the linux-cachyos kernel as default.
We will profile the kernel every 2 minor versions with following workloads (as soon LLVM 19 is out):
The profiles needs to be done each architecure. For now we will make the profiles for:
Since there are the most of our users.
Workflow:
In the future we will also add propellor