Speclib  0.1.2
The library for writing better CUDA libraries
sp::LaunchBounds< MB, MBPM > Struct Template Reference

Struct to represent CUDA launch bounds. More...

#include <LaunchBounds.hpp>

Static Public Attributes

constexpr static int MaxThreadsPerBlock = MB
 
constexpr static int MinBlocksPerMultiprocessor = MBPM
 

Detailed Description

template<int MB, int MBPM>
struct sp::LaunchBounds< MB, MBPM >

Struct to represent CUDA launch bounds.