VisionCpp  0.0.1
Typedefs | Variables
visioncpp::scope Namespace Reference

Scope is used to define the scope of the memory on the device. More...

Typedefs

using ScopeType = size_t
 

Variables

static constexpr ScopeType Global = 0
 
static constexpr ScopeType Local = 1
 
static constexpr ScopeType Constant = 2
 
static constexpr ScopeType Host_Buffer = 3
 

Detailed Description

Scope is used to define the scope of the memory on the device.

Typedef Documentation

◆ ScopeType

using visioncpp::scope::ScopeType = typedef size_t

Definition at line 30 of file forward_declarations.hpp.

Variable Documentation

◆ Constant

constexpr ScopeType visioncpp::scope::Constant = 2
staticconstexpr

Definition at line 33 of file forward_declarations.hpp.

◆ Global

constexpr ScopeType visioncpp::scope::Global = 0
staticconstexpr

Definition at line 31 of file forward_declarations.hpp.

Referenced by visioncpp::broadcast_value(), and visioncpp::terminal().

◆ Host_Buffer

constexpr ScopeType visioncpp::scope::Host_Buffer = 3
staticconstexpr

Definition at line 34 of file forward_declarations.hpp.

◆ Local

constexpr ScopeType visioncpp::scope::Local = 1
staticconstexpr