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] rawhide: Update to 7.14
Date: Fri, 14 Aug 2026 10:18:29 GMT	[thread overview]
Message-ID: <178670270934.1.14167101557115528785.rpms-miopen-bfd9778ad089@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/miopen
            Branch : rawhide
            Commit : bfd9778ad089534c996880893dc7c3956fb29afe
            Author : Tom Rix <Tom.Rix@amd.com>
            Date   : 2026-08-13T12:19:34-07:00
            Stats  : +9/-17 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/miopen/c/bfd9778ad089534c996880893dc7c3956fb29afe?branch=rawhide

            Log:
            Update to 7.14

Signed-off-by: Tom Rix <Tom.Rix@amd.com>

---
diff --git a/miopen.spec b/miopen.spec
index 05105d4..5b44b02 100644
--- a/miopen.spec
+++ b/miopen.spec
@@ -24,14 +24,12 @@
 %bcond_with preview
 %if %{with preview}
 %global rocm_release 7.14
-%global rocm_patch 0
-%global pkg_src therock-%{rocm_release}
 %else
-%global rocm_release 7.2
-%global rocm_patch 1
-%global pkg_src rocm-%{rocm_release}.%{rocm_patch}
+%global rocm_release 7.14
 %endif
 
+%global rocm_patch 0
+%global pkg_src therock-%{rocm_release}
 %global rocm_version %{rocm_release}.%{rocm_patch}
 
 %bcond_with compat
@@ -117,7 +115,7 @@ Version:        %{rocm_version}
 %if %{with preview}
 Release:        0%{?dist}
 %else
-Release:        3%{?dist}
+Release:        1%{?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}
@@ -132,12 +130,11 @@ License:        MIT AND BSD-2-Clause AND Apache-2.0 AND %{?fedora:LicenseRef-Fed
 #   src/md5.cpp
 URL:            https://github.com/ROCm/rocm-libraries
 Source0:        %{url}/releases/download/%{pkg_src}/%{upstreamname}.tar.gz#/%{upstreamname}-%{version}.tar.gz
-%if %{with preview}
+
 # New source needed for testing
 # Request a real ctest project here
 # https://github.com/ROCm/rocm-libraries/issues/6500
 Source1:        %{url}/releases/download/%{pkg_src}/ctest.tar.gz#/ctest-%{version}.tar.gz
-%endif
 
 # So we do not thrash memory
 Patch1:         0001-miopen-add-link-and-compile-pools.patch
@@ -200,10 +197,8 @@ BuildRequires:  ninja
 %endif
 %endif
 
-%if %{with preview}
 BuildRequires:  gmock-devel
 BuildRequires:  gtest-devel
-%endif
 
 Provides:       miopen%{pkg_suffix} = %{version}-%{release}
 
@@ -250,7 +245,6 @@ Requires:       %{name}%{?_isa} = %{version}-%{release}
 
 %prep
 %autosetup -p1 -n %{upstreamname}
-%if %{with preview}
 tar xf %{SOURCE1}
 sed -i -e 's@include(${ROCM_LIBRARIES_ROOT}/shared/ctest/TestCategories.cmake)@include(${CMAKE_CURRENT_SOURCE_DIR}/../../ctest/TestCategories.cmake)@' test/gtest/CMakeLists.txt
 
@@ -260,7 +254,6 @@ sed -i -e '/implicitgemm_ck_util/d' src/include/miopen/conv/heuristics/ai_conv_n
 
 # No Werror, that is too strict
 sed -i '/Werror/d' cmake/EnableCompilerWarnings.cmake
-%endif
 
 # Readme has executable bit
 chmod 644 README.md
@@ -313,7 +306,7 @@ COMPILE_JOBS=`cat /proc/cpuinfo | grep -m 1 'cpu cores' | awk '{ print $4 }'`
 if [ ${COMPILE_JOBS}x = x ]; then
     COMPILE_JOBS=1
 fi
-# Take into account memmory usage per core, do not thrash real memory
+# Take into account memory usage per core, do not thrash real memory
 BUILD_MEM=4
 MEM_KB=0
 MEM_KB=`cat /proc/meminfo | grep MemTotal | awk '{ print $2 }'`
@@ -404,13 +397,12 @@ rm -f %{buildroot}%{pkg_prefix}/share/doc/miopen-hip/LICENSE.md
 
 %if %{with test}
 %files test
-%if %{without preview}
-# TODO: Something wrong here
-%{pkg_prefix}/bin/test*
-%endif
 %endif
 
 %changelog
+* Sun Aug 9 2026 Tom Rix <Tom.Rix@amd.com> - 7.14.0-1
+- Update to 7.14
+
 * Thu Jul 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 7.2.1-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
 

             reply	other threads:[~2026-08-14 10:18 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-08-14 10:18 Tom Rix [this message]
  -- strict thread matches above, loose matches on Subject: below --
2026-08-14 10:18 [rpms/miopen] rawhide: Update to 7.14 Tom Rix

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=178670270934.1.14167101557115528785.rpms-miopen-bfd9778ad089@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