[GitHub] [tvm] vinx13 commented on a change in pull request #8789: [CONTRIB] Add initializer to popenpool as well as test cases

2021-08-18 Thread GitBox
vinx13 commented on a change in pull request #8789: URL: https://github.com/apache/tvm/pull/8789#discussion_r691691114 ## File path: tests/python/contrib/test_popen_pool.py ## @@ -66,6 +66,19 @@ def test_popen_pool_executor(): assert val.value == idx +def test_pope

[GitHub] [tvm] vinx13 commented on a change in pull request #8789: [CONTRIB] Add initializer to popenpool as well as test cases

2021-08-18 Thread GitBox
vinx13 commented on a change in pull request #8789: URL: https://github.com/apache/tvm/pull/8789#discussion_r691688941 ## File path: python/tvm/testing/popen_pool.py ## @@ -0,0 +1,34 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license

[GitHub] [tvm] vinx13 commented on a change in pull request #8789: [CONTRIB] Add initializer to popenpool as well as test cases

2021-08-18 Thread GitBox
vinx13 commented on a change in pull request #8789: URL: https://github.com/apache/tvm/pull/8789#discussion_r691688309 ## File path: python/tvm/contrib/popen_pool.py ## @@ -276,14 +288,19 @@ class PopenPoolExecutor: behavior of multiprocessing.pool(). """ -def _