NVIDIA / cub

[ARCHIVED] Cooperative primitives for CUDA C++. See https://github.com/NVIDIA/cccl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Write example for decoupled look-back API

gevtushenko opened this issue · comments

We currently expose decoupled look-back as an independent API. Still, it's not discoverable, leading to people writing their implementations, which are hard to implement in a safe and efficient way at the same time. We should provide an example for decoupled look-back API.