CUB is a flexible library of cooperative threadblock primitives and other utilities for CUDA kernel programming
Run the following Vcpkg command to install the port.
vcpkg install cub
The package cub is header only and can be used from CMake via:
find_package(cub CONFIG REQUIRED) target_include_directories(main PRIVATE CUB::CUB)
v2.1.0#0
Oct 4, 2023
All
NVlabs/cub83
github.com/NVIDIA/cub
ac997f8f0d
BSD-3-Clause
Manifest