DeviceType

enum DeviceType {

HOST, // run on host

DEVICE // run on device

};