Skip to content

Commit 933856c

Browse files
authored
add deprecated device support for dev purposes (#9510)
Signed-off-by: AShivangi <shivangiagarwal53@gmail.com>
1 parent 5d95585 commit 933856c

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

src/runtime_src/core/common/smi.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ smi_hardware_config()
158158
{{0x17f0, 0x10}, hardware_type::stxB0},
159159
{{0x17f0, 0x11}, hardware_type::stxH},
160160
{{0x17f0, 0x20}, hardware_type::krk1},
161+
{{0x17f1, 0x00}, hardware_type::npu3_f0}, //deprecated
161162
{{0x17f1, 0x10}, hardware_type::npu3_f1},
162163
{{0x17f2, 0x10}, hardware_type::npu3_f2},
163164
{{0x17f3, 0x10}, hardware_type::npu3_f3},

src/runtime_src/core/common/smi.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@ class smi_hardware_config {
194194
stxB0, // Strix B0
195195
stxH, // Strix Halo
196196
krk1, // Krackan
197+
npu3_f0, // deprecated
197198
npu3_f1, // XXXXX
198199
npu3_f2, // XXXXX
199200
npu3_f3, // XXXXX

0 commit comments

Comments
 (0)