1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245
|
rocr-runtime (6.1.2-3) unstable; urgency=medium
* Limit architectures to amd64 arm64 ppc64el
* Add Mario to uploaders
-- Mario Limonciello <superm1@gmail.com> Mon, 03 Feb 2025 23:06:11 -0600
rocr-runtime (6.1.2-2) unstable; urgency=medium
* Add patch to fix FTBFS on arm64, ppc64el.
-- Christian Kastner <ckk@debian.org> Fri, 18 Oct 2024 20:28:38 +0200
rocr-runtime (6.1.2-1) unstable; urgency=medium
* Upload to unstable.
-- Christian Kastner <ckk@debian.org> Thu, 17 Oct 2024 16:40:21 +0200
rocr-runtime (6.1.2-1~exp1) experimental; urgency=medium
[ Xuanteng Huang ]
* New upstream version 6.1.2
* Add newly introduced public symbols
* Refresh patches
* Add myself to Uploaders
[ Christian Kastner ]
* Add myself to Uploaders
-- Xuanteng Huang <xuanteng.huang@outlook.com> Mon, 26 Aug 2024 21:29:48 +0800
rocr-runtime (5.7.1-3) unstable; urgency=medium
[ Cordell Bloor ]
* d/control: restrict build to 64-bit architectures
[ Helmut Grohne ]
* Mark all packages Multi-Arch: same (Closes: #1078913)
[ Étienne Mollier ]
* d/control: declare compliance to standards version 4.7.0.
-- Étienne Mollier <emollier@debian.org> Wed, 21 Aug 2024 13:34:47 +0200
rocr-runtime (5.7.1-2) unstable; urgency=medium
* Migrate to unstable.
-- Cordell Bloor <cgmb@slerp.xyz> Mon, 18 Mar 2024 18:46:07 -0600
rocr-runtime (5.7.1-2~exp1) experimental; urgency=medium
* Add d/p/0003-expand-endian-detection.patch to fix arm64 and ppc64el
endianness detection logic.
* Add d/p/0006-initialize-chip-revision.patch to fix failing assertions
on Rembrandt hardware.
* Add d/gbp.conf to ensure use of pristine-tar.
-- Cordell Bloor <cgmb@slerp.xyz> Sun, 17 Mar 2024 23:51:29 -0600
rocr-runtime (5.7.1-1) unstable; urgency=medium
* Migrate to unstable.
* d/control: update B-D from pkg-config to pkgconf
* d/p/0004-extend-isa-compatibility-check.patch: fix IsVersionCompatible
results for gfx1012. The gfx1012 ISA is exactly equivalent to gfx1011.
* Upstream version 5.7.1 includes hsa_amd_memory_async_copy_on_engine
(Closes: #1022871).
-- Cordell Bloor <cgmb@slerp.xyz> Thu, 22 Feb 2024 21:19:35 -0700
rocr-runtime (5.7.1-1~exp2) experimental; urgency=medium
* Add patch to link to drm_amdgpu to fix undefined symbols.
* Fix missing paths in exported hsa-runtime64 CMake targets.
* d/rules: cleanup unnecessary options
-- Cordell Bloor <cgmb@slerp.xyz> Tue, 09 Jan 2024 02:43:41 -0700
rocr-runtime (5.7.1-1~exp1) experimental; urgency=medium
[ Cordell Bloor ]
* New upstream version 5.7.1.
* Update Build-Depends for clang-17.
* Update upstream URL.
[ Mo Zhou ]
* Add the missing B-D pkg-config to fix FTBFS.
* Upload to experimental.
-- Cordell Bloor <cgmb@slerp.xyz> Sun, 07 Jan 2024 18:13:42 -0700
rocr-runtime (5.2.3-6) unstable; urgency=medium
* Add self to uploaders.
* Add d/p/0005-disable-xnack-query-print.patch to disable message:
KFD does not support xnack mode query.
ROCr must assume xnack is disabled.
(Closes: #1056170)
-- Cordell Bloor <cgmb@slerp.xyz> Fri, 24 Nov 2023 14:36:38 -0700
rocr-runtime (5.2.3-5) unstable; urgency=medium
* Team upload.
* d/p/0004-extend-isa-compatibility-check.patch: fix assertion when
gfx906 falls back to gfx900.
-- Cordell Bloor <cgmb@slerp.xyz> Sat, 29 Jul 2023 15:41:52 -0600
rocr-runtime (5.2.3-4) unstable; urgency=medium
[ Cordell Bloor ]
* d/p/0004-extend-isa-compatibility-check.patch: cosmetic update.
This is a superficial update to the variable naming for clarity. There
are no functional changes to the program behaviour.
[ Étienne Mollier ]
* Migrate ISA compatibility improvements to unstable.
Thanks to Cordell Bloor
-- Étienne Mollier <emollier@debian.org> Wed, 05 Jul 2023 20:57:23 +0200
rocr-runtime (5.2.3-4~exp1) experimental; urgency=medium
* Team upload.
* Improve ISA compatibility checks to enable loading gfx900, gfx1010 and
gfx1030 kernels on other compatible hardware.
* d/copyright: correct my email address
-- Cordell Bloor <cgmb@slerp.xyz> Thu, 25 May 2023 17:08:01 -0600
rocr-runtime (5.2.3-3) unstable; urgency=medium
* Team upload.
* add 0003-fix-static-initialization-order.patch
to prevent crash in hsa_init (Closes: #1031089)
* update d/copyright
* d/control: update standards version
-- Cordell Bloor <cgmb@slerp.xyz> Sun, 19 Feb 2023 03:34:29 -0700
rocr-runtime (5.2.3-2) unstable; urgency=medium
* 0002-remove-libhsa-amd-aqlprofile64.so-loading.patch: add;
cancel noise caused by missing non-free library in build logs.
Thanks to Cordell Bloor (Closes: #1024791)
-- Étienne Mollier <emollier@debian.org> Sat, 14 Jan 2023 11:49:05 +0100
rocr-runtime (5.2.3-1) unstable; urgency=medium
* Migrate ROCm 5.2.3 to unstable.
* d/control: bump build dependency on rocm-device-libs to >=5.2.
* d/control: bump build dependencies to llvm 15.
* d/control: adjust to new llvm packages layout.
-- Étienne Mollier <emollier@debian.org> Tue, 18 Oct 2022 19:16:28 +0200
rocr-runtime (5.2.3-1~0exp0) experimental; urgency=medium
* New upstream version
* Standards-Version: 4.6.1 (routine-update)
* Reorder sequence of d/control fields by cme (routine-update)
* Add salsa-ci file (routine-update)
* Rules-Requires-Root: no (routine-update)
* Set upstream metadata fields. (routine-update)
* d/control: add myself to uploaders.
* d/control: bump versioned build-dependency libhsakmt-dev to 5.2.
* d/libhsa-runtime*.install: update installation paths; libraries are now
located in a multiarch friendly location.
* d/copyright: remove redundant glob pattern.
-- Étienne Mollier <emollier@debian.org> Tue, 06 Sep 2022 21:58:59 +0200
rocr-runtime (5.1.0-2) unstable; urgency=medium
* Disable IMAGE_SUPPORT for non-amd64 architectures.
-- Mo Zhou <lumin@debian.org> Fri, 08 Apr 2022 10:26:29 -0400
rocr-runtime (5.1.0-1) unstable; urgency=medium
* New upstream version 5.1.0
* Bump version requirement of ROCm B-D to (>= 5.1.0~).
-- Mo Zhou <lumin@debian.org> Thu, 07 Apr 2022 12:42:34 -0400
rocr-runtime (5.0.0-1) unstable; urgency=medium
[ Maxime Chambonnet ]
* New upstream version 5.0.0
* patched cmake to find devlibs
* Adapted bitcode dir to /usr/lib/triple
* Update LLVM B-D to version 14
* Fixed typo in d/control
[ Mo Zhou ]
* Add requirement (>= 5.0.0~) for B-D libhsakmt-dev and rocm-device-libs.
* Don't install the duplicated license file.
* Upload to unstable.
-- Mo Zhou <lumin@debian.org> Mon, 14 Feb 2022 16:24:34 -0500
rocr-runtime (4.5.2-1) experimental; urgency=medium
[ Maxime Chambonnet ]
* New upstream version 4.5.2
* Added "Build-Depends-Package" in debian/*.symbols
* Passed the hardening flag in debian/rules
* Removed dropped files in debian/copyright
* Debian standards 4.4.1 --> 4.6.0
* Added myself to uploaders
* propagated soname rollback to symbol
* Remove uupdate from d/watch
* Explicitly remove temporary cmake building directory for object files.
[ Mo Zhou ]
* Add the d/watch file.
* Add the missing Clang-13 and LLVM-13 build dependencies.
* Add the missing B-D: xxd and rocm-device-libs.
* d/rules: [CMake] Specify BITECODE_DIR variable.
* Add missing B-D on lld-13.
* Update maintainer address to debian-ai@l.d.o
* Refresh copyright with cme/manual fix.
* Apply wrap-and-sort.
* Upload to experimental.
-- Mo Zhou <lumin@debian.org> Thu, 03 Feb 2022 20:01:52 -0500
rocr-runtime (3.5.0-1~exp1) experimental; urgency=medium
* Initial release. (Closes: #960981)
[ Mo Zhou ]
* Initial packaging.
[ Norbert Preining ]
* Update to 3.5.0.
-- Norbert Preining <norbert@preining.info> Wed, 03 Jun 2020 12:49:06 +0900
|