platform/upstream/tvm.git
6 years ago[nnpack] Preallocate workspace buffer (#2369)
hlu1 [Sat, 5 Jan 2019 18:12:30 +0000 (10:12 -0800)]
[nnpack] Preallocate workspace buffer (#2369)

6 years agoEnhanced simplification rules for Div by a positive constant (#2346)
Salem Derisavi [Fri, 4 Jan 2019 18:02:44 +0000 (13:02 -0500)]
Enhanced simplification rules for Div by a positive constant (#2346)

* Enhanced simplification rules for Div by a positive constant

* Fixed my last commit to correctly interpret TVM's division as truncated division

* Fixed implemenation of IntSet::can_prove_non_positive()

* addressed comments by @yzhliu

* addressed comments by @sgrechanik-h

* addressed more comments by @yzhliu

6 years agoRemove duplicated functions in relay_integration (#2370)
Wuwei Lin [Fri, 4 Jan 2019 17:54:34 +0000 (01:54 +0800)]
Remove duplicated functions in relay_integration (#2370)

6 years ago[Hybrid Script] Unify the symbol tables to one; support `tvm.container.Array` (#2366)
Jian Weng [Fri, 4 Jan 2019 17:54:03 +0000 (09:54 -0800)]
[Hybrid Script] Unify the symbol tables to one; support `tvm.container.Array` (#2366)

6 years agoFix typos (#2367)
Haichen Shen [Thu, 3 Jan 2019 22:04:03 +0000 (14:04 -0800)]
Fix typos (#2367)

6 years agoFix clock type in rpc_session timer (#2362)
Nick Hynes [Thu, 3 Jan 2019 03:17:34 +0000 (19:17 -0800)]
Fix clock type in rpc_session timer (#2362)

* Fix clock type in rpc_session timer

* Fix lint error

6 years ago[Relay][Docs] Relay Language Reference (#2232)
Steven S. Lyubomirsky [Thu, 3 Jan 2019 00:19:28 +0000 (19:19 -0500)]
[Relay][Docs] Relay Language Reference (#2232)

6 years ago[RUNTIME] Add min_repeat_ms to time_evaluator (#2200)
Lianmin Zheng [Tue, 1 Jan 2019 18:59:56 +0000 (10:59 -0800)]
[RUNTIME] Add min_repeat_ms to time_evaluator (#2200)

6 years agoMutate free variables in CommReducer in cache_write (#2354)
Wuwei Lin [Sun, 30 Dec 2018 19:17:55 +0000 (03:17 +0800)]
Mutate free variables in CommReducer in cache_write (#2354)

6 years ago[TOPI] Add roi align (#2350)
Wuwei Lin [Sat, 29 Dec 2018 21:33:37 +0000 (05:33 +0800)]
[TOPI] Add roi align (#2350)

* [TOPI] Add roi align

* Refactor bilinear in image resize

* Rename to roi_align_nchw

* Fix

6 years agoUpdate cuda softmax schedule for spatial inputs (#2338)
masahi [Sat, 29 Dec 2018 18:09:36 +0000 (03:09 +0900)]
Update cuda softmax schedule for spatial inputs (#2338)

6 years ago[FRONTEND][TENSORFLOW] Use input shapes directly instead of 1-element lists (#2242)
Alexey Romanov [Sat, 29 Dec 2018 10:46:59 +0000 (13:46 +0300)]
[FRONTEND][TENSORFLOW] Use input shapes directly instead of 1-element lists (#2242)

6 years ago[RELAY][EXPR] Make const numpy consistent (#2349)
Tianqi Chen [Sat, 29 Dec 2018 04:11:56 +0000 (20:11 -0800)]
[RELAY][EXPR] Make const numpy consistent (#2349)

6 years ago[TEST] Setup frontend stage (#2347)
Tianqi Chen [Thu, 27 Dec 2018 21:53:52 +0000 (13:53 -0800)]
[TEST] Setup frontend stage (#2347)

6 years ago[COMMUNITY] @srkreddy1238 -> Committer (#2339)
Tianqi Chen [Thu, 27 Dec 2018 03:20:35 +0000 (19:20 -0800)]
[COMMUNITY] @srkreddy1238 -> Committer (#2339)

6 years ago[Relay][OP] Add cast op (#2319)
Haichen Shen [Wed, 26 Dec 2018 23:57:07 +0000 (15:57 -0800)]
[Relay][OP] Add cast op (#2319)

* Add cast op
* Rename dtype_cast to cast
* Add additional safety check for String2TVMType
* Add missing relay op docs

6 years ago[NNVM] Fix dtype of output of mean. (#2334)
lixiaoquan [Wed, 26 Dec 2018 17:49:17 +0000 (01:49 +0800)]
[NNVM] Fix dtype of output of mean. (#2334)

dtype of count is the same as dtype of inputs[0] when created, but its type may
  change when multiplied by inputs[0]->shape[i]. Which causes dtype of
  output is not same as dtype of input.

6 years ago[RELAY] Inline scalar compute (#2335)
Wuwei Lin [Wed, 26 Dec 2018 04:25:51 +0000 (12:25 +0800)]
[RELAY] Inline scalar compute (#2335)

6 years ago[TOPI][CUDA] Add reorder option in int8 conv2d (#2327)
Wuwei Lin [Tue, 25 Dec 2018 22:10:06 +0000 (06:10 +0800)]
[TOPI][CUDA] Add reorder option in int8 conv2d (#2327)

6 years agoAdd a the ability to trigger debugging in the interpreter without recompiling (#2219)
Jared Roesch [Tue, 25 Dec 2018 18:32:51 +0000 (10:32 -0800)]
Add a the ability to trigger debugging in the interpreter without recompiling (#2219)

6 years ago[relay][frontend] Enable ssd test by attaching schedules to multibox and ssd ops...
Zhi [Tue, 25 Dec 2018 06:46:22 +0000 (22:46 -0800)]
[relay][frontend] Enable ssd test by attaching schedules to multibox and ssd ops (#2322)

* add ssd ops to mxnet.py

* add ssd ops to mxnet.py

* add result check for multibox and nms unit tests

* add result check for multibox and nms unit tests

* address @kevinthesun's comments

* Disable cuda test for nms for now.

6 years ago[DOCS] typo "@func myfunc" => "func @myfunc" (#2333)
Liang ZOU [Tue, 25 Dec 2018 06:23:18 +0000 (14:23 +0800)]
[DOCS] typo "@func myfunc" => "func @myfunc" (#2333)

typo "@func myfunc" => "func @myfunc"

6 years ago[FRONTEND][TENSORFLOW] Bugfix (#2326)
Dominic Symes [Mon, 24 Dec 2018 21:08:45 +0000 (21:08 +0000)]
[FRONTEND][TENSORFLOW] Bugfix (#2326)

6 years ago[RELAY][AUTOTVM] Extract tuning tasks from Relay programs (#2181)
eqy [Mon, 24 Dec 2018 19:28:36 +0000 (11:28 -0800)]
[RELAY][AUTOTVM] Extract tuning tasks from Relay programs (#2181)

6 years ago[Relay][Docs] Fix broken bullet points in Relay operator addition tutorial (#2325)
Steven S. Lyubomirsky [Mon, 24 Dec 2018 19:28:02 +0000 (14:28 -0500)]
[Relay][Docs] Fix broken bullet points in Relay operator addition tutorial (#2325)

6 years ago[RELAY] Add missing arg in vgg (#2329)
Wuwei Lin [Mon, 24 Dec 2018 19:16:32 +0000 (03:16 +0800)]
[RELAY] Add missing arg in vgg (#2329)

6 years ago[Relay][docs] Details on comp. graphs in Relay dev intro (#2324)
Steven S. Lyubomirsky [Mon, 24 Dec 2018 19:15:32 +0000 (14:15 -0500)]
[Relay][docs] Details on comp. graphs in Relay dev intro (#2324)

6 years ago[ROCM] Make sure all bit code files exist (#2323)
masahi [Mon, 24 Dec 2018 19:05:29 +0000 (04:05 +0900)]
[ROCM] Make sure all bit code files exist (#2323)

6 years ago[NNVM] Fix dtype of output of pad. (#2331)
lixiaoquan [Mon, 24 Dec 2018 17:37:55 +0000 (01:37 +0800)]
[NNVM] Fix dtype of output of pad. (#2331)

Dtype of output of pad should follows input, but if dtype of input is not float,
  output will still be float becase pad_value is float.

6 years agoSmall refactors and bug fixes. (#2281)
Jared Roesch [Sat, 22 Dec 2018 17:42:48 +0000 (09:42 -0800)]
Small refactors and bug fixes. (#2281)

6 years ago[BUGFIX] Seg fault in memory planing for symbolic shape (#2317)
Haichen Shen [Fri, 21 Dec 2018 17:44:26 +0000 (09:44 -0800)]
[BUGFIX] Seg fault in memory planing for symbolic shape (#2317)

6 years ago[Relay][Frontend] Add MXNet test example for relay (#2316)
Haichen Shen [Thu, 20 Dec 2018 22:43:33 +0000 (14:43 -0800)]
[Relay][Frontend] Add MXNet test example for relay (#2316)

* Add MXNet test example for relay
* Fix a bug in BiasAddSimplifier

6 years ago[COMMUNITY] @eqy -> Committer (#2311)
Haichen Shen [Thu, 20 Dec 2018 22:40:55 +0000 (14:40 -0800)]
[COMMUNITY] @eqy -> Committer (#2311)

* Add Eddie to committer

* Fix order

6 years ago[relay][op] multibox_transform_loc (#2315)
Zhi [Thu, 20 Dec 2018 21:58:15 +0000 (13:58 -0800)]
[relay][op] multibox_transform_loc (#2315)

6 years ago[TVM] Move check_numerical_grads to tvm.testing_ (#2314)
Sergei Grechanik [Thu, 20 Dec 2018 18:41:30 +0000 (21:41 +0300)]
[TVM] Move check_numerical_grads to tvm.testing_ (#2314)

6 years ago[DOC] Codebase walkthrough with vector add example (#2273)
masahi [Thu, 20 Dec 2018 18:07:44 +0000 (03:07 +0900)]
[DOC] Codebase walkthrough with vector add example (#2273)

6 years ago[Hybrid Script] Inter-function call supported! (#2287)
Jian Weng [Wed, 19 Dec 2018 23:20:34 +0000 (15:20 -0800)]
[Hybrid Script] Inter-function call supported! (#2287)

6 years agoBundled interpreter demo (#2297)
Andrew Tulloch [Wed, 19 Dec 2018 02:00:42 +0000 (18:00 -0800)]
Bundled interpreter demo (#2297)

6 years agoadd relay and autotvm in readme (#2312)
Yong Wu [Tue, 18 Dec 2018 22:36:45 +0000 (14:36 -0800)]
add relay and autotvm in readme (#2312)

6 years ago[PASS] Avoid recursion in FoldScaleAxis (#2299)
Tianqi Chen [Tue, 18 Dec 2018 22:01:10 +0000 (14:01 -0800)]
[PASS] Avoid recursion in FoldScaleAxis (#2299)

* [PASS] Avoid recursion in FoldScaleAxis

* remove GetForwardScale

6 years ago[Relay][doc] Update the description of returns in mxnet.py (#2309)
Zhi [Tue, 18 Dec 2018 20:26:19 +0000 (12:26 -0800)]
[Relay][doc] Update the description of returns in mxnet.py (#2309)

6 years agoadded error checking to loading symbol json (#2301)
Sam Skalicky [Tue, 18 Dec 2018 07:42:59 +0000 (23:42 -0800)]
added error checking to loading symbol json (#2301)

6 years ago[RELAY] Add broadcast_to operator (#2276)
Jared Roesch [Tue, 18 Dec 2018 00:18:43 +0000 (16:18 -0800)]
[RELAY] Add broadcast_to operator (#2276)

6 years ago[RELAY] Support concatenate. (#2298)
ziheng [Mon, 17 Dec 2018 18:18:21 +0000 (10:18 -0800)]
[RELAY] Support concatenate. (#2298)

6 years ago[CI] Golang unit test trigger for Jenkins (#2266)
Siva [Sat, 15 Dec 2018 17:59:45 +0000 (23:29 +0530)]
[CI] Golang unit test trigger for Jenkins (#2266)

6 years ago[TOPI] NCHWc added input shape 4 condition, intel graphics conv2d schedule debugged...
Leyuan Wang [Fri, 14 Dec 2018 21:32:15 +0000 (13:32 -0800)]
[TOPI] NCHWc added input shape 4 condition, intel graphics conv2d schedule debugged for inception_v3 workloads (#2265)

6 years ago[RELAY] Fix alter_op_layout (#2289)
Lianmin Zheng [Fri, 14 Dec 2018 18:00:46 +0000 (10:00 -0800)]
[RELAY] Fix alter_op_layout (#2289)

6 years ago[DOC] fix installation doc (#2290)
OKA Naoya [Fri, 14 Dec 2018 17:59:56 +0000 (02:59 +0900)]
[DOC] fix installation doc (#2290)

6 years ago[DOC]Update documentation (#2286)
Wei Chen [Fri, 14 Dec 2018 04:21:21 +0000 (20:21 -0800)]
[DOC]Update documentation (#2286)

6 years ago[FRONTEND][TENSORFLOW] Support Unstack and Split (#2105)
Alexey Romanov [Thu, 13 Dec 2018 18:22:14 +0000 (21:22 +0300)]
[FRONTEND][TENSORFLOW] Support Unstack and Split (#2105)

6 years ago[BUGFIX] [Hybrid Script] fix in-correct value index in hybrid script (#2268)
Jian Weng [Thu, 13 Dec 2018 18:21:36 +0000 (10:21 -0800)]
[BUGFIX] [Hybrid Script] fix in-correct value index in hybrid script (#2268)

6 years agotypo: Xlinx => Xilinx (#2283)
Liang ZOU [Thu, 13 Dec 2018 18:18:55 +0000 (02:18 +0800)]
typo: Xlinx => Xilinx (#2283)

typo: Xlinx => Xilinx

6 years ago[AUTOTVM] Use range in AnnotateSpace to fix JSON serialization (#2278)
Wuwei Lin [Wed, 12 Dec 2018 21:42:49 +0000 (05:42 +0800)]
[AUTOTVM] Use range in AnnotateSpace to fix JSON serialization (#2278)

6 years ago[FRONTEND][TENSORFLOW] Bugfix (#2267)
Siva [Wed, 12 Dec 2018 05:55:17 +0000 (11:25 +0530)]
[FRONTEND][TENSORFLOW] Bugfix (#2267)

6 years agoFix a issue when running with graph_runtime_debug in python (#2271)
Liangfu Chen [Wed, 12 Dec 2018 05:54:39 +0000 (13:54 +0800)]
Fix a issue when running with graph_runtime_debug in python (#2271)

* fix a issue when running with graph_runtime_debug in python;

* add support to `debug_get_output` in python;

* comply with the linter;

6 years agoTestcases of onnx (#2274)
Siju [Wed, 12 Dec 2018 05:53:10 +0000 (11:23 +0530)]
Testcases of onnx (#2274)

6 years ago[DOC]Remove non-existent parameter doc (#2277)
Wei Chen [Wed, 12 Dec 2018 05:52:21 +0000 (21:52 -0800)]
[DOC]Remove non-existent parameter doc (#2277)

6 years agocorrect mistake in muladd function logic (#2269)
Sean [Tue, 11 Dec 2018 17:42:47 +0000 (11:42 -0600)]
correct mistake in muladd function logic (#2269)

Doesn't make sense to have %1 = mul(%x, %y) computed but never use the result %1

6 years agoFix misprint (#2272)
Ruslan Baratov [Tue, 11 Dec 2018 17:42:21 +0000 (17:42 +0000)]
Fix misprint (#2272)

6 years agoAllow long type values in shape list (#1806)
Alexander Pivovarov [Tue, 11 Dec 2018 06:02:58 +0000 (22:02 -0800)]
Allow long type values in shape list (#1806)

* Allow long type values in shape list

* Update build_module.py

6 years agoFix serialization issue (#2263)
Jared Roesch [Tue, 11 Dec 2018 04:35:51 +0000 (20:35 -0800)]
Fix serialization issue (#2263)

6 years ago[Hybrid Script] Support logical and/or; support 0 < a < 5 clause (#2264)
Jian Weng [Tue, 11 Dec 2018 04:35:31 +0000 (20:35 -0800)]
[Hybrid Script] Support logical and/or; support 0 < a < 5 clause (#2264)

6 years agoImprove CanonicalSimplify to handle Min, Max(#2248) (#2261)
Wei Chen [Sun, 9 Dec 2018 22:05:40 +0000 (14:05 -0800)]
Improve CanonicalSimplify to handle Min, Max(#2248) (#2261)

Also enable Mul caching for more cases

6 years ago[RUNTIME][GOLANG] TVM runtime for golang v0.1 (#1470)
Siva [Sun, 9 Dec 2018 05:46:00 +0000 (11:16 +0530)]
[RUNTIME][GOLANG] TVM runtime for golang v0.1 (#1470)

6 years ago[COMMUNITY] @ajtulloch -> Reviewer (#2236)
ziheng [Sat, 8 Dec 2018 21:07:02 +0000 (13:07 -0800)]
[COMMUNITY] @ajtulloch -> Reviewer (#2236)

6 years agoGenerate predicates for non-root iteration variables as well (#2258)
Salem Derisavi [Sat, 8 Dec 2018 16:44:17 +0000 (11:44 -0500)]
Generate predicates for non-root iteration variables as well (#2258)

6 years agoallows constant param in op construct (#2257)
Jian Weng [Sat, 8 Dec 2018 04:32:39 +0000 (20:32 -0800)]
allows constant param in op construct (#2257)

6 years agoFix missing sigmoid intrinsic in C++ (#2231)
Sergey Mironov [Fri, 7 Dec 2018 14:43:28 +0000 (17:43 +0300)]
Fix missing sigmoid intrinsic in C++ (#2231)

6 years agoadd c backend to CreateTarget (#2256)
Liang ZOU [Fri, 7 Dec 2018 14:34:14 +0000 (22:34 +0800)]
add c backend to CreateTarget (#2256)

6 years agoGetChar() in base64.h should return int, not char (#2255)
Philip Hyunsu Cho [Fri, 7 Dec 2018 14:32:13 +0000 (06:32 -0800)]
GetChar() in base64.h should return int, not char (#2255)

6 years ago[COMMUNITY] @masahi -> Committer (#2252)
Yizhi Liu [Fri, 7 Dec 2018 14:31:53 +0000 (06:31 -0800)]
[COMMUNITY] @masahi -> Committer (#2252)

6 years agoUse unsafe_get in nnvm (#2247)
Chang Lan [Thu, 6 Dec 2018 20:33:00 +0000 (12:33 -0800)]
Use unsafe_get in nnvm (#2247)

6 years ago[FRONTEND][TENSORFLOW]Add Split and realdiv op support (#2123)
Zhebin Jin [Thu, 6 Dec 2018 17:51:05 +0000 (01:51 +0800)]
[FRONTEND][TENSORFLOW]Add Split and realdiv op support (#2123)

* Add Split and realdiv op support

* Fix the pad calculation in the case of dilated convolution

6 years ago[typo] fucn => func (#2240)
Liang ZOU [Thu, 6 Dec 2018 16:16:35 +0000 (00:16 +0800)]
[typo] fucn => func (#2240)

6 years agoAdd test case of argmax for detecting out of bound access (#2234)
Wu Zhao [Thu, 6 Dec 2018 14:30:44 +0000 (22:30 +0800)]
Add test case of argmax for detecting out of bound access (#2234)

6 years agoFix misprint (#2243)
Ruslan Baratov [Thu, 6 Dec 2018 14:30:30 +0000 (14:30 +0000)]
Fix misprint (#2243)

6 years agofix dump ir (#2235)
xqdan [Thu, 6 Dec 2018 03:41:53 +0000 (11:41 +0800)]
fix dump ir (#2235)

6 years ago[typo] sin ==> in (#2238)
Liang ZOU [Thu, 6 Dec 2018 03:41:09 +0000 (11:41 +0800)]
[typo] sin ==> in (#2238)

sin ==> in

6 years ago[typo] fucntion ==> function (#2239)
Liang ZOU [Thu, 6 Dec 2018 03:41:00 +0000 (11:41 +0800)]
[typo] fucntion ==> function (#2239)

fucntion ==> function

6 years ago[contrib][nnpack] remove training-optimized ops (#2224)
hlu1 [Thu, 6 Dec 2018 02:28:18 +0000 (18:28 -0800)]
[contrib][nnpack] remove training-optimized ops (#2224)

6 years ago[TOPHUB] Set vulkan as alias for opencl (#2230)
Denis Khalikov [Wed, 5 Dec 2018 10:00:52 +0000 (13:00 +0300)]
[TOPHUB] Set vulkan as alias for opencl (#2230)

6 years ago[RELAY][PASS] Check Positiveness in FoldScaleAxis (#2220)
Wuwei Lin [Tue, 4 Dec 2018 20:58:16 +0000 (04:58 +0800)]
[RELAY][PASS] Check Positiveness in FoldScaleAxis (#2220)

6 years ago[DEBUG]Fix debugger message mess in display_debug_result (#2228)
Zhebin Jin [Tue, 4 Dec 2018 20:57:07 +0000 (04:57 +0800)]
[DEBUG]Fix debugger message mess in display_debug_result (#2228)

Signed-off-by: Zhebin Jin <zhebin.jzb@alibaba-inc.com>
6 years agoPort from_nnvm to NNVM as to_relay (#2144)
Jared Roesch [Tue, 4 Dec 2018 20:54:01 +0000 (12:54 -0800)]
Port from_nnvm to NNVM as to_relay (#2144)

6 years ago[RELAY][PASS] Fix expr subst and CombineParallelConv2D (#2218)
Wuwei Lin [Tue, 4 Dec 2018 01:46:58 +0000 (09:46 +0800)]
[RELAY][PASS] Fix expr subst and CombineParallelConv2D (#2218)

6 years agoFix misprint (#2223)
Ruslan Baratov [Mon, 3 Dec 2018 17:55:13 +0000 (17:55 +0000)]
Fix misprint (#2223)

6 years ago[Relay] Parser Tests (#2209)
Josh Pollock [Mon, 3 Dec 2018 02:58:40 +0000 (18:58 -0800)]
[Relay] Parser Tests (#2209)

6 years ago[Relay][RFC] Relay IR Text Format (#1781)
Josh Pollock [Sun, 2 Dec 2018 18:35:01 +0000 (10:35 -0800)]
[Relay][RFC] Relay IR Text Format (#1781)

6 years ago[RELAY] bugfix. (#2215)
Siva [Sun, 2 Dec 2018 06:39:57 +0000 (12:09 +0530)]
[RELAY] bugfix. (#2215)

6 years ago[DOC][Relay]: Add API docs for Relay. (#1750)
Jared Roesch [Sun, 2 Dec 2018 06:27:49 +0000 (22:27 -0800)]
[DOC][Relay]: Add API docs for Relay. (#1750)

6 years ago[RELAY][OP] end to end support for pad op. (#2213)
Siva [Sun, 2 Dec 2018 06:26:38 +0000 (11:56 +0530)]
[RELAY][OP] end to end support for pad op. (#2213)

6 years agoRun verifier during LLVM code generation (#2211)
Andrew Tulloch [Sun, 2 Dec 2018 06:24:16 +0000 (22:24 -0800)]
Run verifier during LLVM code generation (#2211)

6 years ago[RELAY][PASS] Memorize FoldScaleAxis backward transform result (#2214)
Wuwei Lin [Sun, 2 Dec 2018 06:23:52 +0000 (14:23 +0800)]
[RELAY][PASS] Memorize FoldScaleAxis backward transform result (#2214)

6 years ago[DOCKER] inheritate javahome (#2210)
Tianqi Chen [Sat, 1 Dec 2018 03:43:00 +0000 (19:43 -0800)]
[DOCKER] inheritate javahome (#2210)

6 years agoPython security issue about mktemp() and abspath() (#2202)
lihaozhehw [Sat, 1 Dec 2018 00:05:31 +0000 (08:05 +0800)]
Python security issue about mktemp() and abspath() (#2202)

6 years ago[SCHEDULE] Fix code lowering when loop condition depends on outer axis. (#2208)
Tianqi Chen [Sat, 1 Dec 2018 00:05:04 +0000 (16:05 -0800)]
[SCHEDULE] Fix code lowering when loop condition depends on outer axis. (#2208)

6 years agoadded int type axis for relay reduce ops (#2199)
Siju [Fri, 30 Nov 2018 17:11:53 +0000 (22:41 +0530)]
added int type axis for relay reduce ops (#2199)

6 years ago[Relay][Pass] Fold constant tuple (#2201)
Wuwei Lin [Fri, 30 Nov 2018 17:03:14 +0000 (01:03 +0800)]
[Relay][Pass] Fold constant tuple (#2201)

6 years ago[TVM] Fix llvm codegen (div by power of 2) (#2204)
Sergei Grechanik [Fri, 30 Nov 2018 17:01:38 +0000 (20:01 +0300)]
[TVM] Fix llvm codegen (div by power of 2) (#2204)

6 years agoNOTICE (#2203)
Tianqi Chen [Fri, 30 Nov 2018 07:43:41 +0000 (23:43 -0800)]
NOTICE (#2203)