1. 09 Feb, 2020 1 commit
  2. 07 Feb, 2020 1 commit
    • [REFACTOR][PY][API-Change] Polish tvm.runtime, tvm.runtime.module API update (#4837) · e0122c0e
      * [REFACTOR][PY-API] Polish tvm.runtime, tvm.runtime.module API update
      
      This PR updates the tvm.runtime to use the new FFI style.
      
      - Remove top-level tvm.module to avoid confusion between runtime.Module and IRModule
      - API changes wrt to runtime.Module
        - tvm.module.load -> tvm.runtime.load_module
        - tvm.module.enabled -> tvm.runtime.enabled
        - tvm.module.system_lib -> tvm.runtime.system_lib
      - Remove dep on api_internal from runtime.
      
      * Update module.load in the latest API
      Tianqi Chen committed
  3. 05 Feb, 2020 2 commits
    • [REFACTOR][PY] Establish tvm.runtime (#4818) · fc7dd6d7
      * [REFACTOR][PY] Establish tvm.runtime
      
      This PR establishes the tvm.runtime namespace that contains the core runtime data structures.
      The top-level API are kept inact for now via re-exporting.
      
      We will followup later to cleanup some of the top-level APIs.
      
      * Fix ndarray name
      Tianqi Chen committed
    • [REFACTOR][PY] tvm._ffi (#4813) · f9b46c43
      * [REFACTOR][PY] tvm._ffi
      
      - Remove from __future__ import absolute_import in the related files as they are no longer needed if the code only runs in python3
      - Remove reverse dependency of _ctypes _cython to object_generic.
      - function.py -> packed_func.py
      - Function -> PackedFunc
      - all registry related logics goes to tvm._ffi.registry
      - Use absolute references for FFI related calls.
        - tvm._ffi.register_object
        - tvm._ffi.register_func
        - tvm._ffi.get_global_func
      
      * Move get global func to the ffi side
      Tianqi Chen committed
  4. 10 Jan, 2020 1 commit
  5. 22 Dec, 2019 1 commit
  6. 18 Dec, 2019 1 commit
  7. 02 Dec, 2019 1 commit
  8. 22 Nov, 2019 1 commit
  9. 18 Sep, 2019 1 commit
  10. 19 Jul, 2019 1 commit
  11. 08 Apr, 2019 1 commit
    • [HEADER] Add Header to Comply with ASF Release Policy (#2982) · cffb4fba
      * [HEADER] ASF header dir=include
      
      * [HEADER] ASF Header dir=src
      
      * [HEADER] ASF Header -dir=python
      
      * [HEADER] ASF header dir=topi
      
      * [HEADER] ASF Header dir=nnvm
      
      * [HEADER] ASF Header -dir=tutorials
      
      * [HEADER] ASF Header dir=tests
      
      * [HEADER] ASF Header -dir=docker
      
      * fix whitespace
      
      * [HEADER] ASF Header -dir=jvm
      
      * [HEADER] ASF Header -dir=web
      
      * [HEADER] ASF Header --dir=apps
      
      * [HEADER] ASF Header --dir=vta
      
      * [HEADER] ASF Header -dir=go
      
      * temp
      
      * [HEADER] ASF Header --dir=rust
      
      * [HEADER] Add ASF Header --dir=cmake
      
      * [HEADER] ASF Header --dir=docs
      
      * [HEADER] Header for Jenkinsfile
      
      * [HEADER] ASF Header to toml and md
      
      * [HEADER] ASF Header to gradle
      
      * Finalize rat cleanup
      
      * Fix permission
      
      * Fix java test
      
      * temporary remove nnvm onnx test
      Tianqi Chen committed
  12. 01 Jan, 2019 1 commit
  13. 29 Nov, 2018 1 commit
  14. 28 Nov, 2018 1 commit
    • [BACKEND][CODEGEN] C codegen with tests (#2161) · a259b737
      * Implement C code generation with tests
      
      * Code cleanup
      
      * Implement C code generation with tests
      
      * Code cleanup
      
      * tabs to spaces
      
      * make lint compliant
      
      * update export_library and reserve unique C keywords
      
      * move ReserveKeywordsAsUnique to codegen_c
      
      * some documentation and code cleanup
      
      * use tvm.contrib.util for tempdir in testcases
      Pratyush Patel committed
  15. 21 Oct, 2018 1 commit
  16. 11 Aug, 2018 1 commit
  17. 13 Apr, 2018 1 commit
  18. 28 Feb, 2018 1 commit
  19. 27 Jan, 2018 1 commit
  20. 13 Oct, 2017 1 commit
  21. 11 Sep, 2017 1 commit
  22. 05 Aug, 2017 1 commit
  23. 19 Jul, 2017 1 commit
  24. 15 Jul, 2017 1 commit
  25. 14 Jul, 2017 1 commit
  26. 07 Jul, 2017 1 commit
  27. 03 Jun, 2017 1 commit
  28. 09 May, 2017 1 commit
  29. 27 Apr, 2017 1 commit
  30. 26 Apr, 2017 1 commit
  31. 17 Apr, 2017 1 commit
  32. 16 Apr, 2017 1 commit
  33. 12 Mar, 2017 1 commit
  34. 27 Feb, 2017 1 commit
  35. 24 Feb, 2017 1 commit