# cub **Repository Path**: heyuanquan/cub ## Basic Information - **Project Name**: cub - **Description**: CUB(C++ Unified Base) is an open-source collection of modern C++ library. - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-08 - **Last Updated**: 2021-11-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # CUB(C++ Unified Base) CUB(C++ Unified Base) is an open-source collection of modern c++ library. ## Test ```bash $ bazel test //cub/... ``` ## Format ```bash $ tools/clang-format.sh ``` ## TODO - support cmake build. - doc.