You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There're actually two questions, but I believe they are related.
How to block-sort only first N elements? This problem usually occur when processing last block. Currently I'm using dummy value to indicate elements that are supposed to be ignored.
How can I run block-wide algo on a segmented problem? Let's say I've executed cub::BlockDiscontinuity first and then want to reduce every segment?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
There're actually two questions, but I believe they are related.
cub::BlockDiscontinuity
first and then want to reduce every segment?Beta Was this translation helpful? Give feedback.
All reactions