-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Commits on Dec 3, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 73726a8 - Browse repository at this point
Copy the full SHA 73726a8View commit details
Commits on Dec 4, 2019
-
feat: Update cmake script to work with c++11 and in-repo build
baoxinqi committedDec 4, 2019 Configuration menu - View commit details
-
Copy full SHA for 9c3f732 - Browse repository at this point
Copy the full SHA 9c3f732View commit details -
feat: Use libtvm as oplib dependency
baoxinqi committedDec 4, 2019 Configuration menu - View commit details
-
Copy full SHA for 8361217 - Browse repository at this point
Copy the full SHA 8361217View commit details -
fix: Add missing link dependency to libtvm
baoxinqi committedDec 4, 2019 Configuration menu - View commit details
-
Copy full SHA for ef387fd - Browse repository at this point
Copy the full SHA ef387fdView commit details
Commits on Dec 5, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 41d9b38 - Browse repository at this point
Copy the full SHA 41d9b38View commit details
Commits on Jan 2, 2020
-
feat: Update tf tvmdso op by review comments
baoxinqi committedJan 2, 2020 Configuration menu - View commit details
-
Copy full SHA for 056d4b1 - Browse repository at this point
Copy the full SHA 056d4b1View commit details
Commits on Jan 6, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 9fb271c - Browse repository at this point
Copy the full SHA 9fb271cView commit details -
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 committedJan 6, 2020 Configuration menu - View commit details
-
Copy full SHA for a6d9c28 - Browse repository at this point
Copy the full SHA a6d9c28View commit details
Commits on Jan 16, 2020
-
baoxinqi committed
Jan 16, 2020 Configuration menu - View commit details
-
Copy full SHA for 69df549 - Browse repository at this point
Copy the full SHA 69df549View commit details -
Merge branch 'feat/UpdatePR' into 'feat/add_tvmdsoop'
fix: Update with pr comments See merge request internal-open-source/incubator-tvm!3
Chen Dihao committedJan 16, 2020 Configuration menu - View commit details
-
Copy full SHA for 23ce5b2 - Browse repository at this point
Copy the full SHA 23ce5b2View commit details -
baoxinqi committed
Jan 16, 2020 Configuration menu - View commit details
-
Copy full SHA for c2e72a6 - Browse repository at this point
Copy the full SHA c2e72a6View commit details -
Merge branch 'fix/FixLint' into 'feat/add_tvmdsoop'
fix: Fix lint See merge request internal-open-source/incubator-tvm!4
Chen Dihao committedJan 16, 2020 Configuration menu - View commit details
-
Copy full SHA for e390c49 - Browse repository at this point
Copy the full SHA e390c49View commit details
Commits on Mar 5, 2020
-
feat: Add test script and fix gpu shape
baoxinqi committedMar 5, 2020 Configuration menu - View commit details
-
Copy full SHA for 729a5dc - Browse repository at this point
Copy the full SHA 729a5dcView commit details -
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 committedMar 5, 2020 Configuration menu - View commit details
-
Copy full SHA for 502b03f - Browse repository at this point
Copy the full SHA 502b03fView commit details -
feat: Add test script and fix gpu shape
baoxinqi authored and wrongtest@4paradigm.com committedMar 5, 2020 Configuration menu - View commit details
-
Copy full SHA for 7f1b5b3 - Browse repository at this point
Copy the full SHA 7f1b5b3View commit details
Commits on Mar 6, 2020
-
fix: Conditional build tftvm op for gpu
baoxinqi committedMar 6, 2020 Configuration menu - View commit details
-
Copy full SHA for 0debcd6 - Browse repository at this point
Copy the full SHA 0debcd6View commit details -
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 committedMar 6, 2020 Configuration menu - View commit details
-
Copy full SHA for 9a9cf41 - Browse repository at this point
Copy the full SHA 9a9cf41View commit details
Commits on Mar 9, 2020
-
fix: Conditional build tftvm op for gpu
baoxinqi authored and wrongtest@4paradigm.com committedMar 9, 2020 Configuration menu - View commit details
-
Copy full SHA for f5be2f3 - Browse repository at this point
Copy the full SHA f5be2f3View commit details -
fix: Fix pylint of tf_op module.py
baoxinqi committedMar 9, 2020 Configuration menu - View commit details
-
Copy full SHA for 7eae33d - Browse repository at this point
Copy the full SHA 7eae33dView commit details -
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 committedMar 9, 2020 Configuration menu - View commit details
-
Copy full SHA for b064685 - Browse repository at this point
Copy the full SHA b064685View commit details -
fix: Fix pylint of tf_op module.py
baoxinqi authored and wrongtest committedMar 9, 2020 Configuration menu - View commit details
-
Copy full SHA for cd8fd80 - Browse repository at this point
Copy the full SHA cd8fd80View commit details
Commits on Mar 10, 2020
-
feat: Conditional enable gpu test for tftvm op
baoxinqi committedMar 10, 2020 Configuration menu - View commit details
-
Copy full SHA for 1fc54ec - Browse repository at this point
Copy the full SHA 1fc54ecView commit details -
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 committedMar 10, 2020 Configuration menu - View commit details
-
Copy full SHA for cfcdc41 - Browse repository at this point
Copy the full SHA cfcdc41View commit details -
feat: Conditional enable gpu test for tftvm op
baoxinqi authored and wrongtest committedMar 10, 2020 Configuration menu - View commit details
-
Copy full SHA for b4b9f96 - Browse repository at this point
Copy the full SHA b4b9f96View commit details
Commits on Mar 16, 2020
-
Merge branch upstream master into feat/add_tvmdsoop
baoxinqi committedMar 16, 2020 Configuration menu - View commit details
-
Copy full SHA for 74c3d3d - Browse repository at this point
Copy the full SHA 74c3d3dView commit details -
feat: Add tf_tvmdsoop test script as an app test
baoxinqi committedMar 16, 2020 Configuration menu - View commit details
-
Copy full SHA for 864c4a5 - Browse repository at this point
Copy the full SHA 864c4a5View commit details -
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 committedMar 16, 2020 Configuration menu - View commit details
-
Copy full SHA for 29003e9 - Browse repository at this point
Copy the full SHA 29003e9View commit details -
Merge branch '4pd_add_tvmdsoop' into add_tvmdsoop
Conflicts: src/codegen/build_module.cc
wrongtest committedMar 16, 2020 Configuration menu - View commit details
-
Copy full SHA for 03fbe4c - Browse repository at this point
Copy the full SHA 03fbe4cView commit details
Commits on Mar 17, 2020
-
fix: Fix gpu/cpu enabled check on tvm in test script
baoxinqi authored and wrongtest committedMar 17, 2020 Configuration menu - View commit details
-
Copy full SHA for ec05511 - Browse repository at this point
Copy the full SHA ec05511View commit details -
fix: Make tf tvmdso op test script runnable with pytest
baoxinqi authored and wrongtest committedMar 17, 2020 Configuration menu - View commit details
-
Copy full SHA for 51ed779 - Browse repository at this point
Copy the full SHA 51ed779View commit details -
remove unused test script test_tfop_module.py
wrongtest committedMar 17, 2020 Configuration menu - View commit details
-
Copy full SHA for 685f7d0 - Browse repository at this point
Copy the full SHA 685f7d0View commit details
Commits on Mar 18, 2020
-
fix: Remove pushd & popd in tfdsoop test script
baoxinqi authored and wrongtest committedMar 18, 2020 Configuration menu - View commit details
-
Copy full SHA for ea6328b - Browse repository at this point
Copy the full SHA ea6328bView commit details -
fix: Upgrade tftvmop use python3 to find TensorFlow
baoxinqi authored and wrongtest committedMar 18, 2020 Configuration menu - View commit details
-
Copy full SHA for 0ae0942 - Browse repository at this point
Copy the full SHA 0ae0942View commit details -
fix: Upgrade tftvmop use python3 to find TensorFlow
baoxinqi authored and wrongtest committedMar 18, 2020 Configuration menu - View commit details
-
Copy full SHA for 9594700 - Browse repository at this point
Copy the full SHA 9594700View commit details -
fix: Change target_link_options to target_link_libraries
baoxinqi authored and wrongtest committedMar 18, 2020 Configuration menu - View commit details
-
Copy full SHA for 8a5d2fb - Browse repository at this point
Copy the full SHA 8a5d2fbView commit details
Commits on Mar 19, 2020
-
fix: Add tftvmop build script's c++ option
baoxinqi authored and wrongtest committedMar 19, 2020 Configuration menu - View commit details
-
Copy full SHA for b8fbd2e - Browse repository at this point
Copy the full SHA b8fbd2eView commit details -
fix: Add tvm library path to tf op test library path
baoxinqi authored and wrongtest committedMar 19, 2020 Configuration menu - View commit details
-
Copy full SHA for 380e1d7 - Browse repository at this point
Copy the full SHA 380e1d7View commit details -
fix: Debug ci build for tftvm dso op
baoxinqi authored and wrongtest committedMar 19, 2020 Configuration menu - View commit details
-
Copy full SHA for 0b3884d - Browse repository at this point
Copy the full SHA 0b3884dView commit details
Commits on Mar 25, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 9dc89c6 - Browse repository at this point
Copy the full SHA 9dc89c6View commit details
Commits on Apr 1, 2020
-
fix: Fix cmake error and skip tfop test
baoxinqi authored and wrongtest committedApr 1, 2020 Configuration menu - View commit details
-
Copy full SHA for 9fd18b8 - Browse repository at this point
Copy the full SHA 9fd18b8View commit details -
Merge branch 'add_tvmdsoop' of github.com:4paradigm/incubator-tvm int…
…o add_tvmdsoop Conflicts: cmake/config.cmake
wrongtest committedApr 1, 2020 Configuration menu - View commit details
-
Copy full SHA for 9967748 - Browse repository at this point
Copy the full SHA 9967748View commit details
Commits on Apr 2, 2020
-
fix: Fix typo and indentation issues
baoxinqi authored and wrongtest committedApr 2, 2020 Configuration menu - View commit details
-
Copy full SHA for 8ac182f - Browse repository at this point
Copy the full SHA 8ac182fView commit details
Commits on Apr 3, 2020
-
feat: Use TF list input op def
baoxinqi authored and wrongtest committedApr 3, 2020 Configuration menu - View commit details
-
Copy full SHA for 9343669 - Browse repository at this point
Copy the full SHA 9343669View commit details
Commits on Apr 7, 2020
-
fix: Fix style and unexpected changes
wrongtest committedApr 7, 2020 Configuration menu - View commit details
-
Copy full SHA for 38af1ce - Browse repository at this point
Copy the full SHA 38af1ceView commit details