- 23 Feb, 2018 3 commits
-
-
Tianqi Chen committed
-
This reverts commit 12d15704d7f5d30cff7540f1fd16be64c6baca68.
Tianqi Chen committed -
* [RUNTIME] Refactor extension type handling, now it is header only
Tianqi Chen committed
-
- 22 Feb, 2018 2 commits
-
-
[PASS] Support buffer reuse for different types
xqdan committed -
libing4752 committed
-
- 21 Feb, 2018 2 commits
-
-
* [RUNTIME] More reliable runtime only detection * fix lint
Tianqi Chen committed -
Tianqi Chen committed
-
- 19 Feb, 2018 2 commits
-
-
masahi committed
-
Meghan Cowan committed
-
- 18 Feb, 2018 2 commits
-
-
* update c++ pool and softmax * clean up reduce axis
masahi committed -
Zhixun Tan committed
-
- 15 Feb, 2018 2 commits
-
-
* Add basic dense scheduler * Revert to put back cpp dense registration * Fix lint
Yao Wang committed -
Emscripten seems to not have done initialization properly.
Zhixun Tan committed
-
- 13 Feb, 2018 2 commits
-
-
Need to break after executing intended operation (not before).
Siva committed -
* add winograd for mali * fix lint * add padding * fix comment
Lianmin Zheng committed
-
- 12 Feb, 2018 1 commit
-
-
* [Documentation Changes] Parameter description change for reduction api The parameter description is updated for max, min, argmax and argmin * Lint changes on patch-3 of reduction.py
Siju Samuel committed
-
- 10 Feb, 2018 2 commits
-
-
* Make python BuildConfig serializable/deserializable to/from string * Make C++ BuildConfig serializable/deserializable to/from string * Revert "Make python BuildConfig serializable/deserializable to/from string" This reverts commit a5e1fb3ff63a161cc0d63475d2a32816cc4c3666. * Revert "Make C++ BuildConfig serializable/deserializable to/from string" This reverts commit ec0c2c54543050fe6f264d06eebff33dee70370b. * Converted BuildConfig to use TVM node system * Fix lint * Fix lint * Added code to set node attributes through the C API * Fixed bug in build_config() * Fix lint * Fix lint * Fix test errors * Reduced scope of node __setattr__ to apply only to BuildConfig * Fix lint * Fix lint * Changed python BuildConfig to be immutable, with values set once on construction. * Fix lint * Fix C++ test * Fixed BuildConfig setting python-side args * Fix lint * Removed dependency on reflection.cc to construct BuildConfig (allow use in runtime library) * Fix lint * Revert "Fix lint" This reverts commit 16ed6d7a1ca5e551b035bad46e8361ea487cd45b. * Revert "Removed dependency on reflection.cc to construct BuildConfig (allow use in runtime library)" This reverts commit 43817c97a2ee045791e0c031d962fa97636ce8f6. * Avoid accessing BuildConfig when using runtime lib * Fix missing import * Fix error running under cython (root cause: node handle is not valid until after __init__ has returned, so cannot call __dir__ during __init__ * Fix error where BuildConfig._node_defaults was not copied in build_config() * Fix lint * Fix lint * Fix lint * Fix lint * Add comments to python BuildConfig
alex-weaver committed -
* add 4 dim softmax * update for NHWC layout * remove layout param from softmax * fix typo * minor fix to pool support axis=1 ndims=5 softmax. add softmax axis * few fix for softmax * fix typo * add more doc * minor doc fix * fix upsampling output shape * fix lint * cleanup softmax * minor fix * raise exception instead of assert, handles negative axis * check axis after axis transformation
masahi committed
-
- 09 Feb, 2018 4 commits
-
-
eqy committed
-
Tianqi Chen committed
-
masahi committed
-
* [PASS] Prepare storage rewrite for unified buffer * more comments
Tianqi Chen committed
-
- 08 Feb, 2018 1 commit
-
-
* conv2d schedules for Intel CPU (AVX2 & AVX512) * fix lint * remove override register
Yizhi Liu committed
-
- 07 Feb, 2018 3 commits
-
-
* [PASS] Enable StorageRewrite before virtual thread lowering * update * fix testcase
Tianqi Chen committed -
[TOPI][GL] OpenGL topi.
Zhixun Tan committed -
* add peak test * fix error for lanes=16 * update doc * fix names * fix names
Lianmin Zheng committed
-
- 06 Feb, 2018 1 commit
-
-
Lianmin Zheng committed
-
- 05 Feb, 2018 4 commits
-
-
* Fixed namespacing issues in schedules * Fixed compile error
alex-weaver committed -
Tianqi Chen committed
-
* Try fix cpp topi test * move cpp test to another stage * update
Tianqi Chen committed -
* Added +x permission to task_cpp_topi.sh. Added C++ topi tests to Jenkinsfile * Fixed test_topi_math.py * Minor style fix
alex-weaver committed
-
- 04 Feb, 2018 2 commits
-
-
* modified schedule_dataflow_rewrite.cc to fix losing tensor problem * modified schedule_dataflow_rewrite.cc for lint scan * modified schedule_dataflow_rewrite.cc for lint scan * using tensor's value_index to index output of stage op * repare address offset for different kinds of dtype * bc * aaa * aaaaa * repare address for different dtypes * remove nonsense files * add whitespace of line 581 * use base alloc elem_type * enhance the testcast of basic buffer is 64bits,32bits,16bits,8bits * use extends[0]->type() as dtype of offset * clear program writes * enhance inject_copy_intin to support of pragma stmt with no loops * fix cpplint errors * fix cpplint error of ! * enhance detectLinearEquation to support with no loop vars * fix cpplint errors
libing4752 committed -
* Fix bugs with C++ TOPI flatten and relu * Added regression tests. Fixed typo in CMakeLists.txt. Fixed topi cpp import removed.
alex-weaver committed
-
- 03 Feb, 2018 2 commits
-
-
* Fix Vulkan Build, add tanh to llvm instrinsic, fix halideIR * fix llvm tanh
Tianqi Chen committed -
PENGUINLIONG committed
-
- 02 Feb, 2018 5 commits
-
-
* [TOPI] Add compute for more operators * Remove device except llvm * Address comments * Remove matmul compute * Add outtype to boolean operator * Address coments
yuruofeifei committed -
alex-weaver committed
-
* TOPI C++ bugfixes * Fix lint
alex-weaver committed -
PENGUINLIONG committed
-
* [BACKEND] Vulkan Runtime and SPIRV Codegen * fix doc
Tianqi Chen committed
-