summaryrefslogtreecommitdiff
path: root/testsuite/tests/dph/diophantine
Commit message (Collapse)AuthorAgeFilesLines
* vectorise: Put it out of its miseryBen Gamari2018-06-026-101/+0
| | | | | | | | | | | | | | | | | | | | | Poor DPH and its vectoriser have long been languishing; sadly it seems there is little chance that the effort will be rekindled. Every few years we discuss what to do with this mass of code and at least once we have agreed that it should be archived on a branch and removed from `master`. Here we do just that, eliminating heaps of dead code in the process. Here we drop the ParallelArrays extension, the vectoriser, and the `vector` and `primitive` submodules. Test Plan: Validate Reviewers: simonpj, simonmar, hvr, goldfire, alanz Reviewed By: simonmar Subscribers: goldfire, rwbarton, thomie, mpickering, carter Differential Revision: https://phabricator.haskell.org/D4761
* Don't run opt versions of DPH tests at allBen Lippmeier2013-10-231-9/+0
|
* Dial back -O level on DPH tests to speed them upBen Lippmeier2013-10-231-1/+1
| | | | The DPH backend library will be replaced, so there is no reason to slow down validate in order to test it.
* More helper conversionsIan Lynagh2013-02-111-1/+1
|
* Let the dph tests run in parallelIan Lynagh2012-10-111-5/+3
| | | | | | | | | | | With the exception of nbody dph-nbody-copy-opt nbody dph-nbody-vseg-opt quickhull dph-quickhull-copy-opt quickhull dph-quickhull-vseg-opt words dph-words-copy-opt words dph-words-vseg-opt which are marked as 'high_memory_usage'
* Whitespace only in dph/diophantineIan Lynagh2012-10-102-36/+35
|
* dph-diophantine is fixedBen Lippmeier2012-02-021-1/+0
|
* Mark dph-diophantine-copy-opt as broken (#5817)Ian Lynagh2012-01-251-0/+1
|
* Adapt DPH tests to classes in the DPH libraryManuel M T Chakravarty2012-01-161-5/+5
|
* dph: add alone flags to fix build raceBen Lippmeier2011-12-161-1/+2
|
* Mark dph-diophantine (#5613) as fixedManuel M T Chakravarty2011-12-131-2/+0
|
* dph: duplicate copy tests as vseg testsBen Lippmeier2011-12-123-2/+2
|
* Follow dph package name changesBen Lippmeier2011-11-121-4/+4
| | | | dph-par is now dph-lifted-copy
* For DPH tests, -fdph-* -> -package dph-*Manuel M T Chakravarty2011-11-101-2/+2
|
* dph-diophantine-fast(normal) fails (#5613)Ian Lynagh2011-11-081-0/+1
|
* Fix some more written-but-not-cleaned filesIan Lynagh2011-09-061-0/+2
|
* Merge /Users/benl/devel/testsuite/roldugin/testsuiteBen Lippmeier2011-08-255-11/+11
|\
| * Fix dph-diophantine (#5065)George Roldugin2011-07-225-11/+11
| | | | | | | | | | 1. Adjust array lengths to be equal when performing parallel array comprehensions 2. Lower input arguments to prevent arithmetic overflow
* | dph-diophantine-opt fails for the same reason as dph-diophantine-fast (#5065)Ian Lynagh2011-07-231-0/+1
|/
* Move tests from tests/ghc-regress/* to just tests/*David Terei2011-07-206-0/+110