ttg 1.0.0-alpha
Overview
User Guide
Programmer Guides
Source Reference
Modules
Namespace List
Class List
ttg
ttg
devicescope.h
Go to the documentation of this file.
1
#ifndef TTG_DEVICESCOPE_H
2
#define TTG_DEVICESCOPE_H
3
4
namespace
ttg
{
5
enum class
scope
{
6
Allocate
= 0x0,
//< memory allocated as scratch, but not moved in or out
7
SyncIn
= 0x2,
//< memory allocated as scratch and data transferred to device
8
};
9
}
// namespace ttg
10
11
#endif
// TTG_DEVICESCOPE_H
ttg
top-level TTG namespace contains runtime-neutral functionality
Definition:
keymap.h:8
ttg::scope
scope
Definition:
devicescope.h:5
ttg::scope::SyncIn
@ SyncIn
ttg::scope::Allocate
@ Allocate
Generated at Wed Nov 20 2024 15:04:55 for
ttg
1.0.0-alpha by
1.9.1