Siva
eb6d64f1b8
[RELAY] bugfix. ( #2215 )
2018-12-01 22:39:57 -08:00
Jared Roesch
20afa0a535
[DOC][Relay]: Add API docs for Relay. ( #1750 )
2018-12-01 22:27:49 -08:00
Siva
cb06a184f4
[RELAY][OP] end to end support for pad op. ( #2213 )
2018-12-01 22:26:38 -08:00
lihaozhehw
bd44fe03ec
Python security issue about mktemp() and abspath() ( #2202 )
2018-11-30 16:05:31 -08:00
Siju
94acff30e8
added int type axis for relay reduce ops ( #2199 )
2018-11-30 09:11:53 -08:00
Denis Khalikov
2f1d709f9c
[PASS] InstrumentBoundCheckers pass ( #2079 )
...
The pass which instruments checkers before
memory accesses (load/store).
This allows to handle invalid memory accesses.
The patch is related to issue:
https://discuss.tvm.ai/t/array-bounds-checking/944
2018-11-29 18:31:59 -08:00
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