[GitHub] [tvm] Lunderberg commented on a change in pull request #9727: [TE][TIR] Implement layout transformations, non-flat memory buffers

2021-12-15 Thread GitBox
Lunderberg commented on a change in pull request #9727: URL: https://github.com/apache/tvm/pull/9727#discussion_r770107423 ## File path: python/tvm/te/schedule.py ## @@ -519,9 +523,149 @@ def rolling_buffer(self): """ _ffi_api.StageRollingBuffer(self) +

[GitHub] [tvm] huajsj commented on a change in pull request #9751: [Runtime][Pipeline Executor] Add the map logic of global input and subgraph input.

2021-12-15 Thread GitBox
huajsj commented on a change in pull request #9751: URL: https://github.com/apache/tvm/pull/9751#discussion_r770185861 ## File path: src/runtime/pipeline/pipeline_struct.h ## @@ -25,20 +25,26 @@ #include #include #include +#include #include +#define

[GitHub] [tvm] huajsj commented on a change in pull request #9751: [Runtime][Pipeline Executor] Add the map logic of global input and subgraph input.

2021-12-15 Thread GitBox
huajsj commented on a change in pull request #9751: URL: https://github.com/apache/tvm/pull/9751#discussion_r770185502 ## File path: python/tvm/contrib/pipeline_executor.py ## @@ -199,12 +229,48 @@ def is_pipeline_executor_interface(self): return not

[GitHub] [tvm] vinx13 commented on a change in pull request #9727: [TE][TIR] Implement layout transformations, non-flat memory buffers

2021-12-15 Thread GitBox
vinx13 commented on a change in pull request #9727: URL: https://github.com/apache/tvm/pull/9727#discussion_r770122068 ## File path: src/tir/ir/index_map.cc ## @@ -0,0 +1,153 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license

[GitHub] [tvm] comaniac commented on a change in pull request #9750: [Autoscheduler] Task Extraction Raises Exception on Lowering

2021-12-15 Thread GitBox
comaniac commented on a change in pull request #9750: URL: https://github.com/apache/tvm/pull/9750#discussion_r770136863 ## File path: python/tvm/auto_scheduler/relay_integration.py ## @@ -48,7 +49,7 @@ logger = logging.getLogger("auto_scheduler") -def

[GitHub] [tvm] liangfu commented on a change in pull request #9751: [Runtime][Pipeline Executor] Add the map logic of global input and subgraph input.

2021-12-15 Thread GitBox
liangfu commented on a change in pull request #9751: URL: https://github.com/apache/tvm/pull/9751#discussion_r770222356 ## File path: src/runtime/pipeline/pipeline_executor.h ## @@ -115,35 +123,25 @@ class TVM_DLL PipelineExecutor : public ModuleNode { /*!\brief The class

[GitHub] [tvm] liangfu commented on pull request #9751: [Runtime][Pipeline Executor] Add the map logic of global input and subgraph input.

2021-12-15 Thread GitBox
liangfu commented on pull request #9751: URL: https://github.com/apache/tvm/pull/9751#issuecomment-995441405 Thanks for the update @huajsj , I have left additional change requests, otherwise good to me. -- This is an automated message from the Apache Git Service. To respond to the

