diff options
author | Manuel M T Chakravarty <chak@cse.unsw.edu.au> | 2013-02-05 17:55:47 +1100 |
---|---|---|
committer | Manuel M T Chakravarty <chak@cse.unsw.edu.au> | 2013-02-06 13:06:09 +1100 |
commit | a69204bab6c0269c6e2aa348625cf10e07460496 (patch) | |
tree | 6b15bab1af971c9515c67e60f025ad063f27d8e6 /testsuite/tests/dph/quickhull | |
parent | a9387d924ca34aec6a4802b08e283c44715769eb (diff) | |
download | haskell-a69204bab6c0269c6e2aa348625cf10e07460496.tar.gz |
dph: tests with dph-lifted-copy need to use '-fno-vectorisation-avoidance if scalar closures get too big
Diffstat (limited to 'testsuite/tests/dph/quickhull')
-rw-r--r-- | testsuite/tests/dph/quickhull/dph-quickhull.T | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/dph/quickhull/dph-quickhull.T b/testsuite/tests/dph/quickhull/dph-quickhull.T index bd10565350..14922821f5 100644 --- a/testsuite/tests/dph/quickhull/dph-quickhull.T +++ b/testsuite/tests/dph/quickhull/dph-quickhull.T @@ -8,7 +8,7 @@ test ('dph-quickhull-copy-opt' , only_ways(['normal', 'threaded1', 'threaded2']) ] , multimod_compile_and_run , [ 'Main' - , '-Odph -funfolding-use-threshold30 -package dph-lifted-copy -package dph-prim-par']) + , '-Odph -fno-vectorisation-avoidance -funfolding-use-threshold30 -package dph-lifted-copy -package dph-prim-par']) test ('dph-quickhull-vseg-opt' @@ -30,7 +30,7 @@ test ('dph-quickhull-copy-fast' , only_ways(['normal', 'threaded1', 'threaded2']) ] , multimod_compile_and_run , [ 'Main' - , '-O0 -package dph-lifted-copy -package dph-prim-par']) + , '-O0 -fno-vectorisation-avoidance -package dph-lifted-copy -package dph-prim-par']) test ('dph-quickhull-vseg-fast' |