* [gentoo-commits] repo/gentoo:master commit in: sci-libs/ideep/files/
@ 2024-11-26 7:09 Alfredo Tupone
0 siblings, 0 replies; only message in thread
From: Alfredo Tupone @ 2024-11-26 7:09 UTC (permalink / raw
To: gentoo-commits
commit: 8504e1e825417735eb37a5f6d2012d21a156d358
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Mon Nov 25 20:01:34 2024 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Tue Nov 26 07:08:28 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8504e1e8
sci-libs/ideep: remove unused patch(es)
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
sci-libs/ideep/files/ideep-3.1.1-20230825.patch | 36 -------------------------
1 file changed, 36 deletions(-)
diff --git a/sci-libs/ideep/files/ideep-3.1.1-20230825.patch b/sci-libs/ideep/files/ideep-3.1.1-20230825.patch
deleted file mode 100644
index a8625e758b00..000000000000
--- a/sci-libs/ideep/files/ideep-3.1.1-20230825.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-From 6f4d653802bd43bc4eda515460df9f90353dbebe Mon Sep 17 00:00:00 2001
-From: leslie-fang-intel <leslie.fang@intel.com>
-Date: Fri, 25 Aug 2023 13:37:20 +0800
-Subject: [PATCH] reland remove conv weight scale reciprocal (#226)
-
----
- include/ideep.hpp | 2 +-
- include/ideep/operators/conv.hpp | 3 ---
- 2 files changed, 1 insertion(+), 4 deletions(-)
-
-diff --git a/include/ideep.hpp b/include/ideep.hpp
-index 7e02c366..a11c3553 100644
---- a/include/ideep.hpp
-+++ b/include/ideep.hpp
-@@ -48,6 +48,6 @@
- #define IDEEP_VERSION_MAJOR DNNL_VERSION_MAJOR
- #define IDEEP_VERSION_MINOR DNNL_VERSION_MINOR
- #define IDEEP_VERSION_PATCH DNNL_VERSION_PATCH
--#define IDEEP_VERSION_REVISION 0
-+#define IDEEP_VERSION_REVISION 1
-
- #endif
-diff --git a/include/ideep/operators/conv.hpp b/include/ideep/operators/conv.hpp
-index 49677ff6..27ee84b6 100644
---- a/include/ideep/operators/conv.hpp
-+++ b/include/ideep/operators/conv.hpp
-@@ -161,9 +161,6 @@ struct conv_deconv_utils {
- weights_scales_in.size(), oc_per_group, groups, is_deconv);
- auto wei_scales = weights_scales_in;
- if (!std::all_of(wei_scales.begin(), wei_scales.end(), [](float i){ return i == 1.0f; })) {
-- for (auto& s : wei_scales) {
-- s = 1.0 / s;
-- }
- op_attr.set_scales(DNNL_ARG_WEIGHTS, wei_scale_mask, wei_scales);
- }
- if (dst_scales_in[0] != 1.0f) {
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2024-11-26 7:09 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-26 7:09 [gentoo-commits] repo/gentoo:master commit in: sci-libs/ideep/files/ Alfredo Tupone
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox