CUB_NS_QUALIFIER

Defined in cub/util_namespace.cuh

CUB_NS_QUALIFIER

This macro is used to qualify members of cub:: when accessing them from outside of their namespace. By default, this is just cub, and will be set appropriately when CUB_WRAPPED_NAMESPACE is defined. This macro may be defined by users, in which case CUB_NS_PREFIX, CUB_NS_POSTFIX, and CUB_NS_QUALIFIER must all be set consistently.