Skip to Content

cub v2.1.0

Created
Updated

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

# 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) 

# License

# Supported Platforms

All platforms are supported

# Features

No features defined.

# Dependencies

No transitive dependencies.

# Host Dependencies

No transitive dependencies.

# Dependents

# Host Dependents

No dependents.

# Contributors

  • Mark Ian Holland's avatar Mark Ian Holland
  • Phoebe's avatar Phoebe
  • Billy O'Neal's avatar Billy O'Neal
  • JonLiu1993's avatar JonLiu1993
  • Jack·Boos·Yu's avatar Jack·Boos·Yu
  • Jia Yue Hua's avatar Jia Yue Hua

# Changelog

  • ac997f8 [cub] update to 2.1.0 (#34111)
  • e025a09 [cub] Update to 1.16.0 (#24000)
  • bb0b48e [cub] update to 1.12.0 (#17355)
  • 09a647a Delete use of vcpkg_test_cmake and vcpkg_common_functions. (#13065)
  • 8782b0b [vcpkg] Fix spec instance name (#10660)
  • caa3f2c [cub] Initial port

# Source