- 31 Dec, 2019 1 commit
-
-
* [REFACTOR][OBJECT] Consoldiate NodePtr/Ref/Hash/Equal and macros to Object. Historically, we have classes like NodePtr/Ref/HashEqual. After unified object protocol, these names are just alias of the object counterpart. Moreover, there are helper macros defined over the places for defining these object. This PR consoldiate the terminologies into the corresponding ones in the Object system so we have a clean and consistent API moving forward. * Update include/tvm/attrs.h Co-Authored-By: Wei Chen <ipondering.weic@gmail.com> * fix compilation Co-authored-by: Wei Chen <ipondering.weic@gmail.com>
Tianqi Chen committed
-
- 24 Nov, 2019 1 commit
-
-
* [LINT] Improve the check tool to handle ASF copyright message. * [LINT] Remove unnecessary copyright message as per ASF requirement. * Fix codegen hybrid * [LINT] Broaden license checks to include html, xml * [LINT] Fix rest of the files * Fix notice * [LINT] Improve check file type error message
Tianqi Chen committed
-
- 08 Apr, 2019 1 commit
-
-
* [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
-
- 08 Feb, 2019 1 commit
-
-
Optimize move semantics of NodeEntry reducing copies of shared_ptr which causes atomic contention (#2576)
Pedro Larroy committed
-
- 22 Jun, 2018 1 commit
-
-
Junru Shao committed
-
- 13 Jun, 2018 1 commit
-
-
Tianqi Chen committed
-
- 12 Jun, 2018 1 commit
-
-
* 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
Da Zheng committed
-
- 29 May, 2018 33 commits
-
-
ziheng committed
-
Eric Junyuan Xie committed
-
Joshua Z. Zhang committed
-
* Address execution hot spots * extend the reserve logic a bit * FIx more hot spots * Performance: use resize(0) instead of clear() in order to avoid a free/malloc
Chris Olivier committed -
Joshua Z. Zhang committed
-
Eric Junyuan Xie committed
-
Eric Junyuan Xie committed
-
* [ATTR/SYMBOL] Expose op_name attr to python * fix xcode
Tianqi Chen committed -
Rahul committed
-
Eric Junyuan Xie committed
-
Eric Junyuan Xie committed
-
* add FSetInputVariableAttrs * rename
Eric Junyuan Xie committed -
* Fix warnings from Logging, enable Plan memory to take external memory * fix external memory id * fix graph
Tianqi Chen committed -
* Add list attr recursive * fix
Eric Junyuan Xie committed -
Eric Junyuan Xie committed
-
Eric Junyuan Xie committed
-
* [SYMBOL] Change list_input->list_input_names, add list_input_variables * fix
Tianqi Chen committed -
Tianqi Chen committed
-
Tianqi Chen committed
-
* [PASS] include knullop info in plan memory * Bugfix plan memory, fully support mxnet
Tianqi Chen committed -
* [INFER] Enhance backward op policy * [SYMBOL] add list inputs * relax graph attr to enable copy-on-write
Tianqi Chen committed -
Tianqi Chen committed
-
Tianqi Chen committed
-
* Remove warning in g++5 * Change function def to Node ref for more flexiblity
Tianqi Chen committed -
* updates (#1) * add scalars * change format * change inferattr interface * remove scalar * remove warning
Tianqi Chen committed -
Tianqi Chen committed
-
* Update tuple to be compatible with mshadow * Move set error message to C API * simplify with using * updates to shape inference * Add unnamed namespace to the implementations * [SYMBOL] Enable inference of Auxiliary data, rename list_arguments to list_inputs
Tianqi Chen committed -
tqchen committed
-
Tianqi Chen committed
-
Tianqi Chen committed
-
* [PASS] Add order mutation * A few benchmarks on compose speed
Tianqi Chen committed -
Tianqi Chen committed
-
* [PYTHON] Check in a symbolic construction interface in python, start add graph API * Graph API
Tianqi Chen committed
-