Compare commits
11 Commits
424437c852
...
b165faa88d
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b165faa88d | ||
|
|
28f96d1a5c | ||
|
|
2e11589c7c | ||
|
|
d4c2c58f77 | ||
|
|
ff91e12372 | ||
|
|
f9af520c99 | ||
|
|
9dc121ae3a | ||
|
|
c3c3c6bdf2 | ||
|
|
db00894ccf | ||
|
|
7ad0778e3f | ||
|
|
b3c5a76a06 |
26
0003-memkind-add-sw64-support.patch
Normal file
26
0003-memkind-add-sw64-support.patch
Normal file
@ -0,0 +1,26 @@
|
||||
From 9d68f6afce39f03e5301383193ee6d46a1cad584 Mon Sep 17 00:00:00 2001
|
||||
From: maqi <maqi@uniontech.com>
|
||||
Date: Fri, 15 Nov 2024 16:35:15 +0800
|
||||
Subject: [PATCH] add sw64 support
|
||||
|
||||
---
|
||||
jemalloc/include/jemalloc/internal/quantum.h | 3 +++
|
||||
1 file changed, 3 insertions(+)
|
||||
|
||||
diff --git a/jemalloc/include/jemalloc/internal/quantum.h b/jemalloc/include/jemalloc/internal/quantum.h
|
||||
index c22d753..3fbef00 100644
|
||||
--- a/jemalloc/include/jemalloc/internal/quantum.h
|
||||
+++ b/jemalloc/include/jemalloc/internal/quantum.h
|
||||
@@ -62,6 +62,9 @@
|
||||
defined(__SH4_SINGLE_ONLY__))
|
||||
# define LG_QUANTUM 4
|
||||
# endif
|
||||
+# ifdef __sw_64__
|
||||
+# define LG_QUANTUM 4
|
||||
+# endif
|
||||
# ifdef __tile__
|
||||
# define LG_QUANTUM 4
|
||||
# endif
|
||||
--
|
||||
2.33.0
|
||||
|
||||
22
memkind.spec
22
memkind.spec
@ -1,14 +1,15 @@
|
||||
Name: memkind
|
||||
Summary: Extensible Heap Manager for User
|
||||
Version: 1.14.0
|
||||
Release: 2
|
||||
Release: 7
|
||||
License: BSD
|
||||
URL: http://memkind.github.io/memkind
|
||||
Source0: https://github.com/memkind/memkind/archive/v1.14.0/%{name}-%{version}.tar.gz
|
||||
Patch0001: 0001-support-multi-threading-build.patch
|
||||
Patch0003: 0003-memkind-add-sw64-support.patch
|
||||
|
||||
BuildRequires: automake libtool numactl-devel systemd gcc gcc-c++
|
||||
ExclusiveArch: x86_64 aarch64 riscv64
|
||||
BuildRequires: automake libtool numactl-devel systemd gcc gcc-c++ hwloc-devel
|
||||
ExclusiveArch: x86_64 aarch64 riscv64 loongarch64 sw_64
|
||||
|
||||
%description
|
||||
The kinds of memory are defined by operating system memory policies that have been applied
|
||||
@ -82,6 +83,21 @@ popd
|
||||
%{_mandir}/man7/*
|
||||
|
||||
%changelog
|
||||
* Thu Feb 20 2025 JiangShui Yang <yangjiangshui@h-partners.com> - 1.14.0-7
|
||||
- Revert "Support initializing HBW nodes from memory_locality" patch
|
||||
|
||||
* Mon Feb 17 2025 maqi <maqi@uniontech.com> - 1.14.0-6
|
||||
- add support sw_64
|
||||
|
||||
* Mon Jul 1 2024 Jie Liu <liujie375@h-partners.com> - 1.14.0-5
|
||||
- Support initializing HBW nodes from HMAT with libaray hwloc-devel
|
||||
|
||||
* Wed Oct 18 2023 Yicong Yang <yangyicong@hisilicon.com> - 1.14.0-4
|
||||
- Support initializing HBW nodes from memory_locality on openEuler
|
||||
|
||||
* Fri Aug 18 2023 haomimi <haomimi@uniontech.com> - 1.14.0-3
|
||||
- enable loongarch64 architecture
|
||||
|
||||
* Fri Aug 04 2023 Jingwiw <wangjingwei@iscas.ac.cn> - 1.14.0-2
|
||||
- enable riscv64 architecture
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user