public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/miopen] rawhide: Update to 7.14
@ 2026-08-14 10:18 Tom Rix
0 siblings, 0 replies; 2+ messages in thread
From: Tom Rix @ 2026-08-14 10:18 UTC (permalink / raw)
To: git-commits
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [rpms/miopen] rawhide: Update to 7.14
@ 2026-08-14 10:18 Tom Rix
0 siblings, 0 replies; 2+ messages in thread
From: Tom Rix @ 2026-08-14 10:18 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/miopen
Branch : rawhide
Commit : fbacc76f41117449166c87aa2faf5111f3fcfde9
Author : Tom Rix <Tom.Rix@amd.com>
Date : 2026-08-14T03:17:58-07:00
Stats : +4/-1 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/miopen/c/fbacc76f41117449166c87aa2faf5111f3fcfde9?branch=rawhide
Log:
Update to 7.14
Signed-off-by: Tom Rix <Tom.Rix@amd.com>
---
diff --git a/.gitignore b/.gitignore
index 26821e0..b667d3e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,5 @@
/MIOpen-7.1.0.tar.gz
/miopen-7.2.0.tar.gz
/miopen-7.2.1.tar.gz
+/miopen-7.14.0.tar.gz
+/ctest-7.14.0.tar.gz
diff --git a/sources b/sources
index b7ddbe7..ceb7c48 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
-SHA512 (miopen-7.2.1.tar.gz) = 4f33524f887c1bffb3199732355f6f560aa7d624921a12aa9aae74db24da322b11edcc3266788528694c8f23c8cf644504ca79951b1aa5ee275859722f05cd61
+SHA512 (miopen-7.14.0.tar.gz) = 63bd2d24ef4423ed9dcf36fdddb7dfbf83ef4d0a4d39a87a1dc0802b5e9eeee9f4bee447a116fc74027772899a0602e7c85cdb42e71fe0bdae4cbb3403bc81c9
+SHA512 (ctest-7.14.0.tar.gz) = ce8ac03c36146634883f15cd698c0ee590a39ad4b6e9c1313e652cbc2039c57d53154d996c2c0cca86a47560f5f982a17cf34d49f8d735e3a364c6ef72ffd662
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-08-14 10:18 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-14 10:18 [rpms/miopen] rawhide: Update to 7.14 Tom Rix
2026-08-14 10:18 Tom Rix
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox