[GitHub] [incubator-tvm] spectrometerHBH commented on a change in pull request #6667: [ARITH] Introduce iterator (quasi)affine map detection.

2020-10-13 Thread GitBox
spectrometerHBH commented on a change in pull request #6667: URL: https://github.com/apache/incubator-tvm/pull/6667#discussion_r504328794 ## File path: src/arith/iter_affine_map.cc ## @@ -0,0 +1,703 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or

[GitHub] [incubator-tvm] spectrometerHBH commented on a change in pull request #6667: [ARITH] Introduce iterator (quasi)affine map detection.

2020-10-13 Thread GitBox
spectrometerHBH commented on a change in pull request #6667: URL: https://github.com/apache/incubator-tvm/pull/6667#discussion_r504010733 ## File path: src/arith/iter_affine_map.cc ## @@ -0,0 +1,703 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or

[GitHub] [incubator-tvm] spectrometerHBH commented on a change in pull request #6667: [ARITH] Introduce iterator (quasi)affine map detection.

2020-10-13 Thread GitBox
spectrometerHBH commented on a change in pull request #6667: URL: https://github.com/apache/incubator-tvm/pull/6667#discussion_r503749804 ## File path: include/tvm/arith/iter_affine_map.h ## @@ -0,0 +1,276 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one +

[GitHub] [incubator-tvm] spectrometerHBH commented on a change in pull request #6667: [ARITH] Introduce iterator (quasi)affine map detection.

2020-10-13 Thread GitBox
spectrometerHBH commented on a change in pull request #6667: URL: https://github.com/apache/incubator-tvm/pull/6667#discussion_r503749804 ## File path: include/tvm/arith/iter_affine_map.h ## @@ -0,0 +1,276 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one +

[GitHub] [incubator-tvm] spectrometerHBH commented on a change in pull request #6667: [ARITH] Introduce iterator (quasi)affine map detection.

2020-10-11 Thread GitBox
spectrometerHBH commented on a change in pull request #6667: URL: https://github.com/apache/incubator-tvm/pull/6667#discussion_r502984478 ## File path: tests/python/unittest/test_arith_iter_affine_map.py ## @@ -0,0 +1,156 @@ +# Licensed to the Apache Software Foundation (ASF)