public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Tom Rix <Tom.Rix@amd.com>
To: git-commits@fedoraproject.org
Subject: [rpms/rocclr] f45: Remove redefining __noinline__
Date: Sat, 29 Aug 2026 22:09:26 GMT	[thread overview]
Message-ID: <178804136699.1.7621373927356263590.rpms-rocclr-89bd3d182ea7@fedoraproject.org> (raw)

            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
 

                 reply	other threads:[~2026-08-29 22:09 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178804136699.1.7621373927356263590.rpms-rocclr-89bd3d182ea7@fedoraproject.org \
    --to=tom.rix@amd.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox