public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rocclr] rawhide: Remove redefining __noinline__
@ 2026-08-26 23:50 Tom Rix
  0 siblings, 0 replies; only message in thread
From: Tom Rix @ 2026-08-26 23:50 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/rocclr
            Branch : rawhide
            Commit : 5a08669e241acae1509ccfc601a42ab04dbc9fa3
            Author : Tom Rix <Tom.Rix@amd.com>
            Date   : 2026-08-26T16:49:17-07:00
            Stats  : +30/-1 in 2 file(s)
            URL    : https://src.fedoraproject.org/rpms/rocclr/c/5a08669e241acae1509ccfc601a42ab04dbc9fa3?branch=rawhide

            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 5480e8d..c862c7e 100644
--- a/rocclr.spec
+++ b/rocclr.spec
@@ -113,7 +113,7 @@ Version:        %{rocm_version}
 %if %{with preview}
 Release:        0%{?dist}
 %else
-Release:        1%{?dist}
+Release:        2%{?dist}
 %endif
 Summary:        ROCm Compute Language Runtime
 License:        MIT AND Apache-2.0 AND MIT-Khronos-old
@@ -130,6 +130,8 @@ Patch1:         0001-rocclr-long-variants-for-__ffsll.patch
 #https://github.com/ROCm/clr/pull/97
 Patch2:        909fa3dcb644f7ca422ed1a980a54ac426d831b1.patch
 
+Patch3:        0001-clr-remove-__noinline__-keyword.patch
+
 BuildRequires:  cmake
 %if %{with docs}
 BuildRequires:  doxygen
@@ -449,6 +451,9 @@ rm -f %{buildroot}%{pkg_prefix}/share/doc/hip/LICENSE.md
 %endif
 
 %changelog
+* Tue Aug 25 2026 Tom Rix <Tom.Rix@amd.com> - 7.14.0-2
+- Remove redefining __noinline__
+
 * Fri Aug 7 2026 Tom Rix <Tom.Rix@amd.com> - 7.14.0-1
 - Update to 7.14
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-26 23:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-26 23:50 [rpms/rocclr] rawhide: 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