DeviceType
enum DeviceType {
HOST, // run on host
DEVICE // run on device
};
父主题:
数据类型描述