[GitHub] [tvm] hogepodge commented on a change in pull request #7642: [docs] Getting Started With TVM: Tensor Expressions

2021-03-24 Thread GitBox
hogepodge commented on a change in pull request #7642: URL: https://github.com/apache/tvm/pull/7642#discussion_r600791467 ## File path: tutorials/get_started/tensor_expr_get_started.py ## @@ -302,18 +385,452 @@ fadd_cl(a, b, c)

[GitHub] [tvm] hogepodge commented on a change in pull request #7642: [docs] Getting Started With TVM: Tensor Expressions

2021-03-24 Thread GitBox
hogepodge commented on a change in pull request #7642: URL: https://github.com/apache/tvm/pull/7642#discussion_r600785887 ## File path: tutorials/get_started/tensor_expr_get_started.py ## @@ -163,52 +145,156 @@ fadd(a, b, c) tvm.testing.assert_allclose(c.asnumpy(),

[GitHub] [tvm] hogepodge commented on a change in pull request #7642: [docs] Getting Started With TVM: Tensor Expressions

2021-03-24 Thread GitBox
hogepodge commented on a change in pull request #7642: URL: https://github.com/apache/tvm/pull/7642#discussion_r600710517 ## File path: tutorials/get_started/tensor_expr_get_started.py ## @@ -255,41 +340,39 @@ fadd1(a, b, c) tvm.testing.assert_allclose(c.asnumpy(),

[GitHub] [tvm] hogepodge commented on a change in pull request #7642: [docs] Getting Started With TVM: Tensor Expressions

2021-03-23 Thread GitBox
hogepodge commented on a change in pull request #7642: URL: https://github.com/apache/tvm/pull/7642#discussion_r600034455 ## File path: tutorials/get_started/tensor_expr_get_started.py ## @@ -302,18 +385,452 @@ fadd_cl(a, b, c)

[GitHub] [tvm] hogepodge commented on a change in pull request #7642: [docs] Getting Started With TVM: Tensor Expressions

2021-03-23 Thread GitBox
hogepodge commented on a change in pull request #7642: URL: https://github.com/apache/tvm/pull/7642#discussion_r600033842 ## File path: tutorials/get_started/tensor_expr_get_started.py ## @@ -255,41 +340,39 @@ fadd1(a, b, c) tvm.testing.assert_allclose(c.asnumpy(),