enum ov::intel_gna::HWGeneration

Overview

Enum to define HW compile and execution targets. More…

#include <properties.hpp>

enum HWGeneration
{
    UNDEFINED = 0,
    GNA_1_0   = 4,
    GNA_1_0_E = 9,
    GNA_2_0   = 1,
    GNA_3_0   = 2,
    GNA_3_1   = 5,
    GNA_3_5   = 3,
    GNA_3_5_E = 6,
    GNA_3_6   = 7,
    GNA_4_0   = 8,
};

Detailed Documentation

Enum to define HW compile and execution targets.

Enum Values

UNDEFINED

GNA HW generation is undefined.

GNA_1_0

GNA HW generation 1.0.

GNA_1_0_E

GNA HW generation 1.0 embedded.

GNA_2_0

GNA HW generation 2.0.

GNA_3_0

GNA HW generation 3.0.

GNA_3_1

GNA HW generation 3.1.

GNA_3_5

GNA HW generation 3.5.

GNA_3_5_E

GNA HW generation 3.5 embedded.

GNA_3_6

GNA HW generation 3.6.

GNA_4_0

GNA HW generation 4.0.