Skip to content

Commit 1ca53a6

Browse files
committed
Update SoC table for SM8850
1 parent 5c2c30e commit 1ca53a6

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

litert/vendors/qualcomm/core/schema/soc_table.cc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ constexpr SocInfo kSocInfos[] = {
3333
{SocInfo("SM8750", SnapdragonModel::SM8750, DspArch::V79,
3434
8 // vtcm_size_in_mb
3535
)},
36+
{SocInfo("SM8850", SnapdragonModel::SM8850, DspArch::V81,
37+
8 // vtcm_size_in_mb
38+
)},
3639
};
3740
constexpr uint64_t kNumSocInfos =
3841
sizeof(::qnn::kSocInfos) / sizeof(::qnn::kSocInfos[0]);

litert/vendors/qualcomm/core/schema/soc_table.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ enum class SnapdragonModel {
1515
SM8550 = 43,
1616
SA8255 = 52,
1717
SM8650 = 57,
18-
SM8750 = 69
18+
SM8750 = 69,
19+
SM8850 = 87,
1920
};
2021

2122
enum class DspArch {
@@ -27,6 +28,7 @@ enum class DspArch {
2728
V73 = 73, // HTP supported device
2829
V75 = 75, // HTP supported device
2930
V79 = 79, // HTP supported device
31+
V81 = 81, // HTP supported device
3032
};
3133

3234
struct SocInfo {

0 commit comments

Comments
 (0)