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

merge from apach/tvm to neo ai tvm #59

Merged
merged 31 commits into from
Nov 25, 2019

Commits on Nov 15, 2019

  1. [TOPI][OP] Support Faster-RCNN Proposal OP on CPU (apache#4297)

    * Support Proposal operator on CPU.
    
    * PyLint space issue
    
    * PyLint space issue
    
    * Pylint singleton-comparison issue
    FrozenGene authored and Xingyu Zhou committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    956aee7 View commit details
    Browse the repository at this point in the history
  2. [QNN][Legalize] Specialize for Platforms without any fast Int8 arithm…

    …etic units. (apache#4307)
    anijain2305 authored and Xingyu Zhou committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    d6cf282 View commit details
    Browse the repository at this point in the history
  3. fix error when memory_id is VTA_MEM_ID_OUT (apache#4330)

    jason-song-dev authored and Xingyu Zhou committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    aae9ebd View commit details
    Browse the repository at this point in the history
  4. [CI][DOCKER] Add ONNX runtime dep (apache#4314)

    * [DOCKER] Add ONNX runtime dep
    
    * Improve ci script
    tqchen authored and Xingyu Zhou committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    9f2a7d0 View commit details
    Browse the repository at this point in the history
  5. [QNN] Quantize - Fixing the sequence of lowering. (apache#4316)

    anijain2305 authored and Xingyu Zhou committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    9ab329e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    53b48df View commit details
    Browse the repository at this point in the history
  7. [doc][fix] fix sphinx parsing for pass infra tutorial (apache#4337)

    zhiics authored and Xingyu Zhou committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    607c8ea View commit details
    Browse the repository at this point in the history
  8. change ci image version (apache#4313)

    tqchen authored and Xingyu Zhou committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    5148587 View commit details
    Browse the repository at this point in the history
  9. [Codegen] remove fp16 function override for cuda (apache#4331)

    * add volatile override back
    
    * [codegen] remove fp16 function override for cuda
    yzhliu authored and Xingyu Zhou committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    9651abb View commit details
    Browse the repository at this point in the history
  10. [CI] Set workspace to be per executor (apache#4336)

    tqchen authored and Xingyu Zhou committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    6e9c638 View commit details
    Browse the repository at this point in the history
  11. [Build][Windows] Fix Windows build by including cctype (apache#4319)

    * Fix build
    
    * dummy change to retrigger CI
    
    * dummy change to retrigger ci
    
    * dummy change to retrigger ci
    soiferj authored and Xingyu Zhou committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    d0f43dc View commit details
    Browse the repository at this point in the history
  12. Enable hipModuleGetGlobal() (apache#4321)

    petrex authored and Xingyu Zhou committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    5e61941 View commit details
    Browse the repository at this point in the history
  13. [Relay][Pass] Add pass to remove unused functions in relay module (ap…

    …ache#4334)
    
    * [Relay][Pass] Add pass to remove unused functions in relay module
    
    * Add tests
    
    * Fix lint
    
    * Fix visit order
    
    * Add pass argument
    
    * Fix
    wweic authored and Xingyu Zhou committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    32266bb View commit details
    Browse the repository at this point in the history
  14. Add support for quant. mul operator in tflite frontend (apache#4283)

    A test for qnn_mul has to be added when the qnn elemwise tests (apache#4282) get merged.
    inadob authored and Xingyu Zhou committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    52f1dea View commit details
    Browse the repository at this point in the history
  15. Add topi.nn.fifo_buffer to TVM doc (apache#4343)

    hcho3 authored and Xingyu Zhou committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    7e50a49 View commit details
    Browse the repository at this point in the history
  16. Solve custom model of prelu (apache#4326)

    FrozenGene authored and Xingyu Zhou committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    b6d6efc View commit details
    Browse the repository at this point in the history
  17. Deprecate NNVM warning msg (apache#4333)

    yzhliu authored and Xingyu Zhou committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    7a7685f View commit details
    Browse the repository at this point in the history
  18. [Contrib] Add MKL DNN option (apache#4323)

    * [Contrib] Add MKL DNN
    
    * update
    
    * update
    icemelon authored and Xingyu Zhou committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    c84baa4 View commit details
    Browse the repository at this point in the history
  19. [Relay][Frontend][TF] Fix transpose when axes is not a param (apache#…

    …4327)
    
    * [Relay][Frontend][TF] Use _infer_value_simulated when axes is not a const to Transpose
    
    * uncomment tests
    
    * dummy change to retrigger ci
    soiferj authored and Xingyu Zhou committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    584df60 View commit details
    Browse the repository at this point in the history
  20. [RUNTIME] Add device query for AMD GcnArch (apache#4341)

    * add gcnArch query
    
    * kGcnArch query for cuda is a no-op
    petrex authored and Xingyu Zhou committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    aa00977 View commit details
    Browse the repository at this point in the history
  21. [Test][Relay][Pass] Add test case for lambda lift (apache#4317)

    wweic authored and Xingyu Zhou committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    42f8016 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    a3b8499 View commit details
    Browse the repository at this point in the history
  23. imp module is deprecated (apache#4275)

    were authored and Xingyu Zhou committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    8bf20c4 View commit details
    Browse the repository at this point in the history
  24. [VTA] Bug fix for padded load with large inputs (apache#4293)

    * bug fix for padded load with large inputs
    
    * Update TensorLoad.scala
    
    * Update test_vta_insn.py
    liangfu authored and Xingyu Zhou committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    0be8e56 View commit details
    Browse the repository at this point in the history
  25. fix inconsistent tag name (apache#4134)

    ziyu-guo authored and Xingyu Zhou committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    a0df146 View commit details
    Browse the repository at this point in the history
  26. [CodeGen] Add build config option disable_assert to control whether t…

    …o generate assert (apache#4340)
    FrozenGene authored and Xingyu Zhou committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    41b65ef View commit details
    Browse the repository at this point in the history
  27. Bump up CUDA log version in tophub.py (apache#4347)

    alexgl-github authored and Xingyu Zhou committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    fcd881f View commit details
    Browse the repository at this point in the history
  28. Add check to ensure input file was successfully opened in NNVM deploy…

    … code demo (apache#4315)
    tweej authored and Xingyu Zhou committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    7fabde9 View commit details
    Browse the repository at this point in the history
  29. [COMMUNITY] Add DISCLAIMER, KEYS for ASF release (apache#4345)

    * [COMMUNITY] Add DISCLAIMER, KEYS for ASF release
    
    * Add file name spec
    tqchen authored and Xingyu Zhou committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    4d5c586 View commit details
    Browse the repository at this point in the history
  30. [Relay][VM][Interpreter] Enable first-class constructors in VM and in…

    …terpreter via eta expansion (apache#4218)
    
    * Fix constructor pretty printing
    
    * Make Module::HasDef name consistent with API
    
    * Add VM constructor compilation via eta expansion
    
    * Lint
    
    * Fix CI
    
    * Fix failing test
    
    * Address comment
    
    * Retrigger CI
    
    * Retrigger CI
    weberlo authored and Xingyu Zhou committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    48acb45 View commit details
    Browse the repository at this point in the history
  31. Update dmlc_tvm_commit_id.txt

    Xingyu Zhou committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    800f494 View commit details
    Browse the repository at this point in the history