Skip to content

v1.0.3

Compare
Choose a tag to compare
@TE-ChihiroIsmail TE-ChihiroIsmail released this 14 Nov 04:55
· 15 commits to main since this release
95c1667

2023/11/14

Overview

Fixed an issue where some diagrams using mermaid were not drawn on the documentation on Github.

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".
  • VnS app may be executed firstly with PPLParameter hard coded in Wasm. Because analyze function of VnS 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)

Instructions of migrating to 1.0.3

None

Contributors

None

(below is in Japanese)

2023/11/14

概要

Github上のドキュメント上でmermaidを使用した図が一部描画されない問題を修正しました。

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

解除される制限事項

なし

変更による影響範囲

なし

新機能と機能強化

なし

既知の問題/制限事項

  • WasmをSDK内のWAMR-IDEでデバッグする際に「step over」の挙動が「step in」として動作します。
  • VnS 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)

以前のバージョンで構築した環境を1.0.3バージョンに移植する手順

なし

コントリビューター

なし