- 14 Nov, 2017 1 commit
-
-
* conv2d perf improved for conv2d_56_64_128, test name added to differentiate workloads * fix lint error
Leyuan Wang committed
-
- 06 Nov, 2017 1 commit
-
-
Yuwei Hu committed
-
- 30 Oct, 2017 1 commit
-
-
Leyuan Wang committed
-
- 27 Oct, 2017 1 commit
-
-
Tianqi Chen committed
-
- 26 Oct, 2017 1 commit
-
-
masahi committed
-
- 25 Oct, 2017 1 commit
-
-
Yuwei Hu committed
-
- 23 Oct, 2017 1 commit
-
-
* update topi/cuda schedules to use target.max_num_threads * allow num_thread to be larger than cuda.max_num_threads * remove get_max_num_threads and make it inline
masahi committed
-
- 22 Oct, 2017 1 commit
-
-
Tianqi Chen committed
-
- 15 Oct, 2017 1 commit
-
-
Tianqi Chen committed
-
- 14 Oct, 2017 1 commit
-
-
* [TVM] Introduce target generic dispatch system * fix target warning
Tianqi Chen committed
-
- 13 Oct, 2017 1 commit
-
-
* add masahi to contributors * enable rocm target in topi tests
masahi committed
-
- 06 Oct, 2017 1 commit
-
-
* add argmax argmin * remove coder saver
Xingjian Shi committed
-
- 03 Oct, 2017 1 commit
-
-
* [TOPI] Add left_shift, right_shift, clip, cast * [TOPI] Add test * [TOPI] Fix
ziheng committed
-
- 28 Sep, 2017 1 commit
-
-
Xingjian Shi committed
-
- 26 Sep, 2017 2 commits
-
-
* Move target to tvm; rename convolution as conv2d * Fix * Fix
ziheng committed -
* add squeeze * should be squeeze
Xingjian Shi committed
-
- 25 Sep, 2017 1 commit
-
-
* [TOPI]add reshape * fix problems * fix lint * try to add concatenate * fix lint and error * fix doc * fix error * try to add split * fix lint * fix error * fix lint
Xingjian Shi committed
-
- 24 Sep, 2017 1 commit
-
-
Leyuan Wang committed
-
- 23 Sep, 2017 6 commits
-
-
Yuwei HU committed
-
Tianqi Chen committed
-
Tianqi Chen committed
-
Tianqi Chen committed
-
* migrate global_avg_pool, fully_connected * fix pylint * enable fusion of pooling schedule * rename fc->dense, enable fusion * improve dense schedule * unified global pool
Yuwei HU committed -
* [TEST] rfactor+ewise, cite rfactor paper * include all authors via abbrv * [TOPI] Add transpose * fix lint
Tianqi Chen committed
-
- 22 Sep, 2017 1 commit
-
-
Tianqi Chen committed
-
- 18 Sep, 2017 1 commit
-
-
Xingjian Shi committed
-
- 17 Sep, 2017 1 commit
-
-
* add binary broadacst * fix testing * revise testing threshold
Xingjian Shi committed
-
- 12 Sep, 2017 1 commit
-
-
* rename the nchw and pass the unit test; going to do it for nhwc depthwise * bug with fusion * nchw works fine; nhwc float32 problem remains * still cannot bind them together * fusion works * syntax fix * all bugs fixed; test cases pass * minor fix on nn.h * back wrt input * backward wrt input nhwc; only test case in recipe * test case for depthwise back wrt input * test case for depthwise backward wrt weight * tags * minor fixes * pylint test; add arch=3.7 * modify scheduler * better backward depthwise w.r.t weight scheduler * updated scheduler * test_topi_depthwise_conv2d_back_input.py and test_topi_depthwise_conv2d_back_weight.py success * all test cases wrt input pass * update * new test cases and scheduler * not working 1 and 2 * good wrt weight, bad wrt input * test cases added * remove tf lines * minor fix * compute arch changed * remove compile hook * minor change * pylint * fix the float for python case * fix cases for python3 case * except for memoize * fix most; memoize still wrong * memoize added * unexpected layout cases added for scheduler * error message layout other than NHWC added * improve padding * fix as pr requests * remove dilate in backward wrt weight
wetliu committed
-
- 09 Sep, 2017 1 commit
-
-
Tianqi Chen committed
-
- 06 Sep, 2017 1 commit
-
-
* relu activation migrated to topi * reviews addressed * relu compute deleted * conv2d_nchw updated * resnet18 hand tuned schedule added * pylint error fixed * one more workload test for conv2d_nchw * conv2d schedule subfunctions added for different patterns * reviews addressed
Leyuan Wang committed
-
- 05 Sep, 2017 1 commit
-
-
* [TEST] Add memoize to save test data * Update comment * mark py version
Tianqi Chen committed
-
- 03 Sep, 2017 1 commit
-
-
* CPU Schedule for raspberry pi * Update * Update * Add topi.target * Refactor * Update * Make python3 happy * Improve * Improve * Improve * Use get_const_int
ziheng committed
-
- 27 Aug, 2017 1 commit
-
-
* convolution compute typo fixed * relu activation migrated to topi * reviews addressed * elemwise schedule added * relu compute deleted
Leyuan Wang committed
-
- 22 Aug, 2017 1 commit
-
-
* softmax migrated and test added * pylint error fixed * pylint error fixed
Leyuan Wang committed
-
- 16 Aug, 2017 1 commit
-
-
* rename the nchw and pass the unit test; going to do it for nhwc depthwise * bug with fusion * nchw works fine; nhwc float32 problem remains * still cannot bind them together * fusion works * syntax fix * all bugs fixed; test cases pass * minor fix on nn.h
wetliu committed
-
- 15 Aug, 2017 3 commits
-
-
Tianqi Chen committed
-
Yuwei HU committed
-
[TOPI] Add broadcast and reduce operators
Xingjian Shi committed
-
- 14 Aug, 2017 2 commits
-
-
* add dilation operators * fix pylint * dilate testcases success * n-D tensor dilation * support arbitrary dimension
Yuwei HU committed -
* __init__ updated * pull request updated * build_module added * typo fixed * another typo fixed * conv2d gpu scheduler for two layouts moved to tvm * changes made according to CR * conv2d_nchw formating updated, conv2d_hwcn tests updated * lint error fixed * element wise operator schedule fusing fixed for conv2d * conv2d_nchw topi test added, all resnet workloads now pass * conv compute lint error fixed * fixed python 3 compatibility problem * conv2d tensor input support added, test typo fixed, ir_pass.Simplify changed to util.get_const_int
Leyuan Wang committed
-