cuda-kat
CUDA kernel author's tools
Classes | Macros | Enumerations
common.cuh File Reference

Some common definitions for all on-device collaborative sequence operations. More...

#include <kat/on_device/common.cuh>
#include <kat/on_device/math.cuh>

Classes

struct  kat::collaborative::detail::elements_per_lane_in_full_warp_write< T >
 In a "full warp write", we want [1] each lane to write an integral number native words (at the moment and for the foreseeable future, 4-byte integers). More...
 

Enumerations

enum  inclusivity_t : bool {
  Exclusive = false,
  Inclusive = true
}
 

Detailed Description

Some common definitions for all on-device collaborative sequence operations.