delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2020/02/24/15:32:30

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=lTRoIlyhANkK8a7otOiBxzVYiVWTE4ZZWoq3JtX/uhLs0cUiahekh
5oNXodwYgcm5P3Vci4vO+4jPdnP6wwyRWj5FlWk2q9jiXzmNVuFrqkNZpxC7dq6a
EO+391YlHDHjqUZi7M6YE04vyC4hugOoMt8NVA7U/m3UyOd5I6W130=
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=Oi35QloIAEXEBawechfz1wlH7LM=; b=JVaZVibwbg09O7Y9zT4wVDrnuVOj
WR1ydrxhHPE+Vl7r4m1IpUt0m75Qkh1DyYyp1zoflAM7lFGNXYs6oOtKNO+pKpq0
ccQXQKjUBRFSALJRyEKK2u54Jj5ssCrZoygjlDgeJGpbvfUH4IDWmxXLModTAEKz
RFrlFqoyrBfD/Po=
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=zen, HOMEPAGE, barcelona, BARCELONA
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=9pmgtKp24wAUn8GJ9RHH6b6X9WLQV3fLz2MJNMLZahE=; b=H3fDxhm2w6Ez6jFQVZLA+0FrFTF8H0l+EQ1tag11nXk0TMdAodiJ8T2mKkC8V7OjBf MlIcWJB/MydlB6XudakdKh8wNEUkuO3ncxM25YLzTwYOa3GQTitKky+P7FHZXAY7MNA8 ab9yiiWjtOcLPN6txjBz7bDZm9VSUHMX9isE+6UFbThBoLRYnlMHM1G87cJ0MLqffHpj CnA9dg26JmPjWWrL9+yj/r9eTmw9xgxOtPlqgWH69LIHeDRpWmQbJ8G1DkUKzy7A13Cx kDh6hNxZThq/fJOqd/jNjEmKWmn0tUrDYgKEdy/hFxID3wYt1tRQjfo8IG24461XrpTT PHIw==
To: cygwin AT cygwin DOT com
From: Marco Atzeri <marco DOT atzeri AT gmail DOT com>
Subject: [ANNOUNCEMENT] Updated: openblas-0.3.8-1
Message-Id: <announce.1f2d52db-e791-1925-393d-f486117e0d89@gmail.com>
Date: Mon, 24 Feb 2020 21:03:37 +0100
User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.5.0
MIME-Version: 1.0
X-IsSubscribed: yes

New releases 0.3.8-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

--
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