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
- arrayfire (feature
cuda
) - flashlight-cuda (feature
lib
)
# Host Dependents
No dependents.
# Contributors
- Mark Ian Holland
- Phoebe
- Billy O'Neal
- JonLiu1993
- Jack·Boos·Yu
- Jia Yue Hua
# Changelog
caa3f2c
[cub] Initial port