- 26 Feb, 2020 1 commit
-
-
* [DOCS] Fix Sphinx Warnings: the target found for cross-reference warnings * Fix the warning: undefined label
Neo Chien committed
-
- 20 Feb, 2020 1 commit
-
-
* fix indents * Fix image scale and cross-ref
Cody Yu committed
-
- 19 Feb, 2020 1 commit
-
-
* [REFACTOR] Polish ffi convention. - Remove the src/api, keep registration local to the c++ function. - Remove the api_internal as it is no longer needed. * Update the codebase walk through
Tianqi Chen committed
-
- 18 Feb, 2020 1 commit
-
-
Tianqi Chen committed
-
- 17 Feb, 2020 1 commit
-
-
Tianqi Chen committed
-
- 13 Feb, 2020 3 commits
- 07 Feb, 2020 4 commits
-
-
* [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 -
Animesh Jain committed
-
Zhao Wu committed
-
Zhi committed
-
- 28 Jan, 2020 1 commit
-
-
* Implement pass tracing API * Set is_before correctly * Add docs for trace function * Fix lint * Remove PDB * Ensure trace_func is set before calling * Fix conditional
Jared Roesch committed
-
- 24 Jan, 2020 1 commit
-
-
hlu1 committed
-
- 21 Jan, 2020 1 commit
-
-
* BYOC Tutorial -- part 2 * Fix comments * Address comments
Cody Yu committed
-
- 16 Jan, 2020 2 commits
-
-
* [Docs] Convert Layout pass. * Address comments. Section 3 massaging. * Address comments.
Animesh Jain committed -
* BYOC tutorial: codegen C * Address comments * Address comments * Add build option * Address comments * Use TVM_DLL_EXPORT_TYPED_FUNC
Cody Yu committed
-
- 14 Jan, 2020 1 commit
-
-
This PR brings relay::Module as the unified IRModule structure. IRModule will be used as the basic unit for transformations through out the stack. - Rename relay::Module -> IRModule - Move relay/module.h -> ir/module.h - ModuleNode::FromExpr -> IRModule::FromExpr - FromText -> IRModule::FromText
Tianqi Chen committed
-
- 11 Jan, 2020 1 commit
-
-
* replace TensorObj and TensorValue with NDArray * NodeBase to Object in Python * rebase
Zhi committed
-
- 04 Jan, 2020 1 commit
-
-
TVM_REGSISTER_API is an alias of TVM_REGISTER_GLOBAL. In the spirit of simplify redirections, this PR removes the original TVM_REGISTER_API macro and directly use TVM_REGISTER_GLOBAL. This type of refactor will also simplify the IDE navigation tools such as FFI navigator to provide better code reading experiences. Move EnvFunc's definition to node.
Tianqi Chen committed
-
- 22 Dec, 2019 1 commit
-
-
* [TEST] Remove nnvm related code in topi and test script * Remove docs dep
Tianqi Chen committed
-
- 02 Dec, 2019 1 commit
-
-
* add benchmark log format doc * code review changes * remove runtime_config, add md5 field * schema edits
anwang2009 committed
-
- 27 Nov, 2019 1 commit
-
-
* [Doc] Fix broken link * [Doc] Fix broken link * [Doc] Fix broken link
Neo Chien committed
-
- 20 Nov, 2019 1 commit
-
-
Liang ZOU committed
-
- 06 Nov, 2019 1 commit
-
-
Tianqi Chen committed
-
- 20 Oct, 2019 1 commit
-
-
We think it will reduce the confusion with the meaning. https://discuss.tvm.ai/t/discuss-consider-rename-vm-datatype/4339
Wei Chen committed
-
- 27 Sep, 2019 1 commit
-
-
brett koonce committed
-
- 23 Aug, 2019 1 commit
-
-
Haibin Lin committed
-
- 13 Aug, 2019 1 commit
-
-
Zhi committed
-
- 31 Jul, 2019 1 commit
-
-
* relay vm serialization * fix lint * load params, fix stream * lint * fix typo
Zhi committed
-
- 23 Jul, 2019 1 commit
-
-
* Update the Relay adding pass doc to reference the new pass infrastructure * Correct pass name Co-Authored-By: Zhi <5145158+zhiics@users.noreply.github.com> * Align header equals signs
Steven S. Lyubomirsky committed
-
- 17 Jul, 2019 1 commit
-
-
* [docs] Add a tutorial for the pass manager * address comment * address more comments * retrigger ci * address steven's comments * address comments * retrigger ci * Update docs/dev/relay_pass_infra.rst Co-Authored-By: Steven S. Lyubomirsky <slyubomirsky@gmail.com> * Update docs/dev/relay_pass_infra.rst Co-Authored-By: Steven S. Lyubomirsky <slyubomirsky@gmail.com> * Update docs/dev/relay_pass_infra.rst Co-Authored-By: Steven S. Lyubomirsky <slyubomirsky@gmail.com> * Update docs/dev/relay_pass_infra.rst Co-Authored-By: Steven S. Lyubomirsky <slyubomirsky@gmail.com> * Update docs/dev/relay_pass_infra.rst Co-Authored-By: Steven S. Lyubomirsky <slyubomirsky@gmail.com> * Update docs/dev/relay_pass_infra.rst Co-Authored-By: Logan Weber <36520469+weberlo@users.noreply.github.com> * Update docs/dev/relay_pass_infra.rst Co-Authored-By: Logan Weber <36520469+weberlo@users.noreply.github.com>
Zhi committed
-
- 10 Jul, 2019 1 commit
-
-
Wei Chen committed
-
- 12 Jun, 2019 1 commit
-
-
Marcus Shawcroft committed
-
- 07 Jun, 2019 1 commit
-
-
Marcus Shawcroft committed
-
- 27 May, 2019 1 commit
-
-
* [Doc][Relay] Add VM doc * Add Apache header * Apply suggestions from code review Co-Authored-By: Steven S. Lyubomirsky <slyubomirsky@gmail.com> Co-Authored-By: 雾雨魔理沙 <lolisa@marisa.moe> Co-Authored-By: Logan Weber <36520469+weberlo@users.noreply.github.com> Co-Authored-By: Zhi <5145158+zhiics@users.noreply.github.com> * Junru's comment * More fix * More fix * More fix * last fix * Apply suggestions from code review Co-Authored-By: 雾雨魔理沙 <lolisa@marisa.moe> * Apply suggestions from code review Co-Authored-By: Logan Weber <36520469+weberlo@users.noreply.github.com> * Add code links * Remove unused bp * Update docs/dev/virtual_machine.rst Co-Authored-By: Logan Weber <36520469+weberlo@users.noreply.github.com> * Explain TODO * Yong's comment Co-Authored-By: Yong Wu <55wuyong@163.com> * Comment
Wei Chen committed
-
- 03 May, 2019 1 commit
-
-
* Developer documentation for InferBound pass.
Jessica Davies committed
-
- 01 May, 2019 1 commit
-
-
* Correct spelling of 'inavlid' * [DOC] correct spelling of 'schdule'. * [DOC] clean up use of abbreviation "interop" * [DOC] capitalize API abbreviation consistently * [DOC] correct spelling of 'peformed'. * [DOC] correct spelling of 'intermidiate' * Remove trailing white space. * Correct spelling of 'parametrization'. * [DOC] minor improvements to Range documentation.
Marcus Shawcroft committed
-
- 28 Apr, 2019 2 commits
-
-
Tianqi Chen committed
-
MaxXing committed
-