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

Pull after rewrite v2 #3

Merged
merged 955 commits into from
Aug 8, 2018
Merged
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Jun 12, 2018

  1. [DOCS] Fix links (#1263)

    tqchen authored Jun 12, 2018
    Configuration menu
    Copy the full SHA
    73af210 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    10a2d2e View commit details
    Browse the repository at this point in the history
  3. Update code_review.rst

    tqchen authored Jun 12, 2018
    Configuration menu
    Copy the full SHA
    280c4c3 View commit details
    Browse the repository at this point in the history
  4. Fix the building error in android_deploy (#1262)

    * Fix a link in android_deploy/README.md and a error while building android_deploy.
    
    * revert and change APP_STL in Application.mk
    Tatsuya Nishiyama authored and tqchen committed Jun 12, 2018
    Configuration menu
    Copy the full SHA
    c1abce6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    652b397 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dc6203c View commit details
    Browse the repository at this point in the history
  7. [CODEGEN] ARM Popcount lowering rule and codegen updates (#1235)

    Meghan Cowan authored and tqchen committed Jun 12, 2018
    Configuration menu
    Copy the full SHA
    f3f406a View commit details
    Browse the repository at this point in the history
  8. add support for subgraphs. (#1221)

    * add support for subgraphs.
    
    * fix.
    
    * fix.
    
    * Fix compilation error
    
    * Fix compilation error
    
    * add comments.
    
    * update comments.
    
    * Sanity check on subgraphs when creating IndexedGraph
    
    * avoid the overhead of sanity check.
    
    * Stop using non-recursive DFS
    
    * Trigger CI
    
    * trigger CI
    zheng-da authored and piiswrong committed Jun 12, 2018
    Configuration menu
    Copy the full SHA
    558cf09 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2018

  1. Configuration menu
    Copy the full SHA
    d0eb2d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7afeab0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a81ebd9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fed6298 View commit details
    Browse the repository at this point in the history
  5. fix copro_sync.cc errors of ctx (#1274)

    libing4752 authored and tqchen committed Jun 13, 2018
    Configuration menu
    Copy the full SHA
    c55865b View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2018

  1. Configuration menu
    Copy the full SHA
    0c37907 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    758cb75 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    76fa3ca View commit details
    Browse the repository at this point in the history
  4. Fix missing cublas libraries (#1281)

    Tatsuya Nishiyama authored and tqchen committed Jun 14, 2018
    Configuration menu
    Copy the full SHA
    b867db0 View commit details
    Browse the repository at this point in the history
  5. Use CMake for make clean (#1280)

    kazum authored and tqchen committed Jun 14, 2018
    Configuration menu
    Copy the full SHA
    04268ed View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2f188c9 View commit details
    Browse the repository at this point in the history
  7. Link system library needed for LLVM (#1282)

    kazum authored and tqchen committed Jun 14, 2018
    Configuration menu
    Copy the full SHA
    943dfa2 View commit details
    Browse the repository at this point in the history
  8. fix proxy registration with tracker (#1283)

    eqy authored and tqchen committed Jun 14, 2018
    Configuration menu
    Copy the full SHA
    d3c92ae View commit details
    Browse the repository at this point in the history
  9. fix lint (#1284)

    eqy authored and tqchen committed Jun 14, 2018
    Configuration menu
    Copy the full SHA
    f969a68 View commit details
    Browse the repository at this point in the history
  10. SSD support in NNVM (#1214)

    kevinthesun authored and tqchen committed Jun 14, 2018
    Configuration menu
    Copy the full SHA
    c418e91 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2018

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

Commits on Jun 16, 2018

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

Commits on Jun 17, 2018

  1. Configuration menu
    Copy the full SHA
    0702d2c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    21ece75 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    42b189c View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2018

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

Commits on Jun 20, 2018

  1. Add MyPy to lint (#1301)

    jroesch authored and tqchen committed Jun 20, 2018
    Configuration menu
    Copy the full SHA
    d344161 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    80e4bc0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b4a6c0e View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2018

  1. Configuration menu
    Copy the full SHA
    71b235f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    61370e4 View commit details
    Browse the repository at this point in the history
  3. [CONTRIB] TVM download utility based on urllib2/urlib.request (#1313)

    moving nnvm/testing/download.py to python/tvm/contrib/download.py to be used as a general TVM download utility
    tmoreau89 authored Jun 21, 2018
    Configuration menu
    Copy the full SHA
    baa0459 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2018

  1. Fix a bug in Symbol::Compose when using subgraphs as input (#1314)

    Junru Shao authored and tqchen committed Jun 22, 2018
    Configuration menu
    Copy the full SHA
    464c8c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb88b74 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    396bd56 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a55bc29 View commit details
    Browse the repository at this point in the history
  5. [FRONTEND] A Python hybrid frontend (#1251)

    were authored and tqchen committed Jun 22, 2018
    Configuration menu
    Copy the full SHA
    90db723 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    db4be63 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2018

  1. Import hybrid module in __init__.py (#1323)

    were authored and tqchen committed Jun 23, 2018
    Configuration menu
    Copy the full SHA
    a83e1e1 View commit details
    Browse the repository at this point in the history
  2. [FRONTEND][MXNET] Add expand_dims supoort (#1317)

    * [FRONTEND][MXNET] Add expand_dims supoort
    
    * fix lint
    nishi-t authored and tqchen committed Jun 23, 2018
    Configuration menu
    Copy the full SHA
    f216b25 View commit details
    Browse the repository at this point in the history
  3. [PASS] Add GPU IR verifier (#1296)

    merrymercy authored and tqchen committed Jun 23, 2018
    Configuration menu
    Copy the full SHA
    531bb7c View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2018

  1. Configuration menu
    Copy the full SHA
    bdd4bab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    420e587 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    96f7780 View commit details
    Browse the repository at this point in the history
  4. Update ci_build.sh

    tqchen authored Jun 24, 2018
    Configuration menu
    Copy the full SHA
    0134fab View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5d2ccd6 View commit details
    Browse the repository at this point in the history
  6. Windows VS2015 Compile error - 'conversion from 'double' to 'float' r…

    …equires a narrowing conversion' (#1329)
    rajh619 authored and tqchen committed Jun 24, 2018
    Configuration menu
    Copy the full SHA
    5b33e7b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bb7df69 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2018

  1. Documentation error fixed (#1337)

    Updated documentation error
    PariksheetPinjari909 authored and tqchen committed Jun 25, 2018
    Configuration menu
    Copy the full SHA
    80a7d49 View commit details
    Browse the repository at this point in the history
  2. Contrib: add mkl blas support (#1336)

    TaoLv authored and tqchen committed Jun 25, 2018
    Configuration menu
    Copy the full SHA
    9b8cb1b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d29b1c9 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2018

  1. Configuration menu
    Copy the full SHA
    59a8d09 View commit details
    Browse the repository at this point in the history
  2. support t attr in onnx (#1300)

    fumihwh authored and tqchen committed Jun 26, 2018
    Configuration menu
    Copy the full SHA
    c3df772 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ca2ad6d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    373a8ca View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    113b46e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2f77a12 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3f7cce3 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2018

  1. Configuration menu
    Copy the full SHA
    44d8203 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5068178 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    84bd230 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    71f8861 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    88c74e6 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2018

  1. Configuration menu
    Copy the full SHA
    e00dacb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    15d5801 View commit details
    Browse the repository at this point in the history
  3. update include regex to work for path with symbol (#1354)

    change regex to match all symbol except for space.
    ariwaranosai authored and tqchen committed Jun 28, 2018
    Configuration menu
    Copy the full SHA
    2aa1f05 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4fb5811 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b154e6b View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2018

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

Commits on Jun 30, 2018

  1. Prelu bug fix (#1358)

    ANSHUMAN87 authored and tqchen committed Jun 30, 2018
    Configuration menu
    Copy the full SHA
    32a55f8 View commit details
    Browse the repository at this point in the history
  2. JNI Crash fix (#1357)

    Dayananda-V authored and tqchen committed Jun 30, 2018
    Configuration menu
    Copy the full SHA
    60b874e View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2018

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

Commits on Jul 2, 2018

  1. Configuration menu
    Copy the full SHA
    f9c1799 View commit details
    Browse the repository at this point in the history
  2. fix narrow conversion on gcc-8 (#1376)

    were authored and tqchen committed Jul 2, 2018
    Configuration menu
    Copy the full SHA
    13362e1 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2018

  1. Transpose core dump resolved (#1355)

    ANSHUMAN87 authored and tqchen committed Jul 3, 2018
    Configuration menu
    Copy the full SHA
    211ab97 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fab4f9c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2f4db1b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    28acb18 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2018

  1. Configuration menu
    Copy the full SHA
    4503f77 View commit details
    Browse the repository at this point in the history
  2. add take frontend (#1307)

    Dayananda-V authored and tqchen committed Jul 4, 2018
    Configuration menu
    Copy the full SHA
    40ac206 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    30f09be View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d7c600b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3d010ed View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2fa0eca View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2018

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

Commits on Jul 6, 2018

  1. Configuration menu
    Copy the full SHA
    e1283ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7384cd0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4dd41dd View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2018

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

Commits on Jul 8, 2018

  1. Configuration menu
    Copy the full SHA
    0d673a9 View commit details
    Browse the repository at this point in the history
  2. [NNVM][TOP] broadcast versions corresponding to topi: mod, max, min, …

    …pow, left_shift, right_shift greater, less, equal, not_equal, greater_equal and less_equal. (#1383)
    srkreddy1238 authored and tqchen committed Jul 8, 2018
    Configuration menu
    Copy the full SHA
    3a0b757 View commit details
    Browse the repository at this point in the history
  3. [TOPI] Add GPU SSD (#1397)

    Laurawly authored and tqchen committed Jul 8, 2018
    Configuration menu
    Copy the full SHA
    e686399 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0c506f9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    05f4362 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2018

  1. Configuration menu
    Copy the full SHA
    6cdc18e View commit details
    Browse the repository at this point in the history
  2. [DARKNET FRONTEND]Batchnorm added as part of Dense op for running rnn…

    … model for next wo… (#1385)
    siju-samuel authored and tqchen committed Jul 9, 2018
    Configuration menu
    Copy the full SHA
    4e7b548 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b30ae8a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f927e1f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cb68c82 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    badcb63 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a9a4329 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0ec7080 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5cf4d94 View commit details
    Browse the repository at this point in the history
  10. [TVM] Fixed SPIR-V codegen incorrectly not declaring the interface fo…

    …r the entry point (#1400)
    alex-weaver authored and tqchen committed Jul 9, 2018
    Configuration menu
    Copy the full SHA
    68e4a11 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    81db22c View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2018

  1. Configuration menu
    Copy the full SHA
    22a2199 View commit details
    Browse the repository at this point in the history
  2. [DOCS] Improve documents on deployment (#1412)

    * [DOCS] Improve documents on deployment
    
    * minor updates
    tqchen authored Jul 10, 2018
    Configuration menu
    Copy the full SHA
    84824ae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    69b23d9 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2018

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

Commits on Jul 12, 2018

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

    tmoreau89 authored and tqchen committed Jul 12, 2018
    Configuration menu
    Copy the full SHA
    b8d8e5b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4700185 View commit details
    Browse the repository at this point in the history
  4. doxygen path update

    tmoreau89 authored and tqchen committed Jul 12, 2018
    Configuration menu
    Copy the full SHA
    8ebca36 View commit details
    Browse the repository at this point in the history
  5. [DOCS] Initial docs (#4)

    * [DOCS] Initial docs
    
    * update instruction
    tqchen committed Jul 12, 2018
    Configuration menu
    Copy the full SHA
    0979e9a View commit details
    Browse the repository at this point in the history
  6. [REFACTOR] Code base refactoring (#5)

    tmoreau89 authored and tqchen committed Jul 12, 2018
    Configuration menu
    Copy the full SHA
    28a10b6 View commit details
    Browse the repository at this point in the history
  7. [REFACTOR] Macro standardization, lint tests (#7)

    * code refactoring
    
    * code refactoring
    
    * code refactoring
    
    * code refactoring
    
    * fixing macro
    
    * refactoring, tests, makefile
    
    * style - making sure lint test pass
    
    * prefixed macros with VTA, fixed bugs
    tmoreau89 authored and tqchen committed Jul 12, 2018
    Configuration menu
    Copy the full SHA
    56a0dea View commit details
    Browse the repository at this point in the history
  8. [PYTHON, TVM] Python TVM library, unit tests and end to end example

    * VTA python library
    * Python unit tests
    * End to end example with Resnet18
    * README instructions
    * Bug fixes
    tmoreau89 authored and tqchen committed Jul 12, 2018
    Configuration menu
    Copy the full SHA
    96488c1 View commit details
    Browse the repository at this point in the history
  9. fixing URL; adding () to print (#17)

    gfursin authored and tqchen committed Jul 12, 2018
    Configuration menu
    Copy the full SHA
    75ea6e4 View commit details
    Browse the repository at this point in the history
  10. Upgrade TVM to latest version

    tqchen committed Jul 12, 2018
    Configuration menu
    Copy the full SHA
    dc5bdb6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    33a309b View commit details
    Browse the repository at this point in the history
  12. [SCHEDULER, HW] Auto scheduler for conv2d, hardware generation (#20)

    * Hardware generation fixes/sweep, auto scheduling for VTA conv2d
    
    * Hardware generation fixes/sweep, auto scheduling for VTA conv2d
    
    * derive hw spec from config file
    
    * up to date hardware spec
    tmoreau89 authored and tqchen committed Jul 12, 2018
    Configuration menu
    Copy the full SHA
    f5960ba View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    dea167a View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    0faefaf View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    9c44e4b View commit details
    Browse the repository at this point in the history
  16. [RUNTIME] Simplify dynamic library and code path. (#27)

    * [RUNTIME] Simplify dynamic library and code path.
    
    * reword the readme
    tqchen committed Jul 12, 2018
    Configuration menu
    Copy the full SHA
    666f32d View commit details
    Browse the repository at this point in the history
  17. [INFRASTRUCTURE] Migrate to json based config. Move gemm test to inte…

    …gration. (#28)
    
    * Migrate to json based config. Move gemm test to integration.
    
    * temp checkin
    
    * checkin  example json
    tqchen committed Jul 12, 2018
    Configuration menu
    Copy the full SHA
    5c5806b View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    edac6a8 View commit details
    Browse the repository at this point in the history
  19. [TEST] CI infrastructure (#30)

    tqchen committed Jul 12, 2018
    Configuration menu
    Copy the full SHA
    395f4c3 View commit details
    Browse the repository at this point in the history
  20. fix jenkins (#31)

    tqchen committed Jul 12, 2018
    Configuration menu
    Copy the full SHA
    012697a View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    7ab574b View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    9f0e8ff View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    dae77cd View commit details
    Browse the repository at this point in the history
  24. [TOPI] Automated schedule in conv2d TOPI lib, moving to GEMM intrinsic (

    #35)
    
    * removing programming out of end to end example for now
    
    * updating TOPI library to use gemm tensor intrinsic
    
    * bug fix, autoschedule in TOPI conv lib
    
    * removing the deprecated GEVM intrinsic
    
    * refactoring, fixed lint test
    
    * fix for integer division bug
    
    * python3 bug fix for non matching types due to float division
    
    * comment
    tmoreau89 authored and tqchen committed Jul 12, 2018
    Configuration menu
    Copy the full SHA
    a96a4a9 View commit details
    Browse the repository at this point in the history
  25. Update Graph Support for Batching, Fix Swapping (#37)

    * fix graph transform for batch dimension
    
    * fix
    
    * fix
    tqchen committed Jul 12, 2018
    Configuration menu
    Copy the full SHA
    8c9758b View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    7f25bf1 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    c12691a View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    e1db3cd View commit details
    Browse the repository at this point in the history
  29. [DOC, EXAMPLE] Updated READMEs, tests, etc. (#41)

    * bug fix for new drivers in new PYNQ image v2.1
    
    * updating instructions for resnet inference
    
    * updated the instructions for starting the RPC server
    
    * deriving host/port from env for unit tests
    tmoreau89 authored and tqchen committed Jul 12, 2018
    Configuration menu
    Copy the full SHA
    e2faf79 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    d31f58b View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    430f0c1 View commit details
    Browse the repository at this point in the history
  32. Update Jenkinsfile

    tqchen committed Jul 12, 2018
    Configuration menu
    Copy the full SHA
    d45a925 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    d1128ce View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    4ba6bd5 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    5739aca View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    3ae9e15 View commit details
    Browse the repository at this point in the history
  37. [TVM] Upgrade TVM Support

    tqchen committed Jul 12, 2018
    Configuration menu
    Copy the full SHA
    6c62dac View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    8539ac5 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    ffe1bad View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    bc41013 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    e531d02 View commit details
    Browse the repository at this point in the history
  42. Update index.rst

    tqchen authored Jul 12, 2018
    Configuration menu
    Copy the full SHA
    508d499 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    84c8f3a View commit details
    Browse the repository at this point in the history
  44. fixed path in installation/setup guide

    tmoreau89 authored and tqchen committed Jul 12, 2018
    Configuration menu
    Copy the full SHA
    354139c View commit details
    Browse the repository at this point in the history
  45. minor style edit

    tmoreau89 authored and tqchen committed Jul 12, 2018
    Configuration menu
    Copy the full SHA
    0be4384 View commit details
    Browse the repository at this point in the history
  46. [RUNTIME] Support setting CPU affinity (#1403)

    eqy authored and tqchen committed Jul 12, 2018
    Configuration menu
    Copy the full SHA
    7e7154f View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    6ea74d4 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2018

  1. [TOPI]Add where operator (#1416)

    kevinthesun authored and tqchen committed Jul 13, 2018
    Configuration menu
    Copy the full SHA
    ee3c1b0 View commit details
    Browse the repository at this point in the history
  2. [DOCS] VTA installation guide (#1428)

    tmoreau89 authored and tqchen committed Jul 13, 2018
    Configuration menu
    Copy the full SHA
    6bda4e3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1fb2d7e View commit details
    Browse the repository at this point in the history
  4. fix android packed runtime (#1430)

    merrymercy authored and tqchen committed Jul 13, 2018
    Configuration menu
    Copy the full SHA
    3b476ff View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b5ff88b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b404385 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2018

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

Commits on Jul 15, 2018

  1. Configuration menu
    Copy the full SHA
    6b8d0c0 View commit details
    Browse the repository at this point in the history
  2. [NNVM] Add symbol squeezenet (#1436)

    merrymercy authored and tqchen committed Jul 15, 2018
    Configuration menu
    Copy the full SHA
    c19cf6f View commit details
    Browse the repository at this point in the history
  3. add generic home path (#1435)

    vegaluisjose authored and tqchen committed Jul 15, 2018
    Configuration menu
    Copy the full SHA
    82f78d1 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2018

  1. Configuration menu
    Copy the full SHA
    fc50e06 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    tqchen authored Jul 17, 2018
    Configuration menu
    Copy the full SHA
    25db77f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fe0f99b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    12cf775 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1e4ac3c View commit details
    Browse the repository at this point in the history
  6. Fix conda package builds (#1445)

    abergeron authored and tqchen committed Jul 17, 2018
    Configuration menu
    Copy the full SHA
    2a1c2ba View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2018

  1. Configuration menu
    Copy the full SHA
    a566d36 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d93b72b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4e29ec3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    00c87b3 View commit details
    Browse the repository at this point in the history
  5. Fix inceptionv3 (#1446)

    kevinthesun authored and tqchen committed Jul 18, 2018
    Configuration menu
    Copy the full SHA
    8dbe779 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6fbda22 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    72fa4c1 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2018

  1. Fix runtime error on osx (#1449)

    nishi-t authored and tqchen committed Jul 19, 2018
    Configuration menu
    Copy the full SHA
    3d0d96c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ca5397d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    df8e338 View commit details
    Browse the repository at this point in the history
  4. Fix conda 2 (#1456)

    abergeron authored and tqchen committed Jul 19, 2018
    Configuration menu
    Copy the full SHA
    bea51bb View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2018

  1. Minor doc fixes (#1458)

    eric-haibin-lin authored and tqchen committed Jul 20, 2018
    Configuration menu
    Copy the full SHA
    2cf3fd0 View commit details
    Browse the repository at this point in the history
  2. [CUDA] FP16 support (#1413)

    nishi-t authored and tqchen committed Jul 20, 2018
    Configuration menu
    Copy the full SHA
    3040904 View commit details
    Browse the repository at this point in the history
  3. [RPC] Android RPC Performance Regression Fix, Update Android RPC to u…

    …se Tracker (#1457)
    eqy authored and tqchen committed Jul 20, 2018
    Configuration menu
    Copy the full SHA
    fde98f0 View commit details
    Browse the repository at this point in the history
  4. Fix GetReduceAces (#1460)

    nishi-t authored and tqchen committed Jul 20, 2018
    Configuration menu
    Copy the full SHA
    c3b462f View commit details
    Browse the repository at this point in the history
  5. Add deps for Relay (#1463)

    jroesch authored and tqchen committed Jul 20, 2018
    Configuration menu
    Copy the full SHA
    5e16ba2 View commit details
    Browse the repository at this point in the history
  6. Update VTA schedule (#1464)

    tqchen authored Jul 20, 2018
    Configuration menu
    Copy the full SHA
    84eea57 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b8fedfb View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2018

  1. Configuration menu
    Copy the full SHA
    9026f3f View commit details
    Browse the repository at this point in the history
  2. [AUTOTVM] Misc bug fix (#1467)

    merrymercy authored and tqchen committed Jul 21, 2018
    Configuration menu
    Copy the full SHA
    ad28f5c View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2018

  1. [tvm4j] fix java build (#1471)

    yzhliu authored and tqchen committed Jul 22, 2018
    Configuration menu
    Copy the full SHA
    efe2f6a View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2018

  1. Configuration menu
    Copy the full SHA
    e806cd1 View commit details
    Browse the repository at this point in the history
  2. [TOPI] Bitserial low-precision convolution (#1332)

    Meghan Cowan authored and tqchen committed Jul 23, 2018
    Configuration menu
    Copy the full SHA
    36d3a41 View commit details
    Browse the repository at this point in the history
  3. [BUILD] Fix LLVM static/dynamic link issue (#1461)

    This patch prevents libtvm.so from both containing static parts of LLVM
    and link with libLLVM.so by removing the latter from link list.
    sergei-mironov authored and tqchen committed Jul 23, 2018
    Configuration menu
    Copy the full SHA
    b55a2d5 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2018

  1. Configuration menu
    Copy the full SHA
    41ed49b View commit details
    Browse the repository at this point in the history
  2. update android rpc docs (#1479)

    eqy authored and tqchen committed Jul 24, 2018
    Configuration menu
    Copy the full SHA
    05afac0 View commit details
    Browse the repository at this point in the history
  3. [tvm4j] add GraphRuntime (#1472)

    yzhliu authored and tqchen committed Jul 24, 2018
    Configuration menu
    Copy the full SHA
    5bd4afe View commit details
    Browse the repository at this point in the history
  4. Update Application.mk (#1483)

    Fix application crash problems on armv7a architectures
    Jokeren authored and tqchen committed Jul 24, 2018
    Configuration menu
    Copy the full SHA
    dac22cb View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2018

  1. [DOC] Update VTA readme files to avoid stale information (#1484)

    * updated readme files to avoid stale instructions
    
    * bsp generation turned off by default
    tmoreau89 authored and tqchen committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    5846775 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    55a08de View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f7d05b7 View commit details
    Browse the repository at this point in the history
  4. [NNVM][TENSORFLOW] LSTM operator and PTB word prediction frontend (#1389

    )
    Albin Joy authored and tqchen committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    a808a98 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0fddc35 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cf9db7e View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2018

  1. Configuration menu
    Copy the full SHA
    4de9011 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b0ef376 View commit details
    Browse the repository at this point in the history
  3. Fixed bugs for conv2d (#1465)

    Laurawly authored and tqchen committed Jul 26, 2018
    Configuration menu
    Copy the full SHA
    8c5078c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d20cb75 View commit details
    Browse the repository at this point in the history
  5. update dependency (#1495)

    merrymercy authored and tqchen committed Jul 26, 2018
    Configuration menu
    Copy the full SHA
    0321fc6 View commit details
    Browse the repository at this point in the history
  6. Revert "update dependency (#1495)" (#1499)

    This reverts commit f1f30c4.
    merrymercy authored and tqchen committed Jul 26, 2018
    Configuration menu
    Copy the full SHA
    bcc1765 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2018

  1. perfom full rpc tracker handshake (#1500)

    eqy authored and tqchen committed Jul 27, 2018
    Configuration menu
    Copy the full SHA
    ddd249f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6931274 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    499ee95 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2018

  1. [NNVM] Fix check in layout parsing (#1502)

    * [NNVM] Fix check in layout parsing
    
    * add one workload
    tqchen authored Jul 28, 2018
    Configuration menu
    Copy the full SHA
    325c827 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2018

  1. [TOPI, x86] Adapt AVX schedules for SSE target (#1504)

    * adapt avx schedule for sse
    
    * fixed output type when mixed precision mode
    masahi authored and yzhliu committed Jul 30, 2018
    Configuration menu
    Copy the full SHA
    c8aa6f9 View commit details
    Browse the repository at this point in the history
  2. Activations for coreml added (#1508)

    siju-samuel authored and tqchen committed Jul 30, 2018
    Configuration menu
    Copy the full SHA
    b65a13d View commit details
    Browse the repository at this point in the history
  3. C-RNN layer support is added (#1492)

    siju-samuel authored and tqchen committed Jul 30, 2018
    Configuration menu
    Copy the full SHA
    303b00e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f4b2c29 View commit details
    Browse the repository at this point in the history
  5. [tvm4j] support kNDArrayContainer (#1510)

    yzhliu authored and tqchen committed Jul 30, 2018
    Configuration menu
    Copy the full SHA
    feabd40 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2018

  1. Configuration menu
    Copy the full SHA
    14142a8 View commit details
    Browse the repository at this point in the history
  2. update halideIR (#1515)

    tqchen authored Jul 31, 2018
    Configuration menu
    Copy the full SHA
    a195f8d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3597dfb View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2018

  1. Configuration menu
    Copy the full SHA
    217792e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    146ebc5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    82e5938 View commit details
    Browse the repository at this point in the history
  4. Add some missing operators (#1524)

    abergeron authored and tqchen committed Aug 1, 2018
    Configuration menu
    Copy the full SHA
    d6f3bf1 View commit details
    Browse the repository at this point in the history
  5. Onnx Gather operator added (#1513)

    siju-samuel authored and tqchen committed Aug 1, 2018
    Configuration menu
    Copy the full SHA
    ba4cc7b View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2018

  1. Configuration menu
    Copy the full SHA
    e678a4d View commit details
    Browse the repository at this point in the history
  2. keras.layers.ReLU added (#1530)

    siju-samuel authored and tqchen committed Aug 2, 2018
    Configuration menu
    Copy the full SHA
    b625b99 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    32076df View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a2870fe View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    71cff3e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6d1dc4a View commit details
    Browse the repository at this point in the history
  7. Update test_rpc_exec.py

    tqchen authored Aug 2, 2018
    Configuration menu
    Copy the full SHA
    be718ba View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2018

  1. Fix rpc testcase (#1538)

    tqchen authored Aug 3, 2018
    Configuration menu
    Copy the full SHA
    0f431fd View commit details
    Browse the repository at this point in the history
  2. Fix RPC (#1542)

    tqchen authored Aug 3, 2018
    Configuration menu
    Copy the full SHA
    7c050e4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f70ced1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9e33774 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3360674 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    136061d View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2018

  1. Configuration menu
    Copy the full SHA
    7b59b8e View commit details
    Browse the repository at this point in the history
  2. update topi schedules (#1556)

    masahi authored and tqchen committed Aug 4, 2018
    Configuration menu
    Copy the full SHA
    bdfcec0 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2018

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

Commits on Aug 6, 2018

  1. [FRONTEND][TENSORFLOW] Add Pad and PadV2 support (#1545)

    * [FRONTEND][TENSORFLOW] Add Pad and PadV2 support
    
    * Add assettion to _pad, and fix testcase for pad.
    nishi-t authored and yzhliu committed Aug 6, 2018
    Configuration menu
    Copy the full SHA
    a8574e7 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2018

  1. [FRONTEND][ONNX]LRN support for ONNX (#1518)

    * LRN support for ONNX
    
    * [ONNX] Updated lrn testcases
    Albin Joy authored and yzhliu committed Aug 7, 2018
    Configuration menu
    Copy the full SHA
    0241fdc View commit details
    Browse the repository at this point in the history