lion03 / thrust

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

Document more subtleties #459

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Here's a non-exhaustive list:

zip_iterator equality
could also mention that the *current* implementations of some algos requires 
data types to have default constructors and trivial copy constructors
host/cpp algorithms have parallel semantics, but *current* implementation is 
serial
presence of thrust::minimum and thrust::maximum
generalization of some algorithms to accept stencil sequences
presence of stable_partition_copy
interpretation of get_temporary_buffer's result
what thrust::detail means
what an experimental namespace implies

Original issue reported on code.google.com by jaredhoberock on 7 Feb 2012 at 10:56

GoogleCodeExporter commented 8 years ago
Forwarded to https://github.com/thrust/thrust/issues/41

Original comment by jaredhoberock on 7 May 2012 at 8:41