Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Fix to support wrapping CUB in a custom outer namespace with macros #225

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions cub/util_namespace.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
#endif

// Declare these namespaces here for the purpose of Doxygenating them
CUB_NS_PREFIX

/*! \namespace cub
* \brief \p cub is the top-level namespace which contains all CUB
Expand All @@ -57,3 +58,5 @@ namespace cub
{

}

CUB_NS_POSTFIX