We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 554cadd commit 8ce677cCopy full SHA for 8ce677c
core/context.cpp
@@ -60,6 +60,10 @@ mluOpDevType_t convertDeviceNameFromInt(int device_code) {
60
return MLUOP_MTP613;
61
break;
62
}
63
+ case 617: {
64
+ return MLUOP_MTP617;
65
+ break;
66
+ }
67
default:
68
69
core/context.h
@@ -58,6 +58,7 @@ typedef enum {
58
MLUOP_MLU370 = 372,
59
MLUOP_MLU590 = 592,
MLUOP_MTP613 = 613,
+ MLUOP_MTP617 = 617,
MLUOP_MLU290 = 290,
} mluOpDevType_t;
0 commit comments