Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | vectorise: Put it out of its misery | Ben Gamari | 2018-06-02 | 6 | -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 all | Ben Lippmeier | 2013-10-23 | 1 | -9/+0 |
| | |||||
* | Dial back -O level on DPH tests to speed them up | Ben Lippmeier | 2013-10-23 | 1 | -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 conversions | Ian Lynagh | 2013-02-11 | 1 | -1/+1 |
| | |||||
* | Let the dph tests run in parallel | Ian Lynagh | 2012-10-11 | 1 | -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/diophantine | Ian Lynagh | 2012-10-10 | 2 | -36/+35 |
| | |||||
* | dph-diophantine is fixed | Ben Lippmeier | 2012-02-02 | 1 | -1/+0 |
| | |||||
* | Mark dph-diophantine-copy-opt as broken (#5817) | Ian Lynagh | 2012-01-25 | 1 | -0/+1 |
| | |||||
* | Adapt DPH tests to classes in the DPH library | Manuel M T Chakravarty | 2012-01-16 | 1 | -5/+5 |
| | |||||
* | dph: add alone flags to fix build race | Ben Lippmeier | 2011-12-16 | 1 | -1/+2 |
| | |||||
* | Mark dph-diophantine (#5613) as fixed | Manuel M T Chakravarty | 2011-12-13 | 1 | -2/+0 |
| | |||||
* | dph: duplicate copy tests as vseg tests | Ben Lippmeier | 2011-12-12 | 3 | -2/+2 |
| | |||||
* | Follow dph package name changes | Ben Lippmeier | 2011-11-12 | 1 | -4/+4 |
| | | | | dph-par is now dph-lifted-copy | ||||
* | For DPH tests, -fdph-* -> -package dph-* | Manuel M T Chakravarty | 2011-11-10 | 1 | -2/+2 |
| | |||||
* | dph-diophantine-fast(normal) fails (#5613) | Ian Lynagh | 2011-11-08 | 1 | -0/+1 |
| | |||||
* | Fix some more written-but-not-cleaned files | Ian Lynagh | 2011-09-06 | 1 | -0/+2 |
| | |||||
* | Merge /Users/benl/devel/testsuite/roldugin/testsuite | Ben Lippmeier | 2011-08-25 | 5 | -11/+11 |
|\ | |||||
| * | Fix dph-diophantine (#5065) | George Roldugin | 2011-07-22 | 5 | -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 Lynagh | 2011-07-23 | 1 | -0/+1 |
|/ | |||||
* | Move tests from tests/ghc-regress/* to just tests/* | David Terei | 2011-07-20 | 6 | -0/+110 |