1. Home
  2. Browse
  3. cub

cub

v2.1.0#0Latest

CUB is a flexible library of cooperative threadblock primitives and other utilities for CUDA kernel programming

Install

Run the following Vcpkg command to install the port.

vcpkg install cub

Usage

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)

Dependencies

See source

Version

v2.1.0#0

Publication

Supports

All

GitHub

NVlabs/cub

Homepage

github.com/NVIDIA/cub

Subtree

ac997f8f0d

License

BSD-3-Clause

Definition

Manifest