- Feb 22, 2018
-
-
libing4752 authored
-
- Feb 21, 2018
-
-
Tianqi Chen authored
* [RUNTIME] More reliable runtime only detection * fix lint
-
Tianqi Chen authored
-
- Feb 19, 2018
-
-
masahi authored
-
Meghan Cowan authored
-
- Feb 18, 2018
-
-
masahi authored
* update c++ pool and softmax * clean up reduce axis
-
Zhixun Tan authored
-
- Feb 15, 2018
-
-
Yao Wang authored
* Add basic dense scheduler * Revert to put back cpp dense registration * Fix lint
-
Zhixun Tan authored
Emscripten seems to not have done initialization properly.
-
- Feb 13, 2018
-
-
Siva authored
Need to break after executing intended operation (not before).
-
Lianmin Zheng authored
* add winograd for mali * fix lint * add padding * fix comment
-
- Feb 12, 2018
-
-
Siju Samuel authored
* [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
-
- Feb 10, 2018
-
-
alex-weaver authored
* 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
-
masahi authored
* 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
-
- Feb 09, 2018
-
-
eqy authored
-
Tianqi Chen authored
-
masahi authored
-
Tianqi Chen authored
* [PASS] Prepare storage rewrite for unified buffer * more comments
-
- Feb 08, 2018
-
-
Yizhi Liu authored
* conv2d schedules for Intel CPU (AVX2 & AVX512) * fix lint * remove override register
-
- Feb 07, 2018
-
-
Tianqi Chen authored
* [PASS] Enable StorageRewrite before virtual thread lowering * update * fix testcase
-
Zhixun Tan authored
[TOPI][GL] OpenGL topi.
-
Lianmin Zheng authored
* add peak test * fix error for lanes=16 * update doc * fix names * fix names
-
- Feb 06, 2018
-
-
Lianmin Zheng authored
-
- Feb 05, 2018
-
-
alex-weaver authored
* Fixed namespacing issues in schedules * Fixed compile error
-
Tianqi Chen authored
-
Tianqi Chen authored
* Try fix cpp topi test * move cpp test to another stage * update
-
alex-weaver authored
* Added +x permission to task_cpp_topi.sh. Added C++ topi tests to Jenkinsfile * Fixed test_topi_math.py * Minor style fix
-
- Feb 04, 2018
-
-
libing4752 authored
* 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
-
alex-weaver authored
* Fix bugs with C++ TOPI flatten and relu * Added regression tests. Fixed typo in CMakeLists.txt. Fixed topi cpp import removed.
-
- Feb 03, 2018
-
-
Tianqi Chen authored
* Fix Vulkan Build, add tanh to llvm instrinsic, fix halideIR * fix llvm tanh
-
PENGUINLIONG authored
-
- Feb 02, 2018
-
-
yuruofeifei authored
* [TOPI] Add compute for more operators * Remove device except llvm * Address comments * Remove matmul compute * Add outtype to boolean operator * Address coments
-
alex-weaver authored
-
alex-weaver authored
* TOPI C++ bugfixes * Fix lint
-
PENGUINLIONG authored
-
Tianqi Chen authored
* [BACKEND] Vulkan Runtime and SPIRV Codegen * fix doc
-
- Feb 01, 2018
-
-
alex-weaver authored
* Update HalideIR commit to include TVM_STATIC_IR_FUNCTOR_REGISTER * Fix HalideIR to point to the right commit * Add missing using to C++ TOPI nn.h * Update HalideIR to include compiler error fix * Fixed error where broadcast_to fails if shape is tuple of IntImm * Change get_const_int to support int as input
-
- Jan 31, 2018
-
-
Thierry Moreau authored
-
Tianqi Chen authored
-
Tianqi Chen authored
-