Skip to content

v1.0.7

Latest
Compare
Choose a tag to compare
@UedaSatoshi UedaSatoshi released this 29 Nov 04:16
4d6287f

2024/11/29

Overview

  • Update URL in documentation

Changes to previous release notes

Removed Limitations

None

Impact Scope of Changes

None

New features and feature enhancements

None

Issues/Limitations

  • When debbuging Wasm with WAMR-IDE in the SDK, "step over" function may not work but work as "step in".
  • Edge app may be executed firstly with PPLParameter hard coded in Wasm. Because analyze function of Edge app may be executed before configuration callback of PPLParameter executed at starting inference. Example of initial value of PPLParameter:
    static PPL_SsdParam s_ssd_param (in ./tutorials/4_prepare_application/1_develop/sdk/sample/vision_app/single_dnn/objectdetection/src/vision_app_objectdetection.cpp)

Migration Instruction

None

Contributors

None
(below is in Japanese)

2024/11/29

概要

  • ドキュメント中のURLの更新

前回リリースからの変更点

解除される制限事項

なし

変更による影響範囲

なし

新機能と機能強化

なし

既知の問題/制限事項

  • WasmをSDK内のWAMR-IDEでデバッグする際に「step over」の挙動が「step in」として動作します。
  • Edge appはWasmにハードコードされたPPLParameterの初期値を用いて初回のanalyze処理を行う可能性があります。これは、推論開始時にPPLParameterを設定するコールバックよりも先にanalyze処理が実行される可能性があるからです。PPLParameterの初期値は例えばこちらです。
    static PPL_SsdParam s_ssd_param (in ./tutorials/4_prepare_application/1_develop/sdk/sample/vision_app/single_dnn/objectdetection/src/vision_app_objectdetection.cpp)

移植手順

なし

コントリビューター

なし