One: Checklist for ONE 1.12.0 Release

Created on 7 Dec 2020  路  13Comments  路  Source: Samsung/ONE

Checklist

Release Action

Release Package

  • Runtime : http://npuci.mooo.com:8080/job/nnfw/job/release_1.12/job/daily-publish-package/3/

    • [x] arm64-android (tar.gz) for Android 10

    • [x] arm64-android (aar) for Android 10

    • [x] arm-tizen (rpm) for Tizen 6.0 M2

    • [x] arm-linux (tar.gz) for Ubuntu 18.04

    • [x] x64-linux (tar.gz) for Ubuntu 18.04

    • [x] nnfw-devel

    • [x] nnfw-plugin-devel

  • Compiler

    • [x] x64-linux (tar.gz) for Ubuntu 18.04



      • [x] test with public models


      • [x] test with in-house models



Release Criteria

Miscellaneous

typrelease

Most helpful comment

Compiler frontend

  • Add optimization pass: ReplaceMulAddWithDepthwiseConvPass, SubstitutePackToReshape, RemoveRedundantTranspose, ShuffleWeightTo16x1Float32Pass
  • Add quantization for InstanceNorm.
  • Fix bug of one-import-bcq command for --v1, --v2 arguments.
  • Fix FuseBCQPass to work with inter-subgraphs in the model file and minor BCQ related optimizations.

All 13 comments

@Samsung/nnfw Please write down feature list on the comment

  • CPU backend

    • Concat: int8

    • DepthToSpace: float, uint8, int8

    • LeakyRelu: float

  • ACL-CL backend

    • ArgMin: float, uint8, int8

  • ACL-NEON backend

    • ArgMax: int8

    • ArgMin: float, uint8, int8

Compiler frontend

  • Add optimization pass: ReplaceMulAddWithDepthwiseConvPass, SubstitutePackToReshape, RemoveRedundantTranspose, ShuffleWeightTo16x1Float32Pass
  • Add quantization for InstanceNorm.
  • Fix bug of one-import-bcq command for --v1, --v2 arguments.
  • Fix FuseBCQPass to work with inter-subgraphs in the model file and minor BCQ related optimizations.
  • nnpkg defines configuration file, which allows users to set configuration variable in Config.lst

TCM result updated.

Test | Test Case | Checker | File | Line
-- | -- | -- | -- | --
NN Runtime | ValidationTestTwoSessionsCreated.two_sessions_run_simple_model | GTEST.NO_ASSERTION | /home/sjlee/star/one-1.12.0/tests/nnfw_api/src/ValidationTestMultipleSessions.cc | 44

/cc @wateret

TCM no assertion fix: #5324

SAM updated


Note for runtime score :)

4.09/5.0

TCM no assertion fix: #5324

TCM result updated. All done. Thank you!

report from @mhs4670go : need a patch for NN Compiler (link: #5342)

Please check the latest nncc package works ok

Test is OK.

Released

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ragmani picture ragmani  路  4Comments

seanshpark picture seanshpark  路  3Comments

binarman picture binarman  路  3Comments

periannath picture periannath  路  3Comments

hasw7569 picture hasw7569  路  4Comments