Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Libin dev #1

Merged
merged 22 commits into from
Sep 12, 2023
Merged

Libin dev #1

merged 22 commits into from
Sep 12, 2023

Commits on Jan 9, 2022

  1. feat: Support new op where and more mode for op cast and slice

    1. Support new op where
    2. Support cast op "to bool" mode
    3. Support slice op "multi step" mode
    
    Signed-off-by: yuanlonglong <yuanlonglong@xiaomi.com>
    yuanlonglong-xiaomi committed Jan 9, 2022
    Configuration menu
    Copy the full SHA
    e3d95d1 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2022

  1. Merge branch 'support_where_castBool_slice' into 'master'

    feat: Support new op where and more mode for op cast and slice
    
    See merge request applied-machine-learning/sysml/mace!1470
    lu229 committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    08e3928 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2022

  1. Fix: fix output node memory be reuse issue

    Signed-off-by: yuanlonglong <yuanlonglong@xiaomi.com>
    yuanlonglong-xiaomi committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    9e05a8d View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2022

  1. Fix: fix half error when validate layer mode.

    Signed-off-by: yuanlonglong <yuanlonglong@xiaomi.com>
    yuanlonglong-xiaomi committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    b664c7c View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2022

  1. Configuration menu
    Copy the full SHA
    de1c4ba View commit details
    Browse the repository at this point in the history
  2. Merge pull request XiaoMi#761 from chung-pi-lee/fix_apu_memory_leak

    Fix: fix APU memory leak problem
    yll3518974 authored Feb 11, 2022
    Configuration menu
    Copy the full SHA
    105f153 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'fix_memory_issue' into 'master'

    Fix: fix output node memory be reuse issue
    
    See merge request applied-machine-learning/sysml/mace!1477
    lu229 committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    4419bdb View commit details
    Browse the repository at this point in the history
  4. Merge branch 'fix_half_validate_issue' into 'master'

    Fix: fix half error when validate layer mode.
    
    See merge request applied-machine-learning/sysml/mace!1478
    lu229 committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    3911aa3 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2022

  1. Configuration menu
    Copy the full SHA
    2dda8dd View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2022

  1. Merge branch 'master' into 'master'

    Fix: fix arm-linux-gnueabihf convert problem when generator libmace_static or convert running on cpu
    
    See merge request applied-machine-learning/sysml/mace!1479
    yuanlonglong-xiaomi committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    fce3563 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2022

  1. fix: Fix maxPooling op accuracy loss issue

    Signed-off-by: yuanlonglong <yuanlonglong@xiaomi.com>
    yuanlonglong-xiaomi committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    1e79849 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'fix_MaxPooling_bug' into 'master'

    fix: Fix maxPooling op accuracy loss issue
    
    See merge request applied-machine-learning/sysml/mace!1480
    lu229 committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    b698f56 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2022

  1. feat: Support htp fp16 mode

    desc:
        1.Support htp fp16 for transformer net
        2.Disable gpu when htp, because dma-buf not need it
        3.Fix data format issue at validate mode
        4.Add transpose op for onnx-htp, because Conv is NHWC,
          but MatMul is NCHW
        5.Add TRANSFORM_BIASADD_TO_ADD, because htp not support biasadd
        6.Add TRANSFORM_SLICE_TO_STRIDED_SLICE,
          change to htp StridedSlice format
        7.Add some log for debug
    
    Signed-off-by: yuanlonglong <yuanlonglong@xiaomi.com>
    yuanlonglong-xiaomi committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    75a29e5 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'support_htp_fp16' into 'master'

    feat: Support htp fp16 mode
    
    See merge request applied-machine-learning/sysml/mace!1482
    lu229 committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    f1075b7 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2022

  1. feat: upgrade qnn to 1.11.0

    Signed-off-by: yuanlonglong <yuanlonglong@xiaomi.com>
    yuanlonglong-xiaomi committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    a4290b3 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'support_htp_fp16' into 'master'

    feat: upgrade qnn to 1.11.0
    
    See merge request applied-machine-learning/sysml/mace!1483
    lu229 committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    49ce825 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2022

  1. fix: qnn: fix reduce and conv2d bug

    Signed-off-by: yuanlonglong <yuanlonglong@xiaomi.com>
    yuanlonglong-xiaomi committed Apr 15, 2022
    Configuration menu
    Copy the full SHA
    6361481 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2022

  1. Merge branch 'support_htp_fp16' into 'master'

    fix: qnn: fix reduce and conv2d bug
    
    See merge request applied-machine-learning/sysml/mace!1484
    lu229 committed May 11, 2022
    Configuration menu
    Copy the full SHA
    defe378 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2022

  1. feat: add EltwiseType of SQR_DIFF and output qnn log by VLOG.

    Signed-off-by: wenshuai <wenshuai@xiaomi.com>
    wenshuai-xiaomi committed May 28, 2022
    Configuration menu
    Copy the full SHA
    56caabe View commit details
    Browse the repository at this point in the history

Commits on May 30, 2022

  1. Merge branch 'feat/elementwise' into 'master'

    feat: add EltwiseType of SQR_DIFF and output qnn log by VLOG.
    
    See merge request applied-machine-learning/sysml/mace!1486
    yuanlonglong-xiaomi committed May 30, 2022
    Configuration menu
    Copy the full SHA
    42ee056 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. Fix building hexagon_nn

    BIN LI18 李滨 committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    beb2aa5 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. Add MACE_ENABLE_CPU to build scripts

    BIN LI18 李滨 committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    d102645 View commit details
    Browse the repository at this point in the history