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
top-level TTG namespace contains runtime-neutral functionality
Definition: keymap.h:8
scope
Definition: devicescope.h:5