lion03 / thrust

Automatically exported from code.google.com/p/thrust
Apache License 2.0
0 stars 0 forks source link

testing/reduce.cu should use thrust::maximum #234

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
currently uses ad hoc max_functor

Original issue reported on code.google.com by jaredhoberock on 30 Sep 2010 at 10:54

GoogleCodeExporter commented 8 years ago
I switched the functor to plus_mod_10 to avoid this gcc bug:
https://bugs.launchpad.net/ubuntu/+source/gcc-4.3/+bug/403744

Original comment by wnbell on 30 Sep 2010 at 11:15