public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/miopen] rawhide: Update preview to 7.14
@ 2026-08-06 23:36 Tom Rix
  0 siblings, 0 replies; only message in thread
From: Tom Rix @ 2026-08-06 23:36 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/miopen
            Branch : rawhide
            Commit : a1cab4c34733571eae837310fe0b3aecf2499378
            Author : Tom Rix <Tom.Rix@amd.com>
            Date   : 2026-08-06T16:36:12-07:00
            Stats  : +10/-4 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/miopen/c/a1cab4c34733571eae837310fe0b3aecf2499378?branch=rawhide

            Log:
            Update preview to 7.14

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

---
diff --git a/miopen.spec b/miopen.spec
index 7cc45ed..05105d4 100644
--- a/miopen.spec
+++ b/miopen.spec
@@ -23,7 +23,7 @@
 
 %bcond_with preview
 %if %{with preview}
-%global rocm_release 7.12
+%global rocm_release 7.14
 %global rocm_patch 0
 %global pkg_src therock-%{rocm_release}
 %else
@@ -115,7 +115,7 @@
 Name:           %{miopen_name}
 Version:        %{rocm_version}
 %if %{with preview}
-Release:        1%{?dist}
+Release:        0%{?dist}
 %else
 Release:        3%{?dist}
 %endif
@@ -200,6 +200,11 @@ BuildRequires:  ninja
 %endif
 %endif
 
+%if %{with preview}
+BuildRequires:  gmock-devel
+BuildRequires:  gtest-devel
+%endif
+
 Provides:       miopen%{pkg_suffix} = %{version}-%{release}
 
 # MIOpen compiles on the fly, so it needs ROCm devel at runtime
@@ -251,9 +256,10 @@ sed -i -e 's@include(${ROCM_LIBRARIES_ROOT}/shared/ctest/TestCategories.cmake)@i
 
 # problem with trying to use ck for tests even when disabled
 # https://github.com/ROCm/rocm-libraries/issues/6518
-sed -i -e '/implicitgemm_ck_util/d' src/include/miopen/conv/heuristics/ai_conv_3d_kernel_tuning_utils.hpp
-sed -i -e '/implicitgemm_ck_util/d' test/gtest/conv_ai_3d_kernel_tuning_utils.cpp
+sed -i -e '/implicitgemm_ck_util/d' src/include/miopen/conv/heuristics/ai_conv_nd_kernel_tuning_utils.hpp
 
+# No Werror, that is too strict
+sed -i '/Werror/d' cmake/EnableCompilerWarnings.cmake
 %endif
 
 # Readme has executable bit

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

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

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-06 23:36 [rpms/miopen] rawhide: Update preview to 7.14 Tom Rix

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox