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 preview to 7.14
Date: Thu, 06 Aug 2026 23:36:40 GMT	[thread overview]
Message-ID: <178605940068.1.17874076185014177428.rpms-miopen-a1cab4c34733@fedoraproject.org> (raw)

            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

                 reply	other threads:[~2026-08-06 23:36 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=178605940068.1.17874076185014177428.rpms-miopen-a1cab4c34733@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