enum ov::intel_gna::HWGeneration

Overview

Enum to define HW compile and execution targets. More…

#include <properties.hpp>

enum HWGeneration
{
    UNDEFINED = 0,
    GNA_2_0   = 1,
    GNA_3_0   = 2,
    GNA_3_5   = 3,
};

Detailed Documentation

Enum to define HW compile and execution targets.

Enum Values

UNDEFINED

GNA HW generation is undefined.

GNA_2_0

GNA HW generation 2.0.

GNA_3_0

GNA HW generation 3.0.

GNA_3_5

GNA HW generation 3.5.