[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#64188] [PATCH v2 0/7] More package tuning
From: |
Efraim Flashner |
Subject: |
[bug#64188] [PATCH v2 0/7] More package tuning |
Date: |
Mon, 26 Jun 2023 15:38:36 +0300 |
I hope I've addressed the comments with this patch series. I've changed
the language to use psabi or to refer to 'generalized optimizations'.
The go adaptations for tuning are now part of
build-system-with-tuning-compiler, with an adjustment made to (also)
check the psabi listing when it comes to the go compiler.
Efraim Flashner (7):
gnu: %gcc-11-x86_64-micro-architectures: Add psabi entries.
guix: cpu: Add generalized CPU matching.
guix: cpu: Rewrite fallback for x86_64 cpu->gcc-architecture.
guix: cpu: Refactor cpu->gcc-architecture.
guix: cpu: Add gcc-architecture->micro-architecture-level mapping.
gnu: go: Add CPU tuning targets.
transformations: Allow tuning go packages.
gnu/packages/gcc.scm | 5 +-
gnu/packages/golang.scm | 23 ++++++-
guix/cpu.scm | 130 ++++++++++++++++++++++-----------------
guix/transformations.scm | 37 +++++++++--
4 files changed, 133 insertions(+), 62 deletions(-)
base-commit: e85593b36b3874227ba812f47113441928c0f0c1
--
Efraim Flashner <efraim@flashner.co.il> רנשלפ םירפא
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
- [bug#64188] [PATCH 6/8] transformations: Allow tuning go packages., (continued)
- [bug#64188] [PATCH 6/8] transformations: Allow tuning go packages., Efraim Flashner, 2023/06/20
- [bug#64188] [PATCH 7/8] guix: cpu: Add gcc-architecture->generic-architecture mapping., Efraim Flashner, 2023/06/20
- [bug#64188] [PATCH 4/8] guix: cpu: Refactor cpu->gcc-architecture., Efraim Flashner, 2023/06/20
- [bug#64188] [PATCH 8/8] transformations: Allow autotuning for go packages., Efraim Flashner, 2023/06/20
- [bug#64188] [PATCH 0/8] More package tuning, Ludovic Courtès, 2023/06/25
- [bug#64188] [PATCH v2 0/7] More package tuning,
Efraim Flashner <=
- [bug#64188] [PATCH v2 6/7] gnu: go: Add CPU tuning targets., Efraim Flashner, 2023/06/26
- [bug#64188] [PATCH v2 1/7] gnu: %gcc-11-x86_64-micro-architectures: Add psabi entries., Efraim Flashner, 2023/06/26
- [bug#64188] [PATCH v2 4/7] guix: cpu: Refactor cpu->gcc-architecture., Efraim Flashner, 2023/06/26
- [bug#64188] [PATCH v2 2/7] guix: cpu: Add generalized CPU matching., Efraim Flashner, 2023/06/26
- [bug#64188] [PATCH v2 7/7] transformations: Allow tuning go packages., Efraim Flashner, 2023/06/26
- [bug#64188] [PATCH v2 5/7] guix: cpu: Add gcc-architecture->micro-architecture-level mapping., Efraim Flashner, 2023/06/26
- [bug#64188] [PATCH v2 3/7] guix: cpu: Rewrite fallback for x86_64 cpu->gcc-architecture., Efraim Flashner, 2023/06/26