public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rocclr] f45: Remove redefining __noinline__
@ 2026-08-29 22:09 Tom Rix
0 siblings, 0 replies; only message in thread
From: Tom Rix @ 2026-08-29 22:09 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/rocclr
Branch : f45
Commit : 89bd3d182ea74413920ce6fe81b4f5afcc78db17
Author : Tom Rix <Tom.Rix@amd.com>
Date : 2026-08-29T07:51:23-07:00
Stats : +30/-1 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/rocclr/c/89bd3d182ea74413920ce6fe81b4f5afcc78db17?branch=f45
Log:
Remove redefining __noinline__
Signed-off-by: Tom Rix <Tom.Rix@amd.com>
---
diff --git a/0001-clr-remove-__noinline__-keyword.patch b/0001-clr-remove-__noinline__-keyword.patch
new file mode 100644
index 0000000..31ef73b
--- /dev/null
+++ b/0001-clr-remove-__noinline__-keyword.patch
@@ -0,0 +1,24 @@
+From d199ff6777388dc04b00739a4211acefd0610f7f Mon Sep 17 00:00:00 2001
+From: Tom Rix <Tom.Rix@amd.com>
+Date: Tue, 25 Aug 2026 10:17:54 -0700
+Subject: [PATCH] clr remove __noinline__ keyword
+
+---
+ hipamd/include/hip/amd_detail/host_defines.h | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/projects/clr/hipamd/include/hip/amd_detail/host_defines.h b/projects/clr/hipamd/include/hip/amd_detail/host_defines.h
+index f0d1b573753c..eb334d2d8843 100644
+--- a/hipamd/include/hip/amd_detail/host_defines.h
++++ b/hipamd/include/hip/amd_detail/host_defines.h
+@@ -353,7 +353,6 @@ typedef __hip_internal::int64_t __hip_int64_t;
+
+ #define __global__
+
+-#define __noinline__
+ #define __forceinline__ inline
+
+ #define __shared__
+--
+2.55.0
+
diff --git a/rocclr.spec b/rocclr.spec
index 18700f9..7efa912 100644
--- a/rocclr.spec
+++ b/rocclr.spec
@@ -116,7 +116,7 @@ Version: %{rocm_version}
%if %{with preview}
Release: 1%{?dist}
%else
-Release: 3%{?dist}
+Release: 4%{?dist}
%endif
Summary: ROCm Compute Language Runtime
License: MIT AND Apache-2.0 AND MIT-Khronos-old
@@ -139,6 +139,8 @@ patch2: 909fa3dcb644f7ca422ed1a980a54ac426d831b1.patch
patch3: 0001-rocclr-replace-std-filesystem-exists-with-access.patch
%endif
+Patch4: 0001-clr-remove-__noinline__-keyword.patch
+
BuildRequires: cmake
%if %{with docs}
BuildRequires: doxygen
@@ -480,6 +482,9 @@ rm -f %{buildroot}%{pkg_prefix}/share/doc/hip/LICENSE.md
%endif
%changelog
+* Tue Aug 25 2026 Tom Rix <Tom.Rix@amd.com> - 7.2.2-4
+- Remove redefining __noinline__
+
* Thu Jul 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 7.2.2-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-29 22:09 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-29 22:09 [rpms/rocclr] f45: Remove redefining __noinline__ Tom Rix
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox