Compare commits

1 Commits
main ... 1.1

4 changed files with 6 additions and 51 deletions

View File

@@ -1,47 +1,3 @@
-------------------------------------------------------------------
Wed Apr 23 08:54:23 UTC 2025 - Nikolay Gueorguiev <nikolay.gueorguiev@suse.com>
- Upgrade libzdnn to version 1.1.2
* Fixes for branch 1.1 for z17 machine with Telum 2 AI processor
* Features
- Improvement to tensor_dump.c for new data types
- Improvement to software saturation
- Improvements to tests throughout
* Fixes
- Performance fix for stickify/unstickify when using hardware support
* Refer https://github.com/IBM/zDNN/compare/v1.1.1...v1.1.2
-------------------------------------------------------------------
Thu Mar 13 10:37:06 UTC 2025 - Richard Biener <rguenther@suse.com>
- Drop special C++ build requires and setting of CC or CXX, libzdnn
is 99% C and builds fine with most GCC versions.
-------------------------------------------------------------------
Wed Jan 22 08:38:44 UTC 2025 - Nikolay Gueorguiev <nikolay.gueorguiev@suse.com>
- Changed BuildRequires from gcc13-c++ to gcc14-c++ (jsc#PED-10257)
- Exporting CC and CXX to gcc-14 and g++-14
-------------------------------------------------------------------
Mon Nov 25 07:38:55 UTC 2024 - Nikolay Gueorguiev <nikolay.gueorguiev@suse.com>
- Amended the .spec file
-------------------------------------------------------------------
Fri Nov 22 16:59:23 UTC 2024 - Nikolay Gueorguiev <nikolay.gueorguiev@suse.com>
- Upgrade libzdnn to version 1.1.1 (jsc#PED-11113, jsc#PED-10304, jsc#PED-10257)
* Bump in preparation of v1.1.1
* Fix Linux build issues
-------------------------------------------------------------------
Mon Nov 18 07:15:24 UTC 2024 - Nikolay Gueorguiev <nikolay.gueorguiev@suse.com>
- Upgrade libzdnn to version 1.1.0 (jsc#PED-11113, jsc#PED-10304, jsc#PED-10257)
* Bump to v1.1.0
* fix: use system LDFLAGS
-------------------------------------------------------------------
Tue Feb 13 09:00:47 UTC 2024 - Nikolay Gueorguiev <nikolay.gueorguiev@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package libzdnn
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,16 +17,15 @@
Name: libzdnn
Version: 1.1.2
Version: 1.0.1
Release: 0
Summary: IBM Z Deep Learning Library
License: Apache-2.0
Group: Development/Libraries/Other
URL: https://github.com/IBM/zDNN
Source: zDNN-1.1.2.tar.gz
Source: zDNN-1.0.1.tar.gz
BuildRequires: autoconf
BuildRequires: gcc-c++
ExclusiveArch: s390x
%description

BIN
zDNN-1.0.1.tar.gz LFS Normal file

Binary file not shown.

Binary file not shown.