delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2021/05/19/15:27:53

X-Recipient: archive-cygwin AT delorie DOT com
DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6B0B83947C04
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com;
s=default; t=1621452448;
bh=zJ8kX/naitaXDJS3YL1rNl9mk/BqDwiCaeSsDvcaMYQ=;
h=To:Subject:Date:List-Id:List-Unsubscribe:List-Archive:List-Post:
List-Help:List-Subscribe:From:Reply-To:Cc:From;
b=ODPRM/Mdcf+SAXpsv8L8SkdemP+OVWNqGkrdXqMf/V2p/QcmMvkcU4aWhXDdgtJks
89Aa+5YjUj+TR39YV/A8ob0r39HjI3Y7vlSjHG3rWMhkVsRR8a7xFqshL285HcmRDA
I6C3vEO84YmUh1e+LsjyVA3FIlxkQzCVETXjFmxw=
X-Original-To: cygwin AT cygwin DOT com
Delivered-To: cygwin AT cygwin DOT com
DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B2840393C87C
DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 65D2A3943408
DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 80005393C87C
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=1e100.net; s=20161025;
h=x-gm-message-state:to:from:subject:message-id:date:user-agent
:mime-version:content-language:content-transfer-encoding;
bh=p9RTj9xr9xo0xPylTH71/cv/kueWt8gLT5dBo33904o=;
b=XME2D9FBMZGdEaNEAHCl20QMonTRMnJUXNuuuugQH4pNmkIq0y63Tb2BdHct97sexW
EyBCRh7RbxJZ41enN++9ke08chXbioDI9gco0XKPsTwzubL6tmL7OWSaAFVM5MTiJYMV
7V7rJOdLy3CUM2fYmB5DAbUMhubjM3xU4R1Q4lYqWLqxJil3QB/xAqMN79wBppL71BHC
ZzW4DcmfyQFBGYkHB5dopIwaFcCvrrR0+OLU453StTT2LN5DAb556NfNv3srZcpj7rYB
42UAghp500TPmJQj8uZzGLyGCIt/CyraS0HpwDzn1rCgvy56FGJcVFooaL2vl/dtpvIs
S32w==
X-Gm-Message-State: AOAM532fw57l8MwO7RtVuQHOeo77/QsQ1ITVf0XuKIvPmBACSLhFKAhV
WiBN+fPQVXp376RKQNoXBxEgWl//sjy3uA==
X-Google-Smtp-Source: ABdhPJzgOagp18xqeJgq/kL8Z9b7GxBM6GSx9QoSmfJT3n1M10zJemSmEF6ksHVpo8HoU1kuIxQM7A==
X-Received: by 2002:a1c:6143:: with SMTP id v64mr343659wmb.22.1621452443642;
Wed, 19 May 2021 12:27:23 -0700 (PDT)
To: cygwin AT cygwin DOT com
Subject: [ANNOUNCEMENT] Updated: openblas-0.3.15-1
Message-Id: <announce.2cfade8e-67d0-bb5a-aaf4-e8f07395cd2a@gmail.com>
Date: Wed, 19 May 2021 21:27:22 +0200
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101
Thunderbird/78.10.2
MIME-Version: 1.0
X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00, DKIM_SIGNED,
DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, KAM_NUMSUBJECT,
RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS,
TXREP autolearn=no autolearn_force=no version=3.4.2
X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on
server2.sourceware.org
X-BeenThere: cygwin-announce AT cygwin DOT com
X-Mailman-Version: 2.1.29
X-Mailer: Perl5 Mail::Internet v2.20
X-BeenThere: cygwin AT cygwin DOT com
List-Id: General Cygwin discussions and problem reports <cygwin.cygwin.com>
List-Archive: <https://cygwin.com/pipermail/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-request AT cygwin DOT com?subject=help>
List-Subscribe: <https://cygwin.com/mailman/listinfo/cygwin>,
<mailto:cygwin-request AT cygwin DOT com?subject=subscribe>
From: Marco Atzeri via Cygwin-announce via Cygwin <cygwin AT cygwin DOT com>
Reply-To: cygwin AT cygwin DOT com
Cc: Marco Atzeri via Cygwin-announce <cygwin-announce AT cygwin DOT com>
Sender: "Cygwin" <cygwin-bounces AT cygwin DOT com>

New releases 0.3.15-1 of

openblas	  (source)
libopenblas	  (dinamic library)

are available in the Cygwin distribution :

CHANGES
Last upstream release bugfix and performance improvment
https://github.com/xianyi/OpenBLAS/releases

  OpenBLAS will now provide enough buffer space for at
  least 50 threads by default.

DESCRIPTION
OpenBLAS is an optimized BLAS library based on
GotoBLAS2 1.13 BSD version and further extended.
OpenBLAS is licensed under the 3-clause BSD license.

HOMEPAGE
http://www.openblas.net/

CYGWIN NOTES
1) As BLAS it is around 5-10 times faster than Netlib reference,
    included in the liblapack0 package.

2) No devel package is provided as liblapack-devel already provide
    the needed headers and import.
    Openblas is fully compatible with Netlib BLAS.

3) libopenblas consist of a single file
	 /usr/bin/cygblas-0.dll
    that will precede in PATH the liblapack0
	 /usr/lib/lapack/cygblas-0.dll
    and used instead. Removing libopenblas will restore the
    usage of Netlib BLAS

4) CPU architecture covered up to now

    64 bit
	ATOM BARCELONA BOBCAT BULLDOZER CORE2 DUNNINGTON EXCAVATOR
	HASWELL NANO NEHALEM OPTERON OPTERON_SSE3 PENRYN PILEDRIVER
	PRESCOTT SANDYBRIDGE STEAMROLLER ZEN

    32 bit
	ATHLON ATOM BANIAS BARCELONA BOBCAT COPPERMINE CORE2
	DUNNINGTON KATMAI NANO NEHALEM NORTHWOOD OPTERON
	OPTERON_SSE3 PENRYN PRESCOTT


Regards
Marco Atzeri

If you have questions or comments, please send them to the
cygwin mailing list at: cygwin (at) cygwin (dot) com .

-- 
Problem reports:      https://cygwin.com/problems.html
FAQ:                  https://cygwin.com/faq/
Documentation:        https://cygwin.com/docs.html
Unsubscribe info:     https://cygwin.com/ml/#unsubscribe-simple

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019