mehrdadh commented on a change in pull request #10302:
URL: https://github.com/apache/tvm/pull/10302#discussion_r812457093



##########
File path: tests/python/contrib/test_hexagon/rpc/conftest.py
##########
@@ -1,31 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements.  See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership.  The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License.  You may obtain a copy of the License at
-#
-#   http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied.  See the License for the
-# specific language governing permissions and limitations
-# under the License.
-
-import pytest
-
-
-def pytest_addoption(parser):

Review comment:
       @kparzysz-quic that's a good point. we can use something like `board` 
where it specifies the dev board(HDK, etc) or phone type(OPPO, etc). One of the 
boards could be`hexagon-simulator` for running on the simulator.
   `board` is used at HexagonLauncher level and it could also map to the 
correct tvm target that is passed to compiler. Something similar to microtvm 
here: https://github.com/apache/tvm/blob/main/python/tvm/target/target.py#L330
   




-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to