delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2019/08/17/05:49:12

X-Recipient: archive-cygwin AT delorie DOT com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
:list-unsubscribe:list-subscribe:list-archive:list-post
:list-help:sender:reply-to:to:from:subject:message-id:date
:mime-version:content-type:content-transfer-encoding; q=dns; s=
default; b=Hxmv7EXRbu8i2G5Pctj+nQJ2ByXF5gUk3CRLvTZYJz7hcyQeWFmcD
OWJ+XNcNcn+tKSnpZppkEolRQJ3dstpnuC4D3ZQMt7TEPG3ZgmIjh1p5B1z7S+hE
xDzUCe3x0iEA3lT/hMP+OBQ4PwzSQe3DFSrO0OLxMaK2Gv/iZDst4U=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
:list-unsubscribe:list-subscribe:list-archive:list-post
:list-help:sender:reply-to:to:from:subject:message-id:date
:mime-version:content-type:content-transfer-encoding; s=default;
bh=AT1e2whK+zGGzembORXZ2qO6wnI=; b=AVkCBmsyX9ldsnnXa0Gu9c0fO6Ar
Yyn0kvg8eEzgOOB9K+FoCKHbQmXHTybyHv9kMwHBzI3RYtJ3QT4bTAq3AG1NqjxI
KWHGmRvsGMeDLzqpNB6E0Fxd9WyE7eMMKHpM44AIBqoutqvJMEY2/GrOyGb/MYq+
5BJU26ptLHAF24A=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com
Authentication-Results: sourceware.org; auth=none
X-Spam-SWARE-Status: No, score=-0.1 required=5.0 tests=ALL_TRUSTED,BAYES_00,FORGED_MUA_MOZILLA,FREEMAIL_FROM,KAM_NUMSUBJECT autolearn=no version=3.3.1 spammy=lapack, licensed, HX-HELO:sk:localho
X-HELO: localhost.localdomain
Reply-To: cygwin AT cygwin DOT com
Authentication-Results: sourceware.org; auth=none
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=to:from:subject:message-id:date:user-agent:mime-version :content-transfer-encoding; bh=lXzZGkFW1QEDLwm7IohvJHYenAWRjVoHB5q9qfXa92E=; b=ZUqfAiPcP3VTd4T3wxaV8jWMqw8EoCbBQd2VLHB0fXnUp5+233+A39klCPOL1FufSL ILeKQc0+9QzfLU2CfSjnUZt6dF/032o+KxyZfuIbQCPmLAukeHqTfm59UuShXrSpk18i lljqZ/RIx7nf0WwXwbjiOOKRiiOk8zacxIdDefnO73I8N9VTbBPIvq94e4YMF2vHYMAN ovRYOyw4B6F7s2/GRUBKBLb6e/t6tCkAzqDcoFm2DBvGbpYmUYbFpxJuYeyerDRZz64/ on3uaVHHiRsMprb+TkVTN9s/lZDSpternxdtgcy5vEuhcjtHnm5ueV/8qylBdPpdTLO6 yY4w==
To: cygwin AT cygwin DOT com
From: Marco Atzeri <marco DOT atzeri AT gmail DOT com>
Subject: [ANNOUNCEMENT] Updated: openblas-0.3.7-1
Message-Id: <announce.72030bb9-11e8-6777-b7d9-5fcb87c089e2@gmail.com>
Date: Sat, 17 Aug 2019 11:25:25 +0200
User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0
MIME-Version: 1.0
X-IsSubscribed: yes

New releases 0.3.7-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:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

- Raw text -


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