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/miopen] epel10: Requires gcc-c++
Date: Sun, 14 Jun 2026 13:44:06 GMT [thread overview]
Message-ID: <178144464650.1.12300548749244194561.rpms-miopen-0c1eed11fd36@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/miopen
Branch : epel10
Commit : 0c1eed11fd36c012a681f2c72d1b5fef3676c31b
Author : Tom Rix <Tom.Rix@amd.com>
Date : 2026-01-30T07:45:13-08:00
Stats : +15/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/miopen/c/0c1eed11fd36c012a681f2c72d1b5fef3676c31b?branch=epel10
Log:
Requires gcc-c++
Signed-off-by: Tom Rix <Tom.Rix@amd.com>
---
diff --git a/miopen.spec b/miopen.spec
index a163352..9dbbe4b 100644
--- a/miopen.spec
+++ b/miopen.spec
@@ -115,7 +115,7 @@ Version: git%{date0}.%{shortcommit0}
Release: 1%{?dist}
%else
Version: %{rocm_version}
-Release: 5%{?dist}
+Release: 6%{?dist}
%endif
Summary: AMD's Machine Intelligence Library
License: MIT AND BSD-2-Clause AND Apache-2.0 AND %{?fedora:LicenseRef-Fedora-Public-Domain}%{?suse_version:SUSE-Public-Domain}
@@ -204,6 +204,17 @@ Provides: miopen%{pkg_suffix} = %{version}-%{release}
# Use ROCm devel at runtime
Requires: rocm-hip%{pkg_suffix}-devel
Requires: rocrand%{pkg_suffix}-devel
+# Also needs c++ to work
+# From pytorch-examples/word_language_model
+# MIOpen(HIP): Error [BuildHip] HIPRTC status = HIPRTC_ERROR_COMPILATION (6), source file: MIOpenDropoutHIP.cpp
+# MIOpen(HIP): Warning [BuildHip] In file included from /tmp/comgr-78a343/input/MIOpenDropoutHIP.cpp:32:
+# In file included from /tmp/comgr-78a343/include/miopen_rocrand.hpp:45:
+# In file included from /usr/include/rocrand/rocrand_xorwow.h:24:
+# /usr/include/rocrand/rocrand_common.h:39:10: fatal error: 'utility' file not found
+# 39 | #include <utility>
+# | ^~~~~~~~~
+Requires: gcc-c++
+
# Only x86_64 works right now:
ExclusiveArch: x86_64
@@ -395,6 +406,9 @@ rm -f %{buildroot}%{pkg_prefix}/share/doc/miopen-hip/LICENSE.md
%endif
%changelog
+* Fri Jan 30 2026 Tom Rix <Tom.Rix@amd.com> - 7.1.0-6
+- requires gcc-c++
+
* Fri Jan 16 2026 Tom Rix <Tom.Rix@amd.com> - 7.1.0-5
- Rebuild for boost 1.90
reply other threads:[~2026-06-14 13:44 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=178144464650.1.12300548749244194561.rpms-miopen-0c1eed11fd36@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