Lianmin Zheng
2a5656bf80
[Relay] Alter Op Layout ( #2150 )
...
* [RELAY] Finish alter op pass
* [RELAY] AlterOpLayout Pass
* fix broadcast operators
* fix broadcast operators
* fix broadcast operators
* Support concatenate
* address comments
* address comments
* add comments
* rebase
2018-11-29 17:11:15 -08:00
Pratyush Patel
4bf1fd8c44
fix llvm dependency bug ( #2198 )
2018-11-29 13:17:32 -08:00
Wuwei Lin
71341451db
Fix logging in autotvm record ( #2195 )
2018-11-29 10:32:36 -08:00
Siju
3b91ae28e9
[RELAY]missing schedules updated ( #2196 )
2018-11-29 10:07:19 -08:00
Siju
8fe38eef59
[Relay]collapse_sum and broadcast_to compute & schedule ( #2180 )
2018-11-29 10:06:29 -08:00
Liang ZOU
10476a730f
Update comments for the API tvm.lower ( #2193 )
...
tvm.Schedule ==> tvm.schedule.Schedule
2018-11-29 10:01:02 -08:00
Pratyush Patel
a259b737f5
[BACKEND][CODEGEN] C codegen with tests ( #2161 )
...
* Implement C code generation with tests
* Code cleanup
* Implement C code generation with tests
* Code cleanup
* tabs to spaces
* make lint compliant
* update export_library and reserve unique C keywords
* move ReserveKeywordsAsUnique to codegen_c
* some documentation and code cleanup
* use tvm.contrib.util for tempdir in testcases
2018-11-28 13:32:31 -05:00
Siju
b871500834
[Relay]where compute and schedule ( #2179 )
2018-11-28 09:57:40 -08:00
Siju
55599b937b
[Relay]resize op compute and schedule ( #2172 )
2018-11-27 17:49:02 -08:00
Tianqi Chen
7af48f1aa2
[RELAY][IR] Introduce IdNode to preserve var id across rewriting ( #2178 )
2018-11-26 23:07:37 -08:00
Siju
246a38a1db
[RELAY]full, full_like compute and schedule ( #2170 )
2018-11-26 22:10:31 -08:00
Wuwei Lin
7880b50c7a
[Relay][Pass] Fix CombineParallelConv2D ( #2167 )
2018-11-26 16:26:55 -08:00
Steven S. Lyubomirsky
db74c997ea
[Relay] Densenet benchmark ( #2154 )
...
* Port densenet to Relay
* Invoke densenet test in __main()__
* Even the spacing in the IR text format tests
* Forgot to import densenet in init
* Correct reference to densenet in test
2018-11-26 14:11:19 -08:00
Siju
fe0eac9431
[RELAY]take and transpose comp and schd ( #2135 )
2018-11-26 10:47:08 -08:00
masahi
bcacb764c9
[Relay] Register compute and schedule for upsampling, with miscellaneous fixes ( #2171 )
2018-11-26 10:45:08 -08:00
Tianqi Chen
a3530f8fa2
[RELAY] Add multiref trigger to ForwardRewrite ( #2168 )
2018-11-26 10:44:49 -08:00
ziheng
0a1f3d41c9
[PASS] PostOrderVisit ( #2169 )
2018-11-26 10:25:17 -08:00
Siju
b5e0d79060
[RELAY]sch and compute for reduce ops ( #2091 )
2018-11-25 22:11:33 -08:00
Tianqi Chen
b903834328
[RELAY][OP] Move computes to cxx, enable concat as injective ( #2166 )
2018-11-25 18:27:29 -08:00
kice
27cb4fc665
Fix str decoding error on non-English Windows ( #2158 )
2018-11-25 14:39:26 -08:00
Tianqi Chen
d4f8d20e20
[RELAY][FRONTEND] Initial MXNet frontend support. ( #2163 )
2018-11-25 12:54:03 -08:00
Siju
0cf3ddf7fc
Relay reshape reshape_like compute and schedule ( #2159 )
2018-11-25 09:01:44 -08:00
Steven S. Lyubomirsky
9473dca266
[Relay][Op] Add compute, schedule, and tests for expand_dims and squeeze ( #2133 )
2018-11-24 19:33:14 -08:00
Siju
b1cf70a885
[RELAY]Testing Inception, Squeezenet, VGG port ( #2013 )
2018-11-24 14:44:41 -08:00
Wuwei Lin
53ac89ede7
[RELAY][PASS] CombineParallelConv2D ( #2089 )
2018-11-22 10:41:40 -08:00
Steven S. Lyubomirsky
58fa05312e
Reverse shape dims of weight type ( #2155 )
2018-11-21 16:17:33 -08:00
Steven S. Lyubomirsky
34648272bb
[Relay] Port LSTM to Relay for testing ( #2011 )
2018-11-21 14:11:33 -08:00
Josh Pollock
11f897ac2f
fix dcgan layer naming overlap ( #2145 )
2018-11-20 22:50:37 -08:00
Siju
2849930465
[RELAY]Slice_like support ( #2014 )
2018-11-20 09:20:09 -08:00
Steven S. Lyubomirsky
401ffe131e
[Relay][Op] Add test for batch_flatten ( #2134 )
...
* Add tests for batch_flatten and softmax
* Softmax is already tested elsewhere
2018-11-19 21:35:21 -08:00
Tianqi Chen
c113712db7
[RELAY][BACKEND] Enable PlanMemory in the graph runtime. ( #2120 )
2018-11-19 14:59:41 -08:00
Siju
6edb3564a1
[RELAY]sch & comp for ops in nn.py ( #2092 )
2018-11-19 12:37:46 -08:00
eqy
7761416f00
[WIP] [RPC] clean up uploaded modules ( #2121 )
...
[RPC] clean up uploaded modules
2018-11-19 12:35:15 -08:00
Animesh Jain
b71edd76bd
Relay Op sprint (part 2) - Level 1 - log_softmax ( #2128 )
2018-11-19 11:23:37 -08:00
Jian Weng
7a01476a3b
[HYBRID FRONTEND] Modify hybrid script to new interface; hybrid op supported; enable compilation_database in CMakeList.txt ( #1757 )
2018-11-18 22:52:17 -08:00
Lianmin Zheng
79735eb2e6
[TOPHUB] fix x86 backend after introducing dilation ( #2129 )
2018-11-18 17:37:04 -08:00
Yizhi Liu
cb8a70f41f
[Relay] compute & schedule for relu, softmax ( #2127 )
2018-11-18 08:55:15 -08:00
Andrew Tulloch
69ad6aed82
[NNPACK] Add check for NNPACK being available (nnp_initialize() succeeding) ( #2119 )
...
This fixes issues with failing tests on PowerPC.
2018-11-15 14:01:36 -08:00
Tianqi Chen
b252160451
[RELAY][PASS] Bind, FoldConstant ( #2100 )
2018-11-14 08:56:40 -08:00
Yao Wang
313e1d99a8
[Relay][OP]NMS ( #1929 )
2018-11-13 14:57:16 -08:00
Tianqi Chen
1f2c815671
[RELAY][OP] strided_slice ( #2094 )
2018-11-13 13:32:38 -08:00
Tianqi Chen
4369b7f6a8
[RELAY][PASS] General OpFusion. ( #2090 )
2018-11-13 13:31:45 -08:00
Wuwei Lin
5c410c4c31
[TOPI][CUDA] int8 group conv2d ( #2075 )
2018-11-10 08:52:22 -08:00
Andrew Tulloch
fc83c7f26d
[TVM] [NNPACK] Modernize and improve NNPACK bindings ( #2084 )
2018-11-09 18:00:26 -08:00
Tianqi Chen
9f441d817c
[RELAY] CompileEngine update, nn conv2d, fix dense, pool. ( #2082 )
2018-11-09 14:25:53 -08:00
Wuwei Lin
c294dd5d73
Allow to use negative index of array in python ( #2069 )
...
* Allow to use negative index of array in python
* Support negative index in array slice
* Print index and array size in IndexError
* Fix style
2018-11-06 10:42:21 -08:00
Tianqi Chen
c91ded3267
[RELAY][BACKEND] CompileEngine refactor. ( #2059 )
2018-11-04 22:02:27 -08:00
Jared Roesch
4e77eeb22f
[RELAY][RUNTIME] Add compute and schedule attributes for all ops in relay/op/tensor.py ( #2050 )
2018-11-04 17:46:21 -08:00
Jared Roesch
ead3ac6c23
Rename relay::Environment to relay::Module ( #2054 )
2018-11-02 14:27:34 -07:00
Jared Roesch
c48812dd38
[RELAY][RUNTIME] Refactor interpreter and graph_runtime into consistent interface. ( #2042 )
2018-10-31 19:41:47 -07:00