[commit: packages/dph] wip/dph-fix: Adapt to new version of the vector library. (e92f421)
git at git.haskell.org
git at git.haskell.org
Thu Oct 2 21:45:07 UTC 2014
Repository : ssh://git@git.haskell.org/dph
On branch : wip/dph-fix
Link : http://git.haskell.org/packages/dph.git/commitdiff/e92f421955e6801f8e4a9d4db74cf07bf15e64eb
>---------------------------------------------------------------
commit e92f421955e6801f8e4a9d4db74cf07bf15e64eb
Author: Geoffrey Mainland <mainland at apeiron.net>
Date: Sun Oct 28 18:06:16 2012 +0000
Adapt to new version of the vector library.
>---------------------------------------------------------------
e92f421955e6801f8e4a9d4db74cf07bf15e64eb
dph-base/dph-base.cabal | 2 +-
dph-examples/dph-examples.cabal | 40 ++---
dph-lifted-base/dph-lifted-base.cabal | 2 +-
dph-lifted-boxed/dph-lifted-boxed.cabal | 2 +-
dph-lifted-copy/dph-lifted-copy.cabal | 2 +-
.../Data/Array/Parallel/PArray/PData/Tuple7.hs | 25 +--
dph-lifted-vseg/dph-lifted-vseg.cabal | 3 +-
dph-prim-interface/dph-prim-interface.cabal | 2 +-
.../Array/Parallel/Unlifted/Parallel/Segmented.hs | 17 +-
dph-prim-par/dph-prim-par.cabal | 3 +-
.../Array/Parallel/Unlifted/Sequential/Basics.hs | 2 +-
.../Array/Parallel/Unlifted/Sequential/USel.hs | 10 +-
.../Array/Parallel/Unlifted/Sequential/Vector.hs | 43 ++---
.../Data/Array/Parallel/Unlifted/Stream/Elems.hs | 17 +-
.../Data/Array/Parallel/Unlifted/Stream/Ixs.hs | 15 +-
.../Data/Array/Parallel/Unlifted/Stream/Locked.hs | 195 +++++++++++----------
.../Array/Parallel/Unlifted/Stream/Segmented.hs | 126 ++++++-------
.../Array/Parallel/Unlifted/Stream/Segments.hs | 23 +--
.../Data/Array/Parallel/Unlifted/Stream/Swallow.hs | 43 ++---
dph-prim-seq/dph-prim-seq.cabal | 2 +-
20 files changed, 296 insertions(+), 278 deletions(-)
Diff suppressed because of size. To see it, use:
git diff-tree --root --patch-with-stat --no-color --find-copies-harder --ignore-space-at-eol --cc e92f421955e6801f8e4a9d4db74cf07bf15e64eb
More information about the ghc-commits
mailing list