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

[RUNTIME] Implement TVMDSOOp(TensorFlow custom op) for TVM runtime #4459

Merged
merged 44 commits into from
Apr 7, 2020

Commits on Dec 3, 2019

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

Commits on Dec 4, 2019

  1. Configuration menu
    Copy the full SHA
    9c3f732 View commit details
    Browse the repository at this point in the history
  2. feat: Use libtvm as oplib dependency

    baoxinqi committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    8361217 View commit details
    Browse the repository at this point in the history
  3. fix: Add missing link dependency to libtvm

    baoxinqi committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    ef387fd View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2019

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

Commits on Jan 2, 2020

  1. feat: Update tf tvmdso op by review comments

    baoxinqi committed Jan 2, 2020
    Configuration menu
    Copy the full SHA
    056d4b1 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2020

  1. Fix conflict of master

    tobegit3hub committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    9fb271c View commit details
    Browse the repository at this point in the history
  2. Merge branch 'fix/add_tvmdsoop_fix_review' into 'feat/add_tvmdsoop'

    feat: Update tf tvmdso op by review comments
    
    See merge request internal-open-source/incubator-tvm!2
    Chen Dihao committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    a6d9c28 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2020

  1. fix: Update with pr comments

    baoxinqi committed Jan 16, 2020
    Configuration menu
    Copy the full SHA
    69df549 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'feat/UpdatePR' into 'feat/add_tvmdsoop'

    fix: Update with pr comments
    
    See merge request internal-open-source/incubator-tvm!3
    Chen Dihao committed Jan 16, 2020
    Configuration menu
    Copy the full SHA
    23ce5b2 View commit details
    Browse the repository at this point in the history
  3. fix: Fix lint

    baoxinqi committed Jan 16, 2020
    Configuration menu
    Copy the full SHA
    c2e72a6 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'fix/FixLint' into 'feat/add_tvmdsoop'

    fix: Fix lint
    
    See merge request internal-open-source/incubator-tvm!4
    Chen Dihao committed Jan 16, 2020
    Configuration menu
    Copy the full SHA
    e390c49 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2020

  1. feat: Add test script and fix gpu shape

    baoxinqi committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    729a5dc View commit details
    Browse the repository at this point in the history
  2. Merge branch 'fix/AddTestCaseAndFixGpuShape' into 'feat/add_tvmdsoop'

    feat: Add test script and fix gpu shape
    
    See merge request internal-open-source/incubator-tvm!5
    Chen Dihao committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    502b03f View commit details
    Browse the repository at this point in the history
  3. feat: Add test script and fix gpu shape

    baoxinqi authored and wrongtest@4paradigm.com committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    7f1b5b3 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2020

  1. fix: Conditional build tftvm op for gpu

    baoxinqi committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    0debcd6 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'feat/AddTfOpGpuConditionalBuild' into 'feat/add_tvmdsoop'

    fix: Conditional build tftvm op for gpu
    
    See merge request internal-open-source/incubator-tvm!6
    Chen Dihao committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    9a9cf41 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2020

  1. fix: Conditional build tftvm op for gpu

    baoxinqi authored and wrongtest@4paradigm.com committed Mar 9, 2020
    Configuration menu
    Copy the full SHA
    f5be2f3 View commit details
    Browse the repository at this point in the history
  2. fix: Fix pylint of tf_op module.py

    baoxinqi committed Mar 9, 2020
    Configuration menu
    Copy the full SHA
    7eae33d View commit details
    Browse the repository at this point in the history
  3. Merge branch 'fix/FixTfdsoOpLint' into 'feat/add_tvmdsoop'

    fix: Fix pylint of tf_op module.py
    
    See merge request internal-open-source/incubator-tvm!7
    Chen Dihao committed Mar 9, 2020
    Configuration menu
    Copy the full SHA
    b064685 View commit details
    Browse the repository at this point in the history
  4. fix: Fix pylint of tf_op module.py

    baoxinqi authored and wrongtest committed Mar 9, 2020
    Configuration menu
    Copy the full SHA
    cd8fd80 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2020

  1. feat: Conditional enable gpu test for tftvm op

    baoxinqi committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    1fc54ec View commit details
    Browse the repository at this point in the history
  2. Merge branch 'feat/EnableConditionalGpuTfOpTest' into 'feat/add_tvmds…

    …oop'
    
    feat: Conditional enable gpu test for tftvm op
    
    See merge request internal-open-source/incubator-tvm!8
    Chen Dihao committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    cfcdc41 View commit details
    Browse the repository at this point in the history
  3. feat: Conditional enable gpu test for tftvm op

    baoxinqi authored and wrongtest committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    b4b9f96 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2020

  1. Merge branch upstream master into feat/add_tvmdsoop

    baoxinqi committed Mar 16, 2020
    Configuration menu
    Copy the full SHA
    74c3d3d View commit details
    Browse the repository at this point in the history
  2. feat: Add tf_tvmdsoop test script as an app test

    baoxinqi committed Mar 16, 2020
    Configuration menu
    Copy the full SHA
    864c4a5 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'feat/AddTFOpToIntegrateTests' into 'feat/add_tvmdsoop'

    feat: Add tf_tvmdsoop test script as an app test
    
    See merge request internal-open-source/incubator-tvm!9
    Chen Dihao committed Mar 16, 2020
    Configuration menu
    Copy the full SHA
    29003e9 View commit details
    Browse the repository at this point in the history
  4. Merge branch '4pd_add_tvmdsoop' into add_tvmdsoop

    Conflicts:
    	src/codegen/build_module.cc
    wrongtest committed Mar 16, 2020
    Configuration menu
    Copy the full SHA
    03fbe4c View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2020

  1. fix: Fix gpu/cpu enabled check on tvm in test script

    baoxinqi authored and wrongtest committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    ec05511 View commit details
    Browse the repository at this point in the history
  2. fix: Make tf tvmdso op test script runnable with pytest

    baoxinqi authored and wrongtest committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    51ed779 View commit details
    Browse the repository at this point in the history
  3. remove unused test script test_tfop_module.py

    wrongtest committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    685f7d0 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2020

  1. fix: Remove pushd & popd in tfdsoop test script

    baoxinqi authored and wrongtest committed Mar 18, 2020
    Configuration menu
    Copy the full SHA
    ea6328b View commit details
    Browse the repository at this point in the history
  2. fix: Upgrade tftvmop use python3 to find TensorFlow

    baoxinqi authored and wrongtest committed Mar 18, 2020
    Configuration menu
    Copy the full SHA
    0ae0942 View commit details
    Browse the repository at this point in the history
  3. fix: Upgrade tftvmop use python3 to find TensorFlow

    baoxinqi authored and wrongtest committed Mar 18, 2020
    Configuration menu
    Copy the full SHA
    9594700 View commit details
    Browse the repository at this point in the history
  4. fix: Change target_link_options to target_link_libraries

    baoxinqi authored and wrongtest committed Mar 18, 2020
    Configuration menu
    Copy the full SHA
    8a5d2fb View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2020

  1. fix: Add tftvmop build script's c++ option

    baoxinqi authored and wrongtest committed Mar 19, 2020
    Configuration menu
    Copy the full SHA
    b8fbd2e View commit details
    Browse the repository at this point in the history
  2. fix: Add tvm library path to tf op test library path

    baoxinqi authored and wrongtest committed Mar 19, 2020
    Configuration menu
    Copy the full SHA
    380e1d7 View commit details
    Browse the repository at this point in the history
  3. fix: Debug ci build for tftvm dso op

    baoxinqi authored and wrongtest committed Mar 19, 2020
    Configuration menu
    Copy the full SHA
    0b3884d View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2020

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

Commits on Apr 1, 2020

  1. fix: Fix cmake error and skip tfop test

    baoxinqi authored and wrongtest committed Apr 1, 2020
    Configuration menu
    Copy the full SHA
    9fd18b8 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'add_tvmdsoop' of github.com:4paradigm/incubator-tvm int…

    …o add_tvmdsoop
    
    Conflicts:
    	cmake/config.cmake
    wrongtest committed Apr 1, 2020
    Configuration menu
    Copy the full SHA
    9967748 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2020

  1. fix: Fix typo and indentation issues

    baoxinqi authored and wrongtest committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    8ac182f View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2020

  1. feat: Use TF list input op def

    baoxinqi authored and wrongtest committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    9343669 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2020

  1. fix: Fix style and unexpected changes

    wrongtest committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    38af1ce View commit details
    Browse the repository at this point in the history