[commit: testsuite] master: dph-classes wibble (56df55e)
Manuel Chakravarty
chak at cse.unsw.edu.au
Sat Nov 26 15:21:10 CET 2011
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/56df55eb6111f375dc7ac6c7eab4feb9dac355c2
>---------------------------------------------------------------
commit 56df55eb6111f375dc7ac6c7eab4feb9dac355c2
Author: Manuel M T Chakravarty <chak at cse.unsw.edu.au>
Date: Sun Nov 27 00:18:30 2011 +1100
dph-classes wibble
>---------------------------------------------------------------
.gitignore | 4 +++-
tests/dph/classes/DefsVect.hs | 1 -
tests/dph/words/Main.hs | 2 +-
3 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/.gitignore b/.gitignore
index efc09c6..5e94046 100644
--- a/.gitignore
+++ b/.gitignore
@@ -126,4 +126,6 @@ timeout/dist/
/tests/safeHaskell/check/pkg01/local.db/
/tests/safeHaskell/check/pkg01/setup
tests/dph/classes/dph-classes-fast
-tests/dph/dotp/dph-dotp-opt
\ No newline at end of file
+tests/dph/dotp/dph-dotp-opt
+tests/dph/primespj/dph-primespj-opt
+tests/dph/words/dph-words-opt
\ No newline at end of file
diff --git a/tests/dph/classes/DefsVect.hs b/tests/dph/classes/DefsVect.hs
index e384908..883ad7b 100644
--- a/tests/dph/classes/DefsVect.hs
+++ b/tests/dph/classes/DefsVect.hs
@@ -14,7 +14,6 @@ import Data.Array.Parallel.Prelude.Int (Int)
-- {-# VECTORISE class Ord #-}
-- {-# VECTORISE SCALAR instance Ord Int #-}
--- {-# VECTORISE type Bool = Bool #-}
-- {-# VECTORISE type Ordering #-}
data MyBool = MyTrue | MyFalse
diff --git a/tests/dph/words/Main.hs b/tests/dph/words/Main.hs
index 50804a6..094a2ce 100644
--- a/tests/dph/words/Main.hs
+++ b/tests/dph/words/Main.hs
@@ -1,6 +1,6 @@
import WordsVect
-import Data.Array.Parallel.Prelude
+import Data.Array.Parallel
import qualified Data.Array.Parallel.Prelude.Word8 as W
import qualified Data.Array.Parallel.PArray as P
import qualified Data.Array.Parallel.Unlifted as U
More information about the Cvs-ghc
mailing list