[GitHub] [incubator-tvm] tmoreau89 commented on a change in pull request #5842: [VTA][OpenCL] Cloud FPGA support

2020-07-17 Thread GitBox
tmoreau89 commented on a change in pull request #5842: URL: https://github.com/apache/incubator-tvm/pull/5842#discussion_r456673553 ## File path: python/tvm/relay/op/strategy/generic.py ## @@ -323,8 +331,10 @@ def compute_conv2d_transpose(attrs, inputs, out_dtype): out

[GitHub] [incubator-tvm] tmoreau89 commented on a change in pull request #5842: [VTA][OpenCL] Cloud FPGA support

2020-07-17 Thread GitBox
tmoreau89 commented on a change in pull request #5842: URL: https://github.com/apache/incubator-tvm/pull/5842#discussion_r456673094 ## File path: python/tvm/autotvm/measure/measure_methods.py ## @@ -186,6 +189,16 @@ def __init__(self, timeout=10, n_parallel=No

[GitHub] [incubator-tvm] tmoreau89 commented on a change in pull request #5842: [VTA][OpenCL] Cloud FPGA support

2020-07-17 Thread GitBox
tmoreau89 commented on a change in pull request #5842: URL: https://github.com/apache/incubator-tvm/pull/5842#discussion_r456671336 ## File path: vta/python/vta/transform.py ## @@ -381,9 +381,10 @@ def _fold_buffer_dim(buf, scope, elem_block): def _get_2d_pattern(buf, el

[GitHub] [incubator-tvm] tmoreau89 commented on a change in pull request #5842: [VTA][OpenCL] Cloud FPGA support

2020-07-17 Thread GitBox
tmoreau89 commented on a change in pull request #5842: URL: https://github.com/apache/incubator-tvm/pull/5842#discussion_r456670755 ## File path: vta/python/vta/environment.py ## @@ -241,7 +243,7 @@ def target_host(self): return "llvm -target=armv7-none-linux-gnuea

[GitHub] [incubator-tvm] tmoreau89 commented on a change in pull request #5842: [VTA][OpenCL] Cloud FPGA support

2020-07-17 Thread GitBox
tmoreau89 commented on a change in pull request #5842: URL: https://github.com/apache/incubator-tvm/pull/5842#discussion_r456530427 ## File path: 3rdparty/aoclutils/opencl.cc ## @@ -0,0 +1,555 @@ +// Copyright (C) 2013-2018 Altera Corporation, San Jose, California, USA. All ri

[GitHub] [incubator-tvm] tmoreau89 commented on a change in pull request #5842: [VTA][OpenCL] Cloud FPGA support

2020-06-19 Thread GitBox
tmoreau89 commented on a change in pull request #5842: URL: https://github.com/apache/incubator-tvm/pull/5842#discussion_r443090782 ## File path: vta/tutorials/autotvm/tune_alu_vta.py ## @@ -0,0 +1,320 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more

[GitHub] [incubator-tvm] tmoreau89 commented on a change in pull request #5842: [VTA][OpenCL] Cloud FPGA support

2020-06-19 Thread GitBox
tmoreau89 commented on a change in pull request #5842: URL: https://github.com/apache/incubator-tvm/pull/5842#discussion_r443090563 ## File path: vta/python/vta/environment.py ## @@ -241,7 +243,7 @@ def target_host(self): return "llvm -target=armv7-none-linux-gnuea

[GitHub] [incubator-tvm] tmoreau89 commented on a change in pull request #5842: [VTA][OpenCL] Cloud FPGA support

2020-06-19 Thread GitBox
tmoreau89 commented on a change in pull request #5842: URL: https://github.com/apache/incubator-tvm/pull/5842#discussion_r443090507 ## File path: src/tir/transforms/lower_tvm_builtin.cc ## @@ -86,16 +86,19 @@ class BuiltinLower : public StmtExprMutator { op = stmt.as();