namespace ov::intel_gpu::hint¶
namespace hint {
// typedefs
typedef ov::hint::Priority ThrottleLevel;
// global variables
static constexpr Property<ThrottleLevel> queue_throttle {"GPU_QUEUE_THROTTLE"};
static constexpr Property<ov::hint::Priority> queue_priority {"GPU_QUEUE_PRIORITY"};
static constexpr Property<ov::hint::Priority> host_task_priority {"GPU_HOST_TASK_PRIORITY"};
static constexpr Property<int64_t> available_device_mem {"AVAILABLE_DEVICE_MEM_SIZE"};
} // namespace hint