Tags: ROCm/rocThrust
Tags
Install section + 6.4 update (#531) * Update install and howto section (#504) * updated the installation instructions, pulling from readme and refining with testing * my files weren't pushed; trying again * added an explanation around make * missing a word * changed a word for smoother reading * Update rocThrust-install-overview.rst * fixed typo * an initial commit of some readme topics being pulled into the doc * updated the toc/index and modified the datatype support page a bit * changed some titles (cherry picked from commit a621f6d) * updated how to use the test options in cmake (#525) (cherry picked from commit ac7bb8f)
Extend fallback coverage for copy_if (#512) We recently added a "fallback" implementation for thrust::copy_if that is invoked when copying a custom type that's too large to fit in shared memory. This change extends the fallback slightly so that it can be used with an overload of copy_if that accepts a stencil buffer (to copy by key). It also adds a unit test to cover this case. It also fixes a small bug in the fallback implementation that could cause the scan accumulator type to overflow when the results are compacted.
PreviousNext