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
CUB and Thrust both allow for custom namespaces via e.g. CUB_NS_PREFIX and CUB_NS_POSTFIX, such that multiple shared libraries can each utilize their own copy of it (and thus different versions can safely coexist). (see NVIDIA/thrust#1401 )
cuco should also implement this feature.
The text was updated successfully, but these errors were encountered:
CUB and Thrust both allow for custom namespaces via e.g.
CUB_NS_PREFIX
andCUB_NS_POSTFIX
, such that multiple shared libraries can each utilize their own copy of it (and thus different versions can safely coexist). (see NVIDIA/thrust#1401 )cuco should also implement this feature.
The text was updated successfully, but these errors were encountered: