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
In an effort to enable larger user-provided types, we plan to introduce a reusable virtual shared memory facility (#553 and the original CUB issue 713).
Once that is ready, we want to introduce the new vshmem facility into DeviceMergeSort and also use DeviceMergeSort as a testing ground to make sure we do not see unexpected performance regressions.
The text was updated successfully, but these errors were encountered:
In an effort to enable larger user-provided types, we plan to introduce a reusable virtual shared memory facility (#553 and the original CUB issue 713).
Once that is ready, we want to introduce the new vshmem facility into
DeviceMergeSort
and also useDeviceMergeSort
as a testing ground to make sure we do not see unexpected performance regressions.The text was updated successfully, but these errors were encountered: