X-Recipient: archive-cygwin@delorie.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:to:from:subject:date:message-id:references
	:mime-version:content-type:content-transfer-encoding; q=dns; s=
	default; b=Bs5wYOUkO2wx5WJFy/2trugJoADjGTFDiQkmq3J68uLxRE9nycG/7
	YSUjLfFjwWAvTxL7BK9A+rOPHrtlI62KVopyMrgLlIyZySkg3RIBV7jT3qq35RrK
	J27SiP2zGPCfAZbveDs/9S0rbQ60fzqAxpnjuGuzQKl60ampvZLls4=
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:to:from:subject:date:message-id:references
	:mime-version:content-type:content-transfer-encoding; s=default;
	 bh=xZA5c3xFAnkGUFffDyS6h5q+4fE=; b=cBqm4+1XjIN/jsv8PqjflIaBcWlM
	qZGZB5TChFYjFyE0bHWKIhvUy38uNR4KQQosyuvq0R46L27hcqLrb3rd5wwkPZad
	wgaO5867YHgVcdn0bqgk+QbHCugy2HxXqdgevvd26GvOJMz+r/GMSulmjGfjrQB1
	weN3mh99WQumLJU=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-1.2 required=5.0 tests=BAYES_50,RCVD_IN_DNSWL_LOW,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 spammy=tony, Tony, Parallelization, parallelized
X-HELO: plane.gmane.org
To: cygwin@cygwin.com
From: Tony Kelman <tony@kelman.net>
Subject: Re: Parallelization
Date: Mon, 18 Jul 2016 05:38:36 +0000 (UTC)
Lines: 19
Message-ID: <loom.20160718T073628-733@post.gmane.org>
References: <db3a62ee-a3d2-82df-0eb1-140f442d9f79@netcologne.de> <loom.20160717T135427-906@post.gmane.org> <b9e23399-e039-2de4-837f-8d46f366c892@cs.umass.edu>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
User-Agent: Loom/3.14 (http://gmane.org/)
X-IsSubscribed: yes

Eliot Moss <moss <at> cs.umass.edu> writes:

> True ... it also made me think of Python, which is designed to use
> parallelized numpy (etc.) libraries, optimized for your platform.
> Can use all the hardware threads on your machine, as well as make
> good use of vector extensions such as AVX.  A 64-bit (x86-64)
> version will give best use of vector processing, in my
> experience.
> 
> Regards -- Eliot Moss

numpy is only as parallel as the underlying BLAS/LAPACK library that
it uses is. So if you're using Cygwin's openblas then you're in
decent shape. But I don't think cv_adams spends much time (if any?)
in BLAS/LAPACK dense linear algebra functions, I think it's mostly
dominated by function evaluation time.

-Tony



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