[tvm-site] branch main updated: Add a few tweaks for the TVM Unity blog post. (#34)

2021-12-15 Thread jroesch
This is an automated email from the ASF dual-hosted git repository. jroesch pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tvm-site.git The following commit(s) were added to refs/heads/main by this push: new 9838185 Add a few tweaks for the TVM Unity blog

[tvm-site] 02/02: tvm-unity fix for Sameer

2021-12-15 Thread jroesch
This is an automated email from the ASF dual-hosted git repository. jroesch pushed a commit to branch tvm-unity2 in repository https://gitbox.apache.org/repos/asf/tvm-site.git commit c7d9aa0968ddc558f34a23949ea381a3ad39ba19 Author: Jared Roesch AuthorDate: Wed Dec 15 21:15:59 2021 -0800

[tvm-site] branch tvm-unity2 created (now c7d9aa0)

2021-12-15 Thread jroesch
This is an automated email from the ASF dual-hosted git repository. jroesch pushed a change to branch tvm-unity2 in repository https://gitbox.apache.org/repos/asf/tvm-site.git. at c7d9aa0 tvm-unity fix for Sameer This branch includes the following new commits: new 4ebe878 Fix

[tvm-site] 01/02: Fix

2021-12-15 Thread jroesch
This is an automated email from the ASF dual-hosted git repository. jroesch pushed a commit to branch tvm-unity2 in repository https://gitbox.apache.org/repos/asf/tvm-site.git commit 4ebe8780cc41fea4d062de5a65cad63232c23422 Author: Jared Roesch AuthorDate: Wed Dec 15 19:31:37 2021 -0800

[GitHub] [tvm] Lunderberg commented on a change in pull request #9727: [TE][TIR] Implement layout transformations, non-flat memory buffers

2021-12-15 Thread GitBox
Lunderberg commented on a change in pull request #9727: URL: https://github.com/apache/tvm/pull/9727#discussion_r770119853 ## File path: src/tir/ir/index_map.cc ## @@ -0,0 +1,153 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor

[GitHub] [tvm] Lunderberg commented on a change in pull request #9727: [TE][TIR] Implement layout transformations, non-flat memory buffers

2021-12-15 Thread GitBox
Lunderberg commented on a change in pull request #9727: URL: https://github.com/apache/tvm/pull/9727#discussion_r770123610 ## File path: src/tir/ir/index_map.cc ## @@ -0,0 +1,153 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor

[GitHub] [tvm] driazati commented on a change in pull request #9710: Clarify error message for missing libraries

2021-12-15 Thread GitBox
driazati commented on a change in pull request #9710: URL: https://github.com/apache/tvm/pull/9710#discussion_r768159328 ## File path: python/tvm/_ffi/libinfo.py ## @@ -114,18 +114,18 @@ def find_lib_path(name=None, search_path=None, optional=False): runtime_dll_path

[tvm-site] branch asf-site updated: Build at Wed 15 Dec 2021 09:18:09 PM PST

2021-12-15 Thread jroesch
This is an automated email from the ASF dual-hosted git repository. jroesch pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/tvm-site.git The following commit(s) were added to refs/heads/asf-site by this push: new 7a75ebf Build at Wed 15 Dec 2021

[GitHub] [tvm] AndrewZhaoLuo opened a new pull request #9750: [Autoscheduler] Task Extraction Raises Exception on Lowering

2021-12-15 Thread GitBox
AndrewZhaoLuo opened a new pull request #9750: URL: https://github.com/apache/tvm/pull/9750 Previously, this was changed to forward a logging message. We actually want an exception to be raised though,. -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [tvm] AndrewZhaoLuo commented on a change in pull request #9750: [Autoscheduler] Task Extraction Raises Exception on Lowering

2021-12-15 Thread GitBox
AndrewZhaoLuo commented on a change in pull request #9750: URL: https://github.com/apache/tvm/pull/9750#discussion_r770143048 ## File path: python/tvm/auto_scheduler/relay_integration.py ## @@ -48,7 +49,7 @@ logger = logging.getLogger("auto_scheduler") -def

[tvm-site] branch tvm-unity created (now 6cfb138)

2021-12-15 Thread jroesch
This is an automated email from the ASF dual-hosted git repository. jroesch pushed a change to branch tvm-unity in repository https://gitbox.apache.org/repos/asf/tvm-site.git. at 6cfb138 Add TVM Unity blog post This branch includes the following new commits: new 6cfb138 Add TVM

[tvm-site] 01/01: Add TVM Unity blog post

2021-12-15 Thread jroesch
This is an automated email from the ASF dual-hosted git repository. jroesch pushed a commit to branch tvm-unity in repository https://gitbox.apache.org/repos/asf/tvm-site.git commit 6cfb138ab5383ada9e151003822f864cd2cae62e Author: Jared Roesch AuthorDate: Wed Dec 15 19:15:47 2021 -0800 Add

[GitHub] [tvm] huajsj commented on a change in pull request #9751: [Runtime][Pipeline Executor] Add the map logic of global input and subgraph input.

2021-12-15 Thread GitBox
huajsj commented on a change in pull request #9751: URL: https://github.com/apache/tvm/pull/9751#discussion_r770232171 ## File path: src/runtime/pipeline/pipeline_struct.h ## @@ -25,20 +25,17 @@ #include #include #include +#include #include +#define

[GitHub] [tvm] huajsj opened a new pull request #9751: [Runtime][Pipeline Executor] Add the map logic of global input and subgraph input.

2021-12-15 Thread GitBox
huajsj opened a new pull request #9751: URL: https://github.com/apache/tvm/pull/9751 User can use "global input name" to feed input data for pipeline runtime. The name like "data_a" will be mapped into a input interface of subgraph. In this PR, we create the related logic to do the

[GitHub] [tvm] liangfu commented on a change in pull request #9751: [Runtime][Pipeline Executor] Add the map logic of global input and subgraph input.

2021-12-15 Thread GitBox
liangfu commented on a change in pull request #9751: URL: https://github.com/apache/tvm/pull/9751#discussion_r770168691 ## File path: src/runtime/pipeline/pipeline_struct.h ## @@ -71,44 +77,53 @@ struct OutputBindings { // When this output is bound to a global

[GitHub] [tvm] huajsj commented on a change in pull request #9751: [Runtime][Pipeline Executor] Add the map logic of global input and subgraph input.

2021-12-15 Thread GitBox
huajsj commented on a change in pull request #9751: URL: https://github.com/apache/tvm/pull/9751#discussion_r770232372 ## File path: src/runtime/pipeline/pipeline_executor.h ## @@ -115,35 +123,25 @@ class TVM_DLL PipelineExecutor : public ModuleNode { /*!\brief The class

[GitHub] [tvm] huajsj commented on pull request #9751: [Runtime][Pipeline Executor] Add the map logic of global input and subgraph input.

2021-12-15 Thread GitBox
huajsj commented on pull request #9751: URL: https://github.com/apache/tvm/pull/9751#issuecomment-995449517 Thanks @liangfu, all review comments addressed, please take a look. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [tvm] huajsj commented on a change in pull request #9751: [Runtime][Pipeline Executor] Add the map logic of global input and subgraph input.

2021-12-15 Thread GitBox
huajsj commented on a change in pull request #9751: URL: https://github.com/apache/tvm/pull/9751#discussion_r770185406 ## File path: src/runtime/pipeline/pipeline_struct.h ## @@ -71,44 +77,53 @@ struct OutputBindings { // When this output is bound to a global interface,

[GitHub] [tvm] huajsj commented on a change in pull request #9751: [Runtime][Pipeline Executor] Add the map logic of global input and subgraph input.

2021-12-15 Thread GitBox
huajsj commented on a change in pull request #9751: URL: https://github.com/apache/tvm/pull/9751#discussion_r770185465 ## File path: src/runtime/pipeline/pipeline_struct.h ## @@ -130,42 +145,113 @@ struct OutputMap { } } ICHECK(output_idx >= 0); -

[tvm-site] branch main updated: Add TVM Unity blog post (#33)

2021-12-15 Thread jroesch
This is an automated email from the ASF dual-hosted git repository. jroesch pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tvm-site.git The following commit(s) were added to refs/heads/main by this push: new 1058b8e Add TVM Unity blog post (#33) 1058b8e

[GitHub] [tvm] driazati opened a new pull request #9752: Usability fixes to CI runner script

2021-12-15 Thread GitBox
driazati opened a new pull request #9752: URL: https://github.com/apache/tvm/pull/9752 This fixes the CPU-only docs build (which now runs successfully on the ci-cpu image) and adds some hints for fixing common errors (and saves them until errors actually occur so they aren't mixed into

[GitHub] [tvm] manupa-arm edited a comment on pull request #9565: [TIR][USMP] Integrating USMP to AoT Executor

2021-12-15 Thread GitBox
manupa-arm edited a comment on pull request #9565: URL: https://github.com/apache/tvm/pull/9565#issuecomment-993831166 @mbs-octoml @ekalda @lhutton1 @mbaret @areusch for reviews. The CI is broken for various other reasons. -- This is an automated message from the Apache Git

[GitHub] [tvm] masahi merged pull request #9740: Fix typo in comments

2021-12-15 Thread GitBox
masahi merged pull request #9740: URL: https://github.com/apache/tvm/pull/9740 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [tvm] yzh119 commented on pull request #9748: Overload get() function for `Optional` type.

2021-12-15 Thread GitBox
yzh119 commented on pull request #9748: URL: https://github.com/apache/tvm/pull/9748#issuecomment-994640535 CI somehow failed, I'm trying to figure it out. On Wed, Dec 15, 2021, 1:49 AM Junru Shao ***@***.***> wrote: > Why close this PR? I'm very interested > > — >

[tvm] branch main updated (e7b5d2d -> 094a73d)

2021-12-15 Thread masahi
This is an automated email from the ASF dual-hosted git repository. masahi pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git. from e7b5d2d [Relay] Support large constants saved/loaded outside of VM executable (#9734) add 094a73d Fix typo

[GitHub] [tvm] abdulazizm commented on issue #5393: Tensorflow OP: 'DenseToDenseSetOperation', 'NonMaxSuppressionV3', 'SparseToDense', 'Unique'

2021-12-15 Thread GitBox
abdulazizm commented on issue #5393: URL: https://github.com/apache/tvm/issues/5393#issuecomment-994794038 `NotImplementedError: The following operators are not implemented: {'DenseToDenseSetOperation'}` Is there any timeline for supporting tensorflow MaskRCNN operators? -- This

[tvm] branch main updated (b16c9fc -> e718f5a)

2021-12-15 Thread masahi
This is an automated email from the ASF dual-hosted git repository. masahi pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git. from b16c9fc [Frontend][PaddlePaddle] Enhance paddlepaddle frontend with more operators (#9724) add e718f5a fix

[GitHub] [tvm] masahi merged pull request #9747: [TensorIR] fix compact_dataflow

2021-12-15 Thread GitBox
masahi merged pull request #9747: URL: https://github.com/apache/tvm/pull/9747 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[tvm] branch main updated (094a73d -> b16c9fc)

2021-12-15 Thread masahi
This is an automated email from the ASF dual-hosted git repository. masahi pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git. from 094a73d Fix typo (#9740) add b16c9fc [Frontend][PaddlePaddle] Enhance paddlepaddle frontend with more operators

[GitHub] [tvm] chunit-quic commented on a change in pull request #9723: [Frontend] Add Span filling for frontends to Relay

2021-12-15 Thread GitBox
chunit-quic commented on a change in pull request #9723: URL: https://github.com/apache/tvm/pull/9723#discussion_r769717976 ## File path: src/printer/relay_text_printer.cc ## @@ -389,12 +389,21 @@ Doc RelayTextPrinter::VisitExpr_(const TupleNode* op) { if (op->fields.size()

[GitHub] [tvm] Lunderberg commented on a change in pull request #9727: [TE][TIR] Implement layout transformations, non-flat memory buffers

2021-12-15 Thread GitBox
Lunderberg commented on a change in pull request #9727: URL: https://github.com/apache/tvm/pull/9727#discussion_r769793275 ## File path: include/tvm/te/schedule.h ## @@ -466,9 +498,27 @@ class StageNode : public Object { * while origin_op remains fixed. */

[GitHub] [tvm] chunit-quic commented on a change in pull request #9723: [Frontend] Add Span filling for frontends to Relay

2021-12-15 Thread GitBox
chunit-quic commented on a change in pull request #9723: URL: https://github.com/apache/tvm/pull/9723#discussion_r769709917 ## File path: src/printer/relay_text_printer.cc ## @@ -389,12 +389,21 @@ Doc RelayTextPrinter::VisitExpr_(const TupleNode* op) { if (op->fields.size()

[GitHub] [tvm] chunit-quic commented on a change in pull request #9723: [Frontend] Add Span filling for frontends to Relay

2021-12-15 Thread GitBox
chunit-quic commented on a change in pull request #9723: URL: https://github.com/apache/tvm/pull/9723#discussion_r769682892 ## File path: python/tvm/relay/frontend/common.py ## @@ -954,3 +955,53 @@ def try_resolve_var_to_const(x, graph_params): return _op.const(value,

[GitHub] [tvm] masahi merged pull request #9724: [Frontend][PaddlePaddle] Enhance paddlepaddle frontend with more operators

2021-12-15 Thread GitBox
masahi merged pull request #9724: URL: https://github.com/apache/tvm/pull/9724 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [tvm] Lunderberg commented on a change in pull request #9727: [TE][TIR] Implement layout transformations, non-flat memory buffers

2021-12-15 Thread GitBox
Lunderberg commented on a change in pull request #9727: URL: https://github.com/apache/tvm/pull/9727#discussion_r769791881 ## File path: include/tvm/te/schedule.h ## @@ -256,6 +257,37 @@ class Stage : public ObjectRef { * \return reference to self. */ TVM_DLL Stage&

[GitHub] [tvm] Lunderberg commented on a change in pull request #9727: [TE][TIR] Implement layout transformations, non-flat memory buffers

2021-12-15 Thread GitBox
Lunderberg commented on a change in pull request #9727: URL: https://github.com/apache/tvm/pull/9727#discussion_r769798693 ## File path: include/tvm/tir/buffer.h ## @@ -88,6 +128,8 @@ class BufferNode : public Object { v->Visit("data", ); v->Visit("dtype", );

[GitHub] [tvm] AndrewZhaoLuo commented on pull request #9735: [AMP][Pass][Typing] Add faster type inference

2021-12-15 Thread GitBox
AndrewZhaoLuo commented on pull request #9735: URL: https://github.com/apache/tvm/pull/9735#issuecomment-995097394 This is now ready for review -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [tvm] Lunderberg commented on a change in pull request #9727: [TE][TIR] Implement layout transformations, non-flat memory buffers

2021-12-15 Thread GitBox
Lunderberg commented on a change in pull request #9727: URL: https://github.com/apache/tvm/pull/9727#discussion_r769831152 ## File path: include/tvm/tir/buffer.h ## @@ -55,8 +55,48 @@ class BufferNode : public Object { Var data; /*! \brief data type in the content of the

[GitHub] [tvm] Hzfengsy merged pull request #9738: [TensorIR] Primitive "SetScope"

2021-12-15 Thread GitBox
Hzfengsy merged pull request #9738: URL: https://github.com/apache/tvm/pull/9738 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[tvm] branch main updated (e718f5a -> 960e880)

2021-12-15 Thread syfeng
This is an automated email from the ASF dual-hosted git repository. syfeng pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git. from e718f5a fix compact_dataflow (#9747) add 960e880 [TensorIR] Primitive "SetScope" (#9738) No new revisions were

[GitHub] [tvm] vinx13 commented on a change in pull request #9727: [TE][TIR] Implement layout transformations, non-flat memory buffers

2021-12-15 Thread GitBox
vinx13 commented on a change in pull request #9727: URL: https://github.com/apache/tvm/pull/9727#discussion_r769881126 ## File path: include/tvm/tir/buffer.h ## @@ -55,8 +55,48 @@ class BufferNode : public Object { Var data; /*! \brief data type in the content of the

[GitHub] [tvm] joshherr-quic commented on pull request #9674: Pass bisection tool using pass_instrument infrastructure

2021-12-15 Thread GitBox
joshherr-quic commented on pull request #9674: URL: https://github.com/apache/tvm/pull/9674#issuecomment-995223214 @mbs-octoml I went ahead and stripped the instrumentation down to just print debug info.. -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [tvm] Lunderberg commented on a change in pull request #9727: [TE][TIR] Implement layout transformations, non-flat memory buffers

2021-12-15 Thread GitBox
Lunderberg commented on a change in pull request #9727: URL: https://github.com/apache/tvm/pull/9727#discussion_r770049796 ## File path: include/tvm/tir/expr.h ## @@ -610,6 +610,14 @@ class BufferLoadNode : public PrimExprNode { /*! \brief The indices location to be loaded.

[GitHub] [tvm] mbs-octoml opened a new pull request #9749: [Relay] Fix invalid shape function for "copy" operator

2021-12-15 Thread GitBox
mbs-octoml opened a new pull request #9749: URL: https://github.com/apache/tvm/pull/9749 The 'script' for of the shape function was ill-formed, resulting in a TIR shape function which did not assign to it's output, which in turn caused either OOM or assert fails as uninitialized

[GitHub] [tvm] Lunderberg commented on a change in pull request #9727: [TE][TIR] Implement layout transformations, non-flat memory buffers

2021-12-15 Thread GitBox
Lunderberg commented on a change in pull request #9727: URL: https://github.com/apache/tvm/pull/9727#discussion_r769882395 ## File path: include/tvm/tir/buffer.h ## @@ -127,7 +174,7 @@ class BufferNode : public Object { * without adjusting for number of lanes. (e.g. The

[GitHub] [tvm] vinx13 commented on a change in pull request #9727: [TE][TIR] Implement layout transformations, non-flat memory buffers

2021-12-15 Thread GitBox
vinx13 commented on a change in pull request #9727: URL: https://github.com/apache/tvm/pull/9727#discussion_r769881126 ## File path: include/tvm/tir/buffer.h ## @@ -55,8 +55,48 @@ class BufferNode : public Object { Var data; /*! \brief data type in the content of the

[GitHub] [tvm] AndrewZhaoLuo commented on pull request #9735: [AMP][Pass][Typing] Add faster type inference

2021-12-15 Thread GitBox
AndrewZhaoLuo commented on pull request #9735: URL: https://github.com/apache/tvm/pull/9735#issuecomment-995061866 Discussed @jroesch and @mbs-octoml, main changes we want to do is change the name "Fast" --> "Local" and better documentating pre-conditions. -- This is an automated

[GitHub] [tvm] huajsj commented on pull request #8668: Visualization of Relay IR

2021-12-15 Thread GitBox
huajsj commented on pull request #8668: URL: https://github.com/apache/tvm/pull/8668#issuecomment-995160485 @kueitang @chiwwang, do you think it is possible to split this PR into couple small patches? a smaller patch may help to accelerate the process and more review friendly. -- This

[GitHub] [tvm] ssdurako commented on pull request #9730: [pre-RFC][BYOC] Marvell ML/AI Accelerator Integration

2021-12-15 Thread GitBox
ssdurako commented on pull request #9730: URL: https://github.com/apache/tvm/pull/9730#issuecomment-995185865 Wondering if someone can help out provide some insights and pointers related to the failing "rust" tests. In addition, there is quite a bit of "noise" with the cudart cluttering

[GitHub] [tvm] mehrdadh commented on a change in pull request #9631: [Hexagon] Add RPC Mechanism for Hexagon

2021-12-15 Thread GitBox
mehrdadh commented on a change in pull request #9631: URL: https://github.com/apache/tvm/pull/9631#discussion_r770076035 ## File path: cmake/modules/Hexagon.cmake ## @@ -241,10 +340,39 @@ if (USE_HEXAGON_DEVICE STREQUAL "${PICK_NONE}") elseif(BUILD_FOR_ANDROID AND

[GitHub] [tvm] mehrdadh commented on a change in pull request #9631: [Hexagon] Add RPC Mechanism for Hexagon

2021-12-15 Thread GitBox
mehrdadh commented on a change in pull request #9631: URL: https://github.com/apache/tvm/pull/9631#discussion_r770075334 ## File path: cmake/modules/Hexagon.cmake ## @@ -241,10 +340,39 @@ if (USE_HEXAGON_DEVICE STREQUAL "${PICK_NONE}") elseif(BUILD_FOR_ANDROID AND

[GitHub] [tvm] Lunderberg commented on a change in pull request #9727: [TE][TIR] Implement layout transformations, non-flat memory buffers

2021-12-15 Thread GitBox
Lunderberg commented on a change in pull request #9727: URL: https://github.com/apache/tvm/pull/9727#discussion_r770081720 ## File path: include/tvm/tir/index_map.h ## @@ -0,0 +1,137 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor

[tvm] branch main updated (960e880 -> c05a3f2)

2021-12-15 Thread masahi
This is an automated email from the ASF dual-hosted git repository. masahi pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git. from 960e880 [TensorIR] Primitive "SetScope" (#9738) add c05a3f2 Add unit tests for HexagonBuffer (#9736) No new

[GitHub] [tvm] masahi merged pull request #9745: [Relay] Add a unit test for structural equality

2021-12-15 Thread GitBox
masahi merged pull request #9745: URL: https://github.com/apache/tvm/pull/9745 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [tvm] masahi merged pull request #9736: Add unit tests for HexagonBuffer

2021-12-15 Thread GitBox
masahi merged pull request #9736: URL: https://github.com/apache/tvm/pull/9736 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[tvm] branch main updated (c05a3f2 -> c7ddb41)

2021-12-15 Thread masahi
This is an automated email from the ASF dual-hosted git repository. masahi pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git. from c05a3f2 Add unit tests for HexagonBuffer (#9736) add c7ddb41 [Relay] Add a unit test for structural equality

[GitHub] [tvm] Lunderberg commented on a change in pull request #9727: [TE][TIR] Implement layout transformations, non-flat memory buffers

2021-12-15 Thread GitBox
Lunderberg commented on a change in pull request #9727: URL: https://github.com/apache/tvm/pull/9727#discussion_r770098174 ## File path: include/tvm/tir/index_map.h ## @@ -0,0 +1,137 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor

[GitHub] [tvm] yzh119 opened a new pull request #9748: Overload get() function for `Optional` type.

2021-12-15 Thread GitBox
yzh119 opened a new pull request #9748: URL: https://github.com/apache/tvm/pull/9748 Currently `Optional` don't have its own `get()` implementation, so if we want to get the internal container pointer of an optional object `o` with type `Optional`, we can either use `o.value().get()` (in

[GitHub] [tvm] yzh119 closed pull request #9748: Overload get() function for `Optional` type.

2021-12-15 Thread GitBox
yzh119 closed pull request #9748: URL: https://github.com/apache/tvm/pull/9748 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [tvm] junrushao1994 commented on pull request #9748: Overload get() function for `Optional` type.

2021-12-15 Thread GitBox
junrushao1994 commented on pull request #9748: URL: https://github.com/apache/tvm/pull/9748#issuecomment-994588698 Why close this PR? I'm very interested -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above