enum ov::intel_gpu::ContextType

Overview

Enum to define the type of the shared context. More…

#include <remote_properties.hpp>

enum ContextType
{
    OCL       = 0,
    VA_SHARED = 1,
};

Detailed Documentation

Enum to define the type of the shared context.

Enum Values

OCL

Pure OpenCL context.

VA_SHARED

Context shared with a video decoding device.