You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by kp...@apache.org on 2022/04/08 20:06:01 UTC

[tvm] branch main updated: [Hexagon] Cleanup, remove obsolete comment (#10931)

This is an automated email from the ASF dual-hosted git repository.

kparzysz pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git


The following commit(s) were added to refs/heads/main by this push:
     new bf7a27b9bf [Hexagon] Cleanup, remove obsolete comment (#10931)
bf7a27b9bf is described below

commit bf7a27b9bfada8cfebee0981fed39baf99c1c3a4
Author: Eric Lunderberg <Lu...@users.noreply.github.com>
AuthorDate: Fri Apr 8 15:05:54 2022 -0500

    [Hexagon] Cleanup, remove obsolete comment (#10931)
    
    Should have been removed as part of
    https://github.com/apache/tvm/pull/10581.
---
 tests/python/contrib/test_hexagon/test_launcher.py | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/tests/python/contrib/test_hexagon/test_launcher.py b/tests/python/contrib/test_hexagon/test_launcher.py
index 3e72c38f19..9409eba559 100644
--- a/tests/python/contrib/test_hexagon/test_launcher.py
+++ b/tests/python/contrib/test_hexagon/test_launcher.py
@@ -32,14 +32,6 @@ import tvm.contrib.hexagon as hexagon
 
 from .conftest import requires_hexagon_toolchain
 
-RPC_SERVER_PORT = 7070
-
-# NOTE on server ports:
-# These tests use different port numbers for the RPC server (7070 + ...).
-# The reason is that an RPC session cannot be gracefully closed without
-# triggering TIME_WAIT state on the server socket. This prevents another
-# server to bind to the same port until the wait time elapses.
-
 
 @requires_hexagon_toolchain
 def test_add(hexagon_session):