- 02 Sep, 2019 4 commits
-
-
Luis Vega committed
-
* fix * lint
雾雨魔理沙 committed -
Logan Weber committed
-
Animesh Jain committed
-
- 01 Sep, 2019 6 commits
-
-
Neo Chien committed
-
* init shape func in interpreter and vm compiler * Update interpreter * fix * lint * lint * fix * remove hack * update * fix * fix * update * address comments & update for shape_of * fix lint * update * fix hybrid * lint * fix bug & add take shape func * lint * lint * update * fix flaky test * add todo
Haichen Shen committed -
Alexey Golunov committed
-
* Added arm_cpu NHWC schedules. * Fixed kernel shape legalization. * Added bitserial ops to relay. * Snapshot and more missing files. * Added dense testing. * Added tests * Added ASF header to new files. * cc lint * Pylint change. * pylint fixes. * Change arm legalize test. * Added assert check to arm legalize. * Added better documentation, fixed some bad style * Reverted arm conv2d nhwc changes.
Josh Fromm committed -
Neo Chien committed
-
* [VTA][TSIM] add virtual memory support to tsim example * fix identation * remove USE_TSIM macro and use 32-bit addr instead
Luis Vega committed
-
- 31 Aug, 2019 3 commits
-
-
SWu committed
-
Alexander Pivovarov committed
-
Animesh Jain committed
-
- 30 Aug, 2019 3 commits
-
-
Animesh Jain committed
-
Animesh Jain committed
-
Andrew Tulloch committed
-
- 29 Aug, 2019 9 commits
-
-
Issue when try vta on fpga board, would see a Infinite recursive device_api.ext_dev issue that cause stack overflow and vta failed. Analysis: device_api.ext_dev function in rpc_server.py is use to load vta library, once vta library get load, device_api.ext_dev would get replaced with vta function by vta library, vta device_api.cc did such work, but because a logic issue in VTA.cmake, the said file not get compiled, then vta would keep failing on rpc_server.py. Solution: fix the logic issue in VTA.cmake.
Hua Jiang committed -
Issue: RewriteForceSerial is a debug function to force instructions to be serialize instead of parrallel running, by doing so we can isolate some parallel problem or do performance compare between parallel and serialize. But this function have some problem, once get enabled by set debug flag, vta would stuck when running on pynq board. Analysis: once enable RewriteForceSerial, the dependency logic is different with default one, but we still use same logic to generate FINISH and other logic, this would cause dead lock. Solution: give a different dependency settings when enable RewriteForceSerial.
Hua Jiang committed -
* [Relay] Conv2d grad * Fix test * Fix first order gradient
Wuwei Lin committed -
Alexander Pivovarov committed
-
Marcelo Duarte Trevisani committed
-
* Not assuming HOME in tvm/download.py * Trigger notification
Neo Chien committed -
hlu1 committed
-
* [TensorFlow] Fix limitation that depth_mult can only be 1 for DepthwiseConv2dNative * Improve code readability
lixiaoquan committed -
Jon Soifer committed
-
- 28 Aug, 2019 3 commits
-
-
* [AutoTVM] Fix database APIs * Refactor the byte conversion
Cody Hao Yu committed -
* [Relay][Keras] Dot * fix reshape * fix comments
Yong Wu committed -
Yong Wu committed
-
- 27 Aug, 2019 1 commit
-
-
Liangfu Chen committed
-
- 26 Aug, 2019 3 commits
-
-
Yixing Jiang committed
-
* fix inconsistent python/cpp APIs for if_then_else * fix error message * fix power consistency * fix * fix bug * add test
Xingjian Shi committed -
* initial virtual memory; * initial integration; * include the header file in cmake; * implement allocation with virtual to logical address mapping; * virtual memory for tsim_driver; * implement the missing memory release function; * readability improvement; * readability improvement; * address review comments; * improved robustness in virtual memory allocation; * remove VTA_TSIM_USE_VIRTUAL_MEMORY macro and use virtual memory for tsim by default; * link tvm against vta library; * merge with master * build virtual memory system without linking tvm against vta; * minor change; * reuse VTA_PAGE_BYTES; * using DRAM class from sim_driver as VirtualMemoryManager; * satisfy linter; * add comments in code; * undo changes to Makefile * undo changes to Makefile * retrigger ci; * retrigger ci; * directly call into VirtualMemoryManager::Global()
Liangfu Chen committed
-
- 24 Aug, 2019 1 commit
-
-
Neo Chien committed
-
- 23 Aug, 2019 5 commits
-
-
Fixed repo change for llvm-9 to resolve missing dependency issue when building images with llvm enabled (#3826)
tristan-arm committed -
Haibin Lin committed
-
Animesh Jain committed
-
Tianqi Chen committed
-
雾雨魔理沙 committed
-
- 22 Aug, 2019 2 commits
-
-
transform.h:118:3: warning: 'const' type qualifier on return type has no effect attrs.h:68:3: note: expanded from macro 'TVM_DECLARE_ATTRS' node.h:244:3: note: expanded from macro 'TVM_DECLARE_NODE_TYPE_INFO' transform.h:95:3: warning: extra ';' after member function definition attrs.h:68:62: note: expanded from macro 'TVM_DECLARE_ATTRS'
lixiaoquan committed -
* Add one-hot to Relay * topi implementation * Working * add topi test * Add TF test * Fix check * fix linting issues * fix documentation * Fix documentation * Add support for on_value, off_value, axis, dtype * Add full support for axis * Fix compute and update test_forward * Move on_value and off_value to inputs * Add topi test * Update tests * Update docs * Fix style * re-enable tests * Add one_hot to mxnet converter
Jon Soifer committed
-