byzhang / cudpp

Automatically exported from code.google.com/p/cudpp
Other
0 stars 0 forks source link

cudpp_testrig: cmd-line options don't exercise same functionality as --all #56

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
--all and --reduce don't run the same set of regression tests. Similar for 
other modules in the system. They should. --all should mean --scan + --reduce + 
--random + ...

Original issue reported on code.google.com by jow...@gmail.com on 15 Jun 2010 at 11:31

GoogleCodeExporter commented 9 years ago
Modifying summary so it's clear this is an app issue, not a library issue, and 
a test enhancement request.

I think this is more complicated than you think.  Really we want command line 
capability to both expand and limit the tests that are run.  I think we may 
want to switch to separate test apps per module, controlled through scripting.

Original comment by harr...@gmail.com on 15 Jun 2010 at 11:42

GoogleCodeExporter commented 9 years ago

Original comment by harr...@gmail.com on 6 Jul 2011 at 2:28

GoogleCodeExporter commented 9 years ago
This is now fixed for all but spmvmult (which I don't know much about), rand 
(same), and sort (planning to replace with thrust::sort, after which I will 
improve test coverage in testrig).  Closing.

Original comment by harr...@gmail.com on 7 Jul 2011 at 3:42