File size: 4,272 Bytes
679ee5f |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 |
SNPE SDK SNPE is a software development kit for building machine learning based applications. SNPE 2.31.0 Dependencies: * for building Windows example build * Visual Studio 2022 (Build Tools v14.34) * Win10 SDK 10.0.22621 * for Windows platform * Visual C++ Redistributable for Visual Studio 2022 * BSP build * SC8180X > 17800 * SC8280X > 9200 * SC7280X > 4000 Contents: * SNPE neural network accelerated runtime * Sample Native C++ and Windows applications * SNPE C++ library x86_64-windows-vc19, aarch64-windows-vc19 * Snapdragon Neural Processing Engine SDK Reference Guide Known Issues: * Please refer to the "Limitations and Issues" chapter of the SNPE User and Reference Guide Changelog: 2.28.0 Bugs: * SNPE Core: Added a warning in the logs to indicate missing output tensors when output is not explicitly set via the builder API. 2.26.0 Bugs: * Tool: snpe-dlc-graph-prepare: Fixed the incorrect soc_id mapping to V68 for Windows OS device. 2.25.0 Features: * Core: Added memory mapped support to Sample apps on Windows SDK. Bugs: * CPU: Fixed memory leak for XNNPACK operator. 2.24.0 Features: * GPU: Enabled GPU Runtime for Windows platform on SC8380X. 2.23.0 Features: * UDO: Added support to build UDO HTP Impl libraries on Windows host. * SDK: Added HNRD section to SDK docs. * Op:HTP: support TCM for ConvLayer.opt.grpconv_weights. 2.22.0: Bugs: * HTP: Fixed accuracy issue for the pattern: Batchnorm -> Relu -> Concat. 2.21.0: Bugs: * Addressed SSR (SubSystem Restart) occurring during SNPE_Execute(). 2.19.0: Features: * Tools: Added snpe-dlc-graph-prepare for WoS. * SDK: Updated documentation to announce new tools support for WoS. Bugs: * Core: Windows - Fixed hang in SNPE initialization when debugger is attached. 2.18.0: Features: * SDK: Added ARM64EC python extension modules for WoS. * SDK: Added native ARM64 snpe-dlc-quant. * SDK: Modified lib/python structure to organize python extension modules by platform. * Core: Added new option --keep_num_outputs in snpe-net-run to control the number of outputs that would be saved to the file system post inference. 2.17.0: Features: * Tools: qnn-net-run and qnn-throughput-net-run added support --shared_buffer in ARM64X environment. Bugs: * Tools:ONNX Converter: Fixed WhereOp axis format issue. * Tools: Converter: Fixed tensorflow strided_slice conversion for out of range start/end. 2.16.0 Features: * Core: Added support for Windows line endings when processing user provided input lists for various SNPE binaries and examples. * Added support for ARM64X toolchain for UDO on Windows. * SDK: Added support for Compute SoC: SC8380XP * SDK: Added Windows arm64x binaries. 2.15.0 Bugs: * Core: snpe-parallel-run fixed for --userbuffer_memorymapped for WoS. 1.61.0 Features: * Snpe support for SC7280X * Logging system enabled in DSP stub 1.59.0 Allow customers to set search path for locating DSP libraries. 1.58.0 No Windows specific change 1.57.0 Fix snpe-net-run error with platform_opions unsignedPD:ON 1.56.2 Remove the requirement to handle locating libcdsprpc.dll by customers 1.55.0 Bugs: * Fixed hang issue when setting priority by setExecutionPriorityHint 1.54.0 No Windows specific change 1.53.2 Improve SC8280X power consumption of DSP runtime with burst profile. 1.52.0 No Windows specific change 1.51.0 Features: * Support UDO on SC8280X. * Remove dependency of VC redistributable package. Bugs: * Fixed SNPE hanging issue when running SNPE in new thread. 1.50.0 Bugs: * Fixed when using DSP runtime on SC8280X, the loading of network will fail randomly. * Fixed when using DSP runtime on SC8280X, SNPE may hang if SEH exception. 1.49.0 Features: * Support DSP workload priority control. * Beta release for SC8280X. 1.48.0 No Windows specific change 1.47.0 No Windows specific change 1.46.0 Bugs: * Fixed SNPE hanging issue when running SNPE in new thread 1.45.0 Bugs: * Fixed SNPE hanging issue when skel cannot be loaded 1.44.0 Features: * Enhanced DiagLog performance. Bugs: * Fix issue that inference with DSP runtime may output wrong results with low probability. 1.43.0 Features: * Support CPU runtime on Windows. * Support DSP runtime on Windows. * Port snpe-net-run to Windows. * Add tutorial pages for Windows. |